gnu: cava: Don't install files to usr.
* gnu/packages/audio.scm (cava)[arguments]: In configure-flags change FONT_DIR to not use 'usr'.
This commit is contained in:
parent
ee0b4733e1
commit
9e3e80baa3
|
@ -3568,7 +3568,7 @@ representations.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "PREFIX=" %output)
|
(list (string-append "PREFIX=" %output)
|
||||||
(string-append "FONT_DIR=" %output "/usr/share/consolefonts"))
|
(string-append "FONT_DIR=" %output "/share/consolefonts"))
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(let ((lib (string-append %output "/lib")))
|
(let ((lib (string-append %output "/lib")))
|
||||||
(list (string-append "cava_LDFLAGS = -L" lib " -Wl,-rpath " lib)))
|
(list (string-append "cava_LDFLAGS = -L" lib " -Wl,-rpath " lib)))
|
||||||
|
|
Loading…
Reference in New Issue