mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 03:25:02 +00:00
opendylan: Use correct output of boehmgc
This commit is contained in:
parent
14b8153c28
commit
9765f40a39
|
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||||
for a in "$out"/lib/*.so; do
|
for a in "$out"/lib/*.so; do
|
||||||
patchelf --set-rpath "$out/lib:${boehmgc.out}/lib" "$a"
|
patchelf --set-rpath "$out/lib:${boehmgc.out}/lib" "$a"
|
||||||
done
|
done
|
||||||
sed -i -e "s|\-lgc|\-L${boehmgc}\/lib -lgc|" $out/lib/config.jam
|
sed -i -e "s|\-lgc|\-L${boehmgc.out}\/lib -lgc|" $out/lib/config.jam
|
||||||
wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin
|
wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue