From 93228a08630c1e815334c854555636645d0f814a Mon Sep 17 00:00:00 2001 From: Brandon Dimcheff Date: Tue, 24 Mar 2015 10:30:00 -0400 Subject: add dconf dependencies to sound-juicer and brasero If you have services.gnome3.enabled = true, you shouldn't need this, but if you don't, you'll need this dconf env var to be able to save settings in these apps. --- pkgs/tools/cd-dvd/brasero/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/cd-dvd/brasero') diff --git a/pkgs/tools/cd-dvd/brasero/default.nix b/pkgs/tools/cd-dvd/brasero/default.nix index f180e7f5ecb..d7773b0ba0c 100644 --- a/pkgs/tools/cd-dvd/brasero/default.nix +++ b/pkgs/tools/cd-dvd/brasero/default.nix @@ -25,7 +25,7 @@ in stdenv.mkDerivation rec { buildInputs = [ pkgconfig gtk3 itstool libxml2 libnotify libcanberra_gtk3 intltool gnome3.gsettings_desktop_schemas makeWrapper libdvdcss - gst_all_1.gstreamer gst_all_1.gst-plugins-base + gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.dconf gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad ]; # brasero checks that the applications it uses aren't symlinks, but this @@ -42,6 +42,7 @@ in stdenv.mkDerivation rec { --prefix XDG_DATA_DIRS : "${gnome3.gnome_themes_standard}/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH" \ --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0" \ --prefix GST_PLUGIN_PATH : "${GST_PLUGIN_PATH}" \ + --prefix GIO_EXTRA_MODULES : "${gnome3.dconf}/lib/gio/modules" \ --prefix LD_LIBRARY_PATH : ${libdvdcss}/lib done rm $out/share/icons/hicolor/icon-theme.cache -- cgit 1.4.1