mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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
|
||||
];
|
||||
testDepends = [ filepath tasty tastyGolden ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "A command line program for extracting compiler arguments from a cabal file";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue