diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-08-15 21:10:06 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-08-15 21:10:06 +0800 |
commit | 80a747c4fe6c249f0ca81271750d773eeb170c75 (patch) | |
tree | 62c39d25843c8e23ab80635e1e1fc8334aa61187 /gnu/packages/gnome.scm | |
parent | ad11974e8fbbcbeae675d2a72a39449278d0bea9 (diff) | |
download | patches-80a747c4fe6c249f0ca81271750d773eeb170c75.tar patches-80a747c4fe6c249f0ca81271750d773eeb170c75.tar.gz |
gnu: epiphany: Add dconf to propagated-inputs.
* gnu/packages/gnome.scm (epiphany)[propagated-inputs]: New field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 80c13dccb0..1c31be264b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3276,6 +3276,8 @@ work and the interface is well tested.") ;; subsystem ;; FAIL '(#:tests? #f)) + (propagated-inputs + `(("dconf" ,dconf))) (native-inputs `(("intltool" ,intltool) ("itstool" ,itstool) |