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

This commit is contained in:
Peter Simons 2014-06-16 16:17:04 +02:00
parent f25e9c435d
commit 011e696f6d

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 libary doesn't compile
};
})