mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "python-jose-${version}";
|
||||
pname = "python-jose";
|
||||
name = "${pname}-${version}";
|
||||
version = "1.3.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mpdavis";
|
||||
|
||||
Reference in New Issue
Block a user