mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-vault: jailbreak to fix build with older versions of GHC
This commit is contained in:
parent
d58b4205c8
commit
b2a54d51b5
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.3.0.0";
|
||||
sha256 = "1lvv2sw5j48jbxniw55bxq88dhn46l7lk0blv2cnaf1vw6wms4m8";
|
||||
buildDepends = [ hashable unorderedContainers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/HeinrichApfelmus/vault";
|
||||
description = "a persistent store for values of arbitrary types";
|
||||
|
|
Loading…
Reference in a new issue