mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
haskell-hsimport: jailbreak to fix build with current tasty
https://github.com/dan-t/hsimport/issues/7
This commit is contained in:
parent
5c3029eb0b
commit
30c918e409
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
||||
];
|
||||
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "A command line program for extending the import list of a Haskell source file";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user