mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-hsini: jailbreak to fix build with recent versions of mtl
This commit is contained in:
parent
1d392a56ae
commit
73e92d2634
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
HUnit mtl parsec QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 testFrameworkTh
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Package for user configuration files (INI)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue