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.
This commit is contained in:
Danny Milosavljevic 2019-10-10 16:23:26 +02:00
parent e3887d0666
commit 423c680d87
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1279,7 +1279,7 @@ (define-public mate-utils
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("scrollkeeper" ,scrollkeeper) ("scrollkeeper" ,scrollkeeper)
("xorgproto" ,xorgproto) ("xorgproto" ,xorgproto)
("yelp-tools" ,yelp-tools))) ("yelp-tools" ,yelp-tools/fixed)))
(inputs (inputs
`(("atk" ,atk) `(("atk" ,atk)
("cairo" ,cairo) ("cairo" ,cairo)