From 396da207391b3b16d511b6fa6bbed035af82a6e8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 22 Apr 2014 10:32:54 +0200 Subject: [PATCH] miro: Fix desktop schema GSettings path. The real path of the schemas is: $out/share/gsettings-schemas/gsettings-desktop-schemas-3.10.1/glib-2.0/schemas While the previous approach was to load schemas from: $out/share/glib-2.0/schemas So, we're now relying on the setup hook of glib to find the right schema path. Signed-off-by: aszlig --- pkgs/applications/video/miro/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/miro/default.nix b/pkgs/applications/video/miro/default.nix index 9c4b603095d..7572bedc1e0 100644 --- a/pkgs/applications/video/miro/default.nix +++ b/pkgs/applications/video/miro/default.nix @@ -57,12 +57,12 @@ buildPythonPackage rec { wrapProgram "$out/bin/miro" \ --prefix GST_PLUGIN_SYSTEM_PATH : "$GST_PLUGIN_SYSTEM_PATH" \ --prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules" \ - --prefix XDG_DATA_DIRS : "${gsettings_desktop_schemas}/share:$out/share" + --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share" ''; buildInputs = [ pkgconfig pyrex096 ffmpeg boost glib pygobject gtk2 webkitgtk2 libsoup - pygtk taglib + pygtk taglib gsettings_desktop_schemas ]; propagatedBuildInputs = [