mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 23:30:53 +00:00
Rip out klein, maybe not necessary.
This commit is contained in:
parent
1fc77504ae
commit
c65a13e632
@ -1,20 +0,0 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi }:
|
|
||||||
buildPythonPackage rec {
|
|
||||||
pname = "klein";
|
|
||||||
version = "21.8.0";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
sha256 = "1mpydmz90d0n9dwa7mr6pgj5v0kczfs05ykssrasdq368dssw7ch";
|
|
||||||
inherit pname version;
|
|
||||||
};
|
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ attrs hyperlink incremental Tubes Twisted typing_extensions Werkzeug zope.interface ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = https://github.com/twisted/klein;
|
|
||||||
description = "Nicer web server for Twisted";
|
|
||||||
license = licenses.mit;
|
|
||||||
};
|
|
||||||
}
|
|
@ -31,9 +31,6 @@ self: super: {
|
|||||||
packageOverrides = python-self: python-super: {
|
packageOverrides = python-self: python-super: {
|
||||||
# collections-extended is not part of nixpkgs at this time.
|
# collections-extended is not part of nixpkgs at this time.
|
||||||
collections-extended = python-super.pythonPackages.callPackage ./collections-extended.nix { };
|
collections-extended = python-super.pythonPackages.callPackage ./collections-extended.nix { };
|
||||||
|
|
||||||
# klein is not in nixpkgs 21.05, at least:
|
|
||||||
klein = python-super.pythonPackages.callPackage ./klein.nix { };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user