python.pkgs.jsbeautifier: fix name
This commit is contained in:
parent
b9bbbb75fd
commit
c60bee3a41
@ -3,7 +3,7 @@
|
|||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "jsbeautifier";
|
pname = "jsbeautifier";
|
||||||
version = "1.7.4";
|
version = "1.7.4";
|
||||||
name = "jsbeautifier-1.6.14";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user