nim-unwrapped: fix library path

authored by bandthedoge and committed by ehmry 1c667651 1d299192

+1
+1
pkgs/development/compilers/nim/default.nix
··· 143 143 runHook preInstall 144 144 install -Dt $out/bin bin/* 145 145 ln -sf $out/nim/bin/nim $out/bin/nim 146 + ln -sf $out/nim/lib $out/lib 146 147 ./install.sh $out 147 148 runHook postInstall 148 149 '';