nongnu: reaper: Remove which from native-inputs.
* nongnu/packages/music.scm (reaper)[native-inputs]: Remove which.
This commit is contained in:
parent
ee199369cd
commit
adbc51b538
|
@ -4,7 +4,6 @@
|
|||
|
||||
(define-module (nongnu packages music)
|
||||
#:use-module (gnu packages audio)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages cpp)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages gcc)
|
||||
|
@ -127,7 +126,7 @@
|
|||
(symlink (string-append target "/REAPER/EULA.txt")
|
||||
(string-append doc "/LICENSE"))))))))
|
||||
(native-inputs
|
||||
(list which xdg-utils))
|
||||
(list xdg-utils))
|
||||
(inputs
|
||||
(list alsa-lib `(,gcc "lib") jack-1 pulseaudio wdl))
|
||||
(supported-systems
|
||||
|
|
Loading…
Reference in New Issue
Block a user