summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-22 11:16:08 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-22 11:16:08 +0200
commit93be8dc4c93dec03b68fcbb8a8955f9b4b562ba6 (patch)
tree457bfb9aa5b2230d2e599a0bdc6160d07ebea2a2 /gnu
parent421a80a2b22e3d29c7491dd3540cb938ffb1c6b0 (diff)
downloadguix-patches-93be8dc4c93dec03b68fcbb8a8955f9b4b562ba6.tar
guix-patches-93be8dc4c93dec03b68fcbb8a8955f9b4b562ba6.tar.gz
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')
-rw-r--r--gnu/packages/xorg.scm5
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")