mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xscreensaver: Put ‘app-defaults’ in the right place.
* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Drop /usr from AD_DIR make flag.
This commit is contained in:
parent
53b9df20c1
commit
faf6905560
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ (define-public xscreensaver
|
|||
"--without-readdisplay")
|
||||
#:make-flags (list (string-append "AD_DIR="
|
||||
(assoc-ref %outputs "out")
|
||||
"/usr/lib/X11/app-defaults"))))
|
||||
"/lib/X11/app-defaults"))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)))
|
||||
|
|
Loading…
Reference in a new issue