Skip to content

Commit

Permalink
GNU Guile 1.9: Add propagated build inputs.
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/trunk/; revision=24372
  • Loading branch information
civodul committed Oct 19, 2010
1 parent f1af21e commit 01134e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/development/interpreters/guile/1.9.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ rec {
[ 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)
Expand Down

0 comments on commit 01134e6

Please sign in to comment.