diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-30 18:39:03 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:47 +0800 |
commit | ad1b7d8bafe96241fd87a74baec0a38ed4389e4b (patch) | |
tree | de319fb9424c88406f51d92a4bf6809b0f4dd005 /gnu | |
parent | 0510440b4ecdb16264f63cf292a069a149002897 (diff) | |
download | patches-ad1b7d8bafe96241fd87a74baec0a38ed4389e4b.tar patches-ad1b7d8bafe96241fd87a74baec0a38ed4389e4b.tar.gz |
gnu: yelp: Add gsettings-desktop-schemas to inputs.
* gnu/packages/gnome.scm (yelp)[inputs]: Add gsettings-desktop-schemas.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9b07f37a39..132fcc3b13 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3593,7 +3593,8 @@ to format Docbook and Mallard documents.") (propagated-inputs `(("dconf" ,dconf))) (inputs - `(("libxslt" ,libxslt) + `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("libxslt" ,libxslt) ("sqlite" ,sqlite) ("webkitgtk" ,webkitgtk) ("yelp-xsl" ,yelp-xsl))) |