mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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:
parent
e3887d0666
commit
423c680d87
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ (define-public mate-utils
|
|||
("pkg-config" ,pkg-config)
|
||||
("scrollkeeper" ,scrollkeeper)
|
||||
("xorgproto" ,xorgproto)
|
||||
("yelp-tools" ,yelp-tools)))
|
||||
("yelp-tools" ,yelp-tools/fixed)))
|
||||
(inputs
|
||||
`(("atk" ,atk)
|
||||
("cairo" ,cairo)
|
||||
|
|
Loading…
Reference in a new issue