aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2019-10-10 16:23:26 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2019-10-10 18:48:08 +0200
commit423c680d877d1d0f793bfdf53b83e8328a8d55bb (patch)
tree8ca1a382a1fd9e82e73bd65bb73d3cdc6702fa1c
parente3887d0666e9b684bd12b08c904bb969cfaf9d77 (diff)
downloadguix-423c680d877d1d0f793bfdf53b83e8328a8d55bb.tar
guix-423c680d877d1d0f793bfdf53b83e8328a8d55bb.tar.gz
gnu: mate-utils: Build with a fixed version of yelp-tools.
* gnu/packages/mate.scm (mate-utils)[native-inputs]: Replace YELP-TOOLS with YELP-TOOLS/FIXED.
-rw-r--r--gnu/packages/mate.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index fb3c5ab6df..d55d1b4461 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1279,7 +1279,7 @@ can be used as backgrounds in the MATE Desktop environment.")
("pkg-config" ,pkg-config)
("scrollkeeper" ,scrollkeeper)
("xorgproto" ,xorgproto)
- ("yelp-tools" ,yelp-tools)))
+ ("yelp-tools" ,yelp-tools/fixed)))
(inputs
`(("atk" ,atk)
("cairo" ,cairo)