From 3fe371b856f534fb8bbf411bd6c8b06758b65aab Mon Sep 17 00:00:00 2001
From: Shea Levy <shea@shealevy.com>
Date: Mon, 29 Aug 2011 08:09:27 +0000
Subject: [PATCH] ghc/7.0.4-binary.nix: Remove comments about wrapper scripts

svn path=/nixpkgs/trunk/; revision=28869
---
 pkgs/development/compilers/ghc/7.0.4-binary.nix | 3 ---
 1 file changed, 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 e696ddaf9ceb..0baf9718f85e 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?