mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
haskell-libjenkins: re-generate with cabal2nix
This commit is contained in:
parent
dbafe00eba
commit
f019d8e101
@ -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 New Issue
Block a user