mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -3568,7 +3568,7 @@ representations.")
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "PREFIX=" %output)
|
||||
(string-append "FONT_DIR=" %output "/usr/share/consolefonts"))
|
||||
(string-append "FONT_DIR=" %output "/share/consolefonts"))
|
||||
#:make-flags
|
||||
(let ((lib (string-append %output "/lib")))
|
||||
(list (string-append "cava_LDFLAGS = -L" lib " -Wl,-rpath " lib)))
|
||||
|
||||
Reference in New Issue
Block a user