haskell-libjenkins: re-generate with cabal2nix
This commit is contained in:
parent
dbafe00eba
commit
f019d8e101
1 changed files with 1 additions and 2 deletions
|
@ -16,11 +16,10 @@ cabal.mkDerivation (self: {
|
|||
httpClient httpConduit httpTypes lens monadControl network text
|
||||
transformers xmlConduit
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Jenkins API interface";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
# Test wants access to /etc/ssl
|
||||
doCheck = false;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue