diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-22 11:16:08 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-22 11:16:08 +0200 |
commit | 93be8dc4c93dec03b68fcbb8a8955f9b4b562ba6 (patch) | |
tree | 457bfb9aa5b2230d2e599a0bdc6160d07ebea2a2 /gnu/packages/xorg.scm | |
parent | 421a80a2b22e3d29c7491dd3540cb938ffb1c6b0 (diff) |
gnu: xcursor-themes: Install data into package output directory.
* gnu/packages/xorg.scm (xcursor-themes): Install icons into output directory
instead of libxcursor.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 9a0e3e274b..0659c8d10c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1929,6 +1929,11 @@ tracking.") `(("libxcursor" ,libxcursor) ("pkg-config" ,pkg-config) ("xcursorgen" ,xcursorgen))) + (arguments + `(#:configure-flags + (list (string-append "--with-cursordir=" + (assoc-ref %outputs "out") + "/share/icons")))) (home-page "http://www.x.org/wiki/") (synopsis "xorg implementation of the X Window System") (description "X.org provides an implementation of the X Window System") |