diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 16:51:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 18:40:56 +0200 |
commit | faf69055601e7121c235c8f8cf05e105e8e326c6 (patch) | |
tree | 76bd3d5577e3cc3cbb8fffae679b6e841e81cb53 | |
parent | 53b9df20c12439268306a12375f7507cea9d0662 (diff) | |
download | patches-faf69055601e7121c235c8f8cf05e105e8e326c6.tar patches-faf69055601e7121c235c8f8cf05e105e8e326c6.tar.gz |
gnu: xscreensaver: Put ‘app-defaults’ in the right place.
* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Drop /usr from
AD_DIR make flag.
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index a64bacd4a4..22c8adc6fa 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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))) |