Author: ludo
Date: Tue Oct 19 22:23:06 2010
New Revision: 24372
URL: https://svn.nixos.org/websvn/nix/?rev=24372&sc=1

Log:
GNU Guile 1.9: Add propagated build inputs.

Modified:
   nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix

Modified: nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix   Tue Oct 19 
21:20:00 2010        (r24371)
+++ nixpkgs/trunk/pkgs/development/interpreters/guile/1.9.nix   Tue Oct 19 
22:23:06 2010        (r24372)
@@ -18,7 +18,13 @@
     [ makeWrapper gawk readline libtool libunistring
       libffi pkgconfig
     ];
-  propagatedBuildInputs = [ gmp boehmgc ];
+  propagatedBuildInputs = [ gmp boehmgc ]
+
+    # XXX: These ones aren't normally needed here, but since
+    # `libguile-2.0.la' reads `-lltdl -lunistring', adding them here will add
+    # the needed `-L' flags.  As for why the `.la' file lacks the `-L' flags,
+    # see below.
+    ++ [ libtool libunistring ];
 
   patches =
     stdenv.lib.optionals (coverageAnalysis != null)
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to