Python: add pname attributes to libraries
so that we can use the update script.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
name = "pysrt-${version}";
|
||||
pname = "pysrt";
|
||||
name = "${pname}-${version}";
|
||||
version = "1.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user