forked from mirrors/nixpkgs
haskell-uuid: jailbreak to fix build with recent cryptohash
This commit is contained in:
parent
f3e8d77ebf
commit
4cd2771345
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue