summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-05 22:56:47 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-13 20:18:45 +0200
commita6e4c87391e6696e468fb132cba619e416dd7c1c (patch)
treecc4559a29e6a82685318e0093ae8c34ee540c89a /pkgs/applications/graphics/shotwell
parentf28924173eceb6c9e17a458ccd893f6f8aa51ef4 (diff)
downloadnixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.tar
nixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.tar.gz
nixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.tar.bz2
nixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.tar.lz
nixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.tar.xz
nixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.tar.zst
nixpkgs-a6e4c87391e6696e468fb132cba619e416dd7c1c.zip
gtk3: split into multiple outputs
All references OK, hopefully. Seems surprisingly smooth.
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 052ba9402be..cbb72471de5 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   preFixup = ''
     wrapProgram "$out/bin/shotwell" \
      --set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" \
-     --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gtk3}/share:$out/share:$GSETTINGS_SCHEMAS_PATH" \
+     --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gtk3.out}/share:$out/share:$GSETTINGS_SCHEMAS_PATH" \
      --prefix GIO_EXTRA_MODULES : "${gnome3.dconf}/lib/gio/modules"
   '';