treewide: Fix more lib.optional misuses

This commit is contained in:
Tuomas Tynkkynen
2016-10-02 00:23:05 +03:00
parent 82c0aa7d85
commit f5dd3a703d
6 changed files with 19 additions and 31 deletions

View File

@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
glib
gtk2
gst_all_1.gstreamer
gst_plugins
gnome2.GConf
gnome2.gnome_icon_theme
libnotify
@@ -37,7 +36,7 @@ stdenv.mkDerivation rec {
libunique
intltool
wrapGAppsHook
];
] ++ gst_plugins;
propagatedUserEnvPkgs = [ gnome2.GConf.out ];