diff --git a/pkgs/development/libraries/haskell/uuid/default.nix b/pkgs/development/libraries/haskell/uuid/default.nix index 65115ef9a98..0e90ce3ace6 100644 --- a/pkgs/development/libraries/haskell/uuid/default.nix +++ b/pkgs/development/libraries/haskell/uuid/default.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; doCheck = false; + jailbreak = true; meta = { homepage = "http://projects.haskell.org/uuid/"; description = "For creating, comparing, parsing and printing Universally Unique Identifiers";