Put in earplugs

This commit is contained in:
nik gaffney 2024-03-14 12:02:46 +01:00
parent 064fc3e69a
commit f030ac9a48
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -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)
(prepend qtbase (prepend qtbase-5
qtdeclarative qtdeclarative-5
qtsvg qtsvg-5
qtwebchannel qtwebchannel-5
qtwebsockets))) qtwebsockets-5)))
(propagated-inputs (propagated-inputs
(list qtwebengine)) (list qtwebengine-5))
(synopsis "Synthesis engine and programming language (including IDE)"))) (synopsis "Synthesis engine and programming language (including IDE)")))