mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
pythonPackages.pynac: init at 0.2
This commit is contained in:
parent
5f418b75d6
commit
f9f6d00995
@ -28287,6 +28287,18 @@ in modules // {
|
||||
];
|
||||
};
|
||||
|
||||
pynac = buildPythonPackage rec {
|
||||
name = "pynac-${version}";
|
||||
version = "0.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://sourceforge/project/pynac/pynac/pynac-0.2/pynac-0.2.tar.gz";
|
||||
sha256 = "0avzqqcxl54karjmla9jbsyid98mva36lxahwmrsx5h40ys2ggxp";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [];
|
||||
};
|
||||
|
||||
pymacaroons-pynacl = buildPythonPackage rec {
|
||||
name = "pymacaroons-pynacl-${version}";
|
||||
version = "0.9.3";
|
||||
|
Loading…
Reference in New Issue
Block a user