0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Fix propagated user environment packages for Cabal builder.

svn path=/nixpkgs/trunk/; revision=20905
This commit is contained in:
Andres Löh 2010-04-01 10:56:50 +00:00
parent 9370225663
commit 1df704c533

View file

@ -93,7 +93,7 @@ attrs :
fi
ensureDir $out/nix-support
ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages
ln -s $out/nix-support/propagated-build-native-inputs $out/nix-support/propagated-user-env-packages
eval "$postInstall"
'';