Put in earplugs
This commit is contained in:
parent
1b78f05175
commit
064fc3e69a
1 changed files with 6 additions and 6 deletions
|
@ -201,13 +201,13 @@ using Guix System.")
|
||||||
(list ableton-link pkg-config qttools-5 xorg-server-for-tests))
|
(list ableton-link pkg-config qttools-5 xorg-server-for-tests))
|
||||||
(inputs (modify-inputs
|
(inputs (modify-inputs
|
||||||
(package-inputs supercollider-cli)
|
(package-inputs supercollider-cli)
|
||||||
(append "qtbase"
|
(prepend qtbase
|
||||||
"qtdeclarative"
|
qtdeclarative
|
||||||
"qtsvg"
|
qtsvg
|
||||||
"qtwebchannel"
|
qtwebchannel
|
||||||
"qtwebsockets")))
|
qtwebsockets)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list qtwebengine-5))
|
(list qtwebengine))
|
||||||
(synopsis "Synthesis engine and programming language (including IDE)")))
|
(synopsis "Synthesis engine and programming language (including IDE)")))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue