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)
|
(define-module (nongnu packages music)
|
||||||
#:use-module (gnu packages audio)
|
#:use-module (gnu packages audio)
|
||||||
#:use-module (gnu packages base)
|
|
||||||
#:use-module (gnu packages cpp)
|
#:use-module (gnu packages cpp)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages gcc)
|
#:use-module (gnu packages gcc)
|
||||||
|
@ -127,7 +126,7 @@
|
||||||
(symlink (string-append target "/REAPER/EULA.txt")
|
(symlink (string-append target "/REAPER/EULA.txt")
|
||||||
(string-append doc "/LICENSE"))))))))
|
(string-append doc "/LICENSE"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which xdg-utils))
|
(list xdg-utils))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib `(,gcc "lib") jack-1 pulseaudio wdl))
|
(list alsa-lib `(,gcc "lib") jack-1 pulseaudio wdl))
|
||||||
(supported-systems
|
(supported-systems
|
||||||
|
|
Loading…
Reference in New Issue
Block a user