mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: qjackctl: Re-enable xunique.
Version 0.5.6 of qjackctl appears to have fixed the xunique
bug that was causing X hanging when using tiling window managers.
See d54a1da43f/ChangeLog (L9)
* gnu/packages/audio.scm (qjackctl)[arguments]: Remove "--disable-xunique"
from configure-flags.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
dd2f0cdba1
commit
4dcf221c85
1 changed files with 1 additions and 5 deletions
|
@ -2130,11 +2130,7 @@ (define-public qjackctl
|
||||||
"0wlmbb9m7cf3wr7c2h2hji18592x2b119m7mx85wksjs6rjaq2mj"))))
|
"0wlmbb9m7cf3wr7c2h2hji18592x2b119m7mx85wksjs6rjaq2mj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check target
|
'(#:tests? #f)) ; no check target
|
||||||
;; Disable xunique to prevent X hanging when starting qjackctl in
|
|
||||||
;; tiling window managers such as StumpWM or i3
|
|
||||||
;; (see https://github.com/rncbc/qjackctl/issues/13).
|
|
||||||
#:configure-flags '("--disable-xunique")))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("jack" ,jack-1)
|
`(("jack" ,jack-1)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
|
|
Loading…
Reference in a new issue