diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-25 13:01:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-25 13:04:00 +0200 |
commit | 7acd71d13d22fd318b3f136e344ba86bc62521fb (patch) | |
tree | 4f4606204c2150355453c459957a3281304dc7cd /gnu/packages/gnome.scm | |
parent | 9f58932ecc972af97efe7be2ec2f7ca6df3f3579 (diff) | |
download | guix-7acd71d13d22fd318b3f136e344ba86bc62521fb.tar.gz |
gnu: epiphany: Drop NSS and libwnck.
These dependencies were dropped in Epiphany 3.21.x. * gnu/packages/gnome.scm (epiphany)[inputs]: Remove "nss" and "libwnck".
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 402791074a..e47e4352e9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3614,9 +3614,7 @@ work and the interface is well tested.") ("iso-codes" ,iso-codes) ("libnotify" ,libnotify) ("libsecret" ,libsecret) - ("libwnck" ,libwnck) ("libxslt" ,libxslt) - ("nss" ,nss) ("sqlite" ,sqlite) ("webkitgtk" ,webkitgtk))) (home-page "https://wiki.gnome.org/Apps/Web") |