diff options
author | John Darrington <jmd@gnu.org> | 2017-01-12 10:19:12 +0100 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2017-01-12 17:41:06 +0100 |
commit | 97fedab17d4acfa05969ddd9faf98a11d27a4743 (patch) | |
tree | 2a5df13f6911dabd06d51438a936f4a1862d1640 /gnu/packages/xorg.scm | |
parent | 0eefac0f2f2c7b57471d352abfad7fa306a69df2 (diff) |
gnu: xfig: Remove wrapper and clean up implementation.
* gnu/packages/xorg.scm (%app-defaults-dir): Make public.
* gnu/packages/xfig.scm (xfig)[attributes]: Remove wrapper and set
the XAPPLOADDIR in the Imakefile instead.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 45ff4c97ea..fe607e2632 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -335,7 +335,7 @@ provided.") (license (license:x11-style "file://dri3proto.h" "See 'dri3proto.h' in the distribution.")))) -(define %app-defaults-dir "/lib/X11/app-defaults") +(define-public %app-defaults-dir "/lib/X11/app-defaults") (define-public editres (package |