guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]