mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qjackctl: Build with CMake.
It is better supported upstream. * gnu/packages/audio.scm (qjackctl)[build-system]: Switch to CMAKE-BUILD-SYSTEM.
This commit is contained in:
parent
fe795eeb2d
commit
c9c274172b
1 changed files with 1 additions and 1 deletions
|
@ -2726,7 +2726,7 @@ different audio devices such as ALSA or PulseAudio.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"065x66rr1mb2bkqr88l50rcn5c8rsiq4hp5hrlyqqg46371gzhp9"))))
|
"065x66rr1mb2bkqr88l50rcn5c8rsiq4hp5hrlyqqg46371gzhp9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no check target
|
'(#:tests? #f)) ; no check target
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue