treewide: name -> pname
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
let version = "0.7.9";
|
||||
|
||||
in pythonPackages.buildPythonApplication rec {
|
||||
name = "cloud-init-${version}";
|
||||
pname = "cloud-init";
|
||||
inherit version;
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user