mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05: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 @@ (define-public qjackctl
|
|||
(sha256
|
||||
(base32
|
||||
"065x66rr1mb2bkqr88l50rcn5c8rsiq4hp5hrlyqqg46371gzhp9"))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no check target
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue