3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Tobias Geerinckx-Rice 2020-03-29 16:51:11 +02:00
parent 53b9df20c1
commit faf6905560
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1235,7 +1235,7 @@ protocol.")
"--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)))