Add pyramid_hawkauth v 1.0
This commit is contained in:
parent
b8bb7e6db9
commit
45a7852018
@ -3022,6 +3022,18 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pyramid_hawkauth = buildPythonPackage rec {
|
||||||
|
name = "pyramidhawkauth-${version}";
|
||||||
|
version = "0.1.0";
|
||||||
|
src = pkgs.fetchgit {
|
||||||
|
url = https://github.com/mozilla-services/pyramid_hawkauth.git;
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
sha256 = "1ic7xl72qnz382xaqhcy9ql17gx7pxbs78znp8xr66sp3dcx2s3c";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ pyramid hawkauthlib tokenlib webtest ];
|
||||||
|
};
|
||||||
|
|
||||||
radicale = buildPythonPackage rec {
|
radicale = buildPythonPackage rec {
|
||||||
name = "radicale-${version}";
|
name = "radicale-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user