forked from mirrors/nixpkgs
nim-unwrapped: fix library path
This commit is contained in:
parent
1d299192ef
commit
1c6676511e
|
@ -143,6 +143,7 @@ in {
|
|||
runHook preInstall
|
||||
install -Dt $out/bin bin/*
|
||||
ln -sf $out/nim/bin/nim $out/bin/nim
|
||||
ln -sf $out/nim/lib $out/lib
|
||||
./install.sh $out
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue