haskell-cabal-cargs: jailbreak to fix build with recent versions of either, lens, and tasty
https://github.com/dan-t/cabal-cargs/issues/3
This commit is contained in:
parent
766d934090
commit
c7e1a2c5cc
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||||
systemFilepath text transformers unorderedContainers
|
systemFilepath text transformers unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [ filepath tasty tastyGolden ];
|
testDepends = [ filepath tasty tastyGolden ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "A command line program for extracting compiler arguments from a cabal file";
|
description = "A command line program for extracting compiler arguments from a cabal file";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue