mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
acme_0_5_0: remove as it is no longer required
This commit is contained in:
parent
c8c6ff4a96
commit
ee4b59c521
1 changed files with 0 additions and 20 deletions
|
@ -412,26 +412,6 @@ in {
|
||||||
maintainers = with maintainers; [ teh ];
|
maintainers = with maintainers; [ teh ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
acme_0_5_0 = buildPythonPackage rec {
|
|
||||||
version = "0.5.0";
|
|
||||||
name = "acme-${version}";
|
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "letsencrypt";
|
|
||||||
repo = "letsencrypt";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "0x098cdyfgqvh7x5d3sz56qjpjyg5b4fl82086sm43d8mbz0h5rm";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
|
||||||
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests2 six werkzeug mock
|
|
||||||
ndg-httpsclient
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
|
||||||
|
|
||||||
sourceRoot = "letsencrypt-v${version}-src/acme";
|
|
||||||
};
|
|
||||||
|
|
||||||
acme = buildPythonPackage rec {
|
acme = buildPythonPackage rec {
|
||||||
inherit (pkgs.certbot) src version;
|
inherit (pkgs.certbot) src version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue