nim-unwrapped: fix library path

This commit is contained in:
bandthedoge 2022-08-31 19:18:58 +02:00 committed by ehmry
parent 1d299192ef
commit 1c6676511e

View file

@ -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
'';