mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-directory-layout: disable test suite to fix https://github.com/supki/directory-layout/issues/9
This commit is contained in:
parent
49c7b7040b
commit
baa186c020
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
commandQq doctest filepath free hspec lens semigroups temporary
|
commandQq doctest filepath free hspec lens semigroups temporary
|
||||||
text transformers unorderedContainers
|
text transformers unorderedContainers
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Directory layout DSL";
|
description = "Directory layout DSL";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user