mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-libjenkins: fix build with new conduit
This commit is contained in:
parent
08c7105503
commit
c7899ae8ea
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
pname = "libjenkins";
|
||||
version = "0.4.2.0";
|
||||
sha256 = "11013klk2gvcaf2d2gmi0bf3jg2m82li19szqlwb325kdjmdf546";
|
||||
patches = [ ./new-conduit.patch ];
|
||||
buildDepends = [
|
||||
async conduit free httpClient httpConduit httpTypes lens
|
||||
monadControl network text transformers xmlConduit
|
||||
@ -17,6 +18,7 @@ cabal.mkDerivation (self: {
|
||||
transformers xmlConduit
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Jenkins API interface";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user