[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: qjackctl: Build with CMake.
From: |
guix-commits |
Subject: |
05/11: gnu: qjackctl: Build with CMake. |
Date: |
Wed, 12 May 2021 18:40:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c9c274172b781c51e67868c53c8b2ea394bf7a94
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 21:31:58 2021 +0200
gnu: qjackctl: Build with CMake.
It is better supported upstream.
* gnu/packages/audio.scm (qjackctl)[build-system]: Switch to
CMAKE-BUILD-SYSTEM.
---
gnu/packages/audio.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 0f32930..2f05a26 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2726,7 +2726,7 @@ different audio devices such as ALSA or PulseAudio.")
(sha256
(base32
"065x66rr1mb2bkqr88l50rcn5c8rsiq4hp5hrlyqqg46371gzhp9"))))
- (build-system gnu-build-system)
+ (build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no check target
(inputs
- branch master updated (7fb7384 -> 6a724b0), guix-commits, 2021/05/12
- 01/11: gnu: Add xfstests., guix-commits, 2021/05/12
- 04/11: gnu: qjackctl: Update to 0.9.3., guix-commits, 2021/05/12
- 05/11: gnu: qjackctl: Build with CMake.,
guix-commits <=
- 03/11: gnu: ccache: Update to 4.3., guix-commits, 2021/05/12
- 02/11: gnu: libjcat: Update to 0.1.7., guix-commits, 2021/05/12
- 06/11: gnu: snappy: Update to 1.1.9., guix-commits, 2021/05/12
- 07/11: gnu: svt-av1: Update to 0.8.7., guix-commits, 2021/05/12
- 09/11: gnu: libupnp: Update to 1.14.7., guix-commits, 2021/05/12
- 10/11: gnu: hdparm: Update to 9.62., guix-commits, 2021/05/12
- 11/11: gnu: btrfs-progs: Update to 5.12., guix-commits, 2021/05/12
- 08/11: gnu: squid: Update to 4.15., guix-commits, 2021/05/12