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