diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 22:04:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 22:04:12 +0200 |
commit | 4ed041d90159f0efc0068745ce9ef03bdb6ef234 (patch) | |
tree | 9737d51a9d27f8367616a21ef9ce6a14dc1d3fc0 /gnu/packages/mate.scm | |
parent | 861907f01efb1cae7f260e8cb7b991d5034a486a (diff) | |
download | patches-4ed041d90159f0efc0068745ce9ef03bdb6ef234.tar patches-4ed041d90159f0efc0068745ce9ef03bdb6ef234.tar.gz |
gnu: mate-applets: Build with a fixed version of yelp-tools.
Fixes <https://bugs.gnu.org/37668>.
Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>.
* gnu/packages/gnome.scm (yelp-tools/fixed): New public variable.
* gnu/packages/mate.scm (mate-applets)[native-inputs]: Replace YELP-TOOLS with
YELP-TOOLS/FIXED.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index ba90ccec73..fb3c5ab6df 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -565,7 +565,7 @@ assorted menu related utility programs.") `(("pkg-config" ,pkg-config) ("intltool" ,intltool) ("libxslt" ,libxslt) - ("yelp-tools" ,yelp-tools) + ("yelp-tools" ,yelp-tools/fixed) ("scrollkeeper" ,scrollkeeper) ("gettext" ,gettext-minimal) ("docbook-xml" ,docbook-xml) |