mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nim-unwrapped: fix library path
This commit is contained in:
parent
1d299192ef
commit
1c6676511e
1 changed files with 1 additions and 0 deletions
|
@ -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