treewide: removed name from a few pythonpackages defining pname and version
This commit is contained in:
committed by
Frederik Rietdijk
parent
4b391934e9
commit
0415710a5d
@@ -10,7 +10,6 @@ with python.pkgs;
|
||||
buildPythonPackage rec {
|
||||
pname = "bepasty";
|
||||
version = "0.4.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
flask
|
||||
@@ -39,4 +38,4 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.makefu ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user