summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-03 16:33:49 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-03 16:34:00 +0200
commit2f7568e0928a4c0de64e8a63aee1eb015fad8940 (patch)
treed72880e21106e1398673bd0dbaa4fa493810574a /pkgs
parent9fbb83b46741b76827f73654464473b409725667 (diff)
downloadnixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.tar
nixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.tar.gz
nixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.tar.bz2
nixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.tar.lz
nixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.tar.xz
nixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.tar.zst
nixpkgs-2f7568e0928a4c0de64e8a63aee1eb015fad8940.zip
guile: fixup with multiple-output libtool
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/guile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/guile/default.nix b/pkgs/development/interpreters/guile/default.nix
index c4634de5d3f..bb0ef7594a4 100644
--- a/pkgs/development/interpreters/guile/default.nix
+++ b/pkgs/development/interpreters/guile/default.nix
@@ -49,7 +49,7 @@
     sed -i "$out/lib/pkgconfig/guile-2.0.pc"    \
         -e 's|-lunistring|-L${libunistring}/lib -lunistring|g ;
             s|^Cflags:\(.*\)$|Cflags: -I${libunistring}/include \1|g ;
-            s|-lltdl|-L${libtool}/lib -lltdl|g'
+            s|-lltdl|-L${libtool.lib}/lib -lltdl|g'
   '';
 
   # make check doesn't work on darwin