3
0
Fork 0
forked from mirrors/nixpkgs

haskell-platform-2009.2.0.2: un-break the expression to try and fix it

This commit is contained in:
Peter Simons 2014-06-16 16:17:20 +02:00
parent 011e696f6d
commit 6dcbc2ef9f

View file

@ -22,6 +22,5 @@ cabal.mkDerivation (self : {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [andres simons];
broken = true; # cgi and cabal-install won't compile
};
})