ghc/7.0.4-binary.nix: Remove comments about wrapper scripts
svn path=/nixpkgs/trunk/; revision=28869
This commit is contained in:
@@ -79,9 +79,6 @@ stdenv.mkDerivation rec {
|
|||||||
# calls install-strip ...
|
# calls install-strip ...
|
||||||
buildPhase = "true";
|
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 =
|
postInstall =
|
||||||
''
|
''
|
||||||
# Sanity check, can ghc create executables?
|
# Sanity check, can ghc create executables?
|
||||||
|
|||||||
Reference in New Issue
Block a user