summary refs log tree commit diff
path: root/pkgs/development/tools/misc/d-feet
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-08-14 22:59:24 +0200
committerLuca Bruno <lucabru@src.gnome.org>2014-08-14 23:16:51 +0200
commit36bef2b26731a9580260fd24d18c90dbecd5eb22 (patch)
treebd8b332ec19dcf9e447761d38837961c952fe6b1 /pkgs/development/tools/misc/d-feet
parentb83aceaecb7e2d5150a1ba62b9c4bed50dd7fb04 (diff)
downloadnixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.tar
nixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.tar.gz
nixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.tar.bz2
nixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.tar.lz
nixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.tar.xz
nixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.tar.zst
nixpkgs-36bef2b26731a9580260fd24d18c90dbecd5eb22.zip
gobject-introspection: refer to shlibs with absolute paths in typelibs
After this, LD_LIBRARY_PATH should not be required anymore.
The patch has been applied only for .la files, so there may
be some other cases missing.
Diffstat (limited to 'pkgs/development/tools/misc/d-feet')
-rw-r--r--pkgs/development/tools/misc/d-feet/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/d-feet/default.nix b/pkgs/development/tools/misc/d-feet/default.nix
index 852c1b74219..df5fdbfab5a 100644
--- a/pkgs/development/tools/misc/d-feet/default.nix
+++ b/pkgs/development/tools/misc/d-feet/default.nix
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
       wrapProgram $out/bin/d-feet \
         --prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${pygobject3})" \
         --prefix GI_TYPELIB_PATH : "$GI_TYPELIB_PATH" \
-        --prefix LD_LIBRARY_PATH : "${gtk3}/lib:${atk}/lib:${libwnck3}/lib" \
         --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$out/share"
 
       rm $out/share/icons/hicolor/icon-theme.cache