diff --git a/pkgs/development/tools/haskell/cabal-bounds/default.nix b/pkgs/development/tools/haskell/cabal-bounds/default.nix index 4cd6adf5ab94..aabc9b010f5f 100644 --- a/pkgs/development/tools/haskell/cabal-bounds/default.nix +++ b/pkgs/development/tools/haskell/cabal-bounds/default.nix @@ -12,9 +12,8 @@ cabal.mkDerivation (self: { Cabal cmdargs either lens strict transformers unorderedContainers ]; testDepends = [ filepath tasty tastyGolden ]; - doCheck = false; jailbreak = true; - + doCheck = false; meta = { description = "A command line program for managing the bounds/versions of the dependencies in a cabal file"; license = self.stdenv.lib.licenses.bsd3;