mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #3088 from aycanirican/master
jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...
This commit is contained in:
commit
2af20dbacf
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
||||
aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/k0001/pipes-aeson";
|
||||
description = "Encode and decode JSON streams using Aeson and Pipes";
|
||||
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||
tastySmallcheck transformers
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/k0001/pipes-binary";
|
||||
description = "Encode and decode binary streams using the pipes and binary libraries";
|
||||
|
Loading…
Reference in New Issue
Block a user