ghc/7.0.4-binary.nix: Remove comments about wrapper scripts

svn path=/nixpkgs/trunk/; revision=28869
This commit is contained in:
Shea Levy 2011-08-29 08:09:27 +00:00
parent 9381f1a419
commit 3fe371b856

View file

@ -79,9 +79,6 @@ stdenv.mkDerivation rec {
# calls install-strip ...
buildPhase = "true";
# The binaries for Darwin use frameworks, so fake those frameworks,
# and create some wrapper scripts that set DYLD_FRAMEWORK_PATH so
# that the executables work with no special setup.
postInstall =
''
# Sanity check, can ghc create executables?