summary refs log tree commit diff
path: root/pkgs/applications/misc/tilda
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-15 13:57:38 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-28 10:09:34 +0100
commitdd915f82e7ca180ad9adfef024e408e666e12c9d (patch)
tree41f93c2c5422596a71aae6476bf90f38dfddf63a /pkgs/applications/misc/tilda
parentad02a45af0cd9043337a424b76fb98cdb9488ba4 (diff)
downloadnixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.tar
nixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.tar.gz
nixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.tar.bz2
nixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.tar.lz
nixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.tar.xz
nixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.tar.zst
nixpkgs-dd915f82e7ca180ad9adfef024e408e666e12c9d.zip
expat: split dev output
Diffstat (limited to 'pkgs/applications/misc/tilda')
-rw-r--r--pkgs/applications/misc/tilda/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/tilda/default.nix b/pkgs/applications/misc/tilda/default.nix
index c7a01f2ac1b..6cd2ea4cbeb 100644
--- a/pkgs/applications/misc/tilda/default.nix
+++ b/pkgs/applications/misc/tilda/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ pkgconfig autoreconfHook gettext confuse vte gtk makeWrapper ];
 
-  LD_LIBRARY_PATH = "${expat}/lib"; # ugly hack for xgettext to work during build
+  LD_LIBRARY_PATH = "${expat.out}/lib"; # ugly hack for xgettext to work during build
 
   # The config locking scheme relies on the binary being called "tilda",
   # (`pgrep -C tilda`), so a simple `wrapProgram` won't suffice: