me
/
guix
Archived
1
0
Fork 0

gnu: qjackctl: Add support for ALSA MIDI sequencer.

* gnu/packages/audio.scm (qjackctl)[inputs]: Add alsa-lib.
master
Ricardo Wurmus 2018-01-05 23:28:04 +01:00
parent 54ea2d86dc
commit c0c5feda4c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -1973,6 +1973,7 @@ and ALSA.")
'(#:tests? #f)) ; no check target
(inputs
`(("jack" ,jack-1)
("alsa-lib" ,alsa-lib)
("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras)))
(native-inputs