summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-08-29 08:09:27 +0000
committerShea Levy <shea@shealevy.com>2011-08-29 08:09:27 +0000
commit3fe371b856f534fb8bbf411bd6c8b06758b65aab (patch)
tree67b2d53fa7be3c9dd2d2511c2c88e612cfdab36e /pkgs/development/compilers/ghc
parent9381f1a419f1165b47a1ffe20fb3eeb0fee641b3 (diff)
downloadnixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.tar
nixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.tar.gz
nixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.tar.bz2
nixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.tar.lz
nixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.tar.xz
nixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.tar.zst
nixpkgs-3fe371b856f534fb8bbf411bd6c8b06758b65aab.zip
ghc/7.0.4-binary.nix: Remove comments about wrapper scripts
svn path=/nixpkgs/trunk/; revision=28869
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/7.0.4-binary.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghc/7.0.4-binary.nix b/pkgs/development/compilers/ghc/7.0.4-binary.nix
index e696ddaf9ce..0baf9718f85 100644
--- a/pkgs/development/compilers/ghc/7.0.4-binary.nix
+++ b/pkgs/development/compilers/ghc/7.0.4-binary.nix
@@ -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?