mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
haskell-ipprint: build is broken because Extra doesn't compile
This commit is contained in:
parent
563244e8c6
commit
217567d723
@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Tiny helper for pretty-printing values in ghci console";
|
description = "Tiny helper for pretty-printing values in ghci console";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user