forked from mirrors/nixpkgs
python.pkgs.jsbeautifier: fix name
This commit is contained in:
parent
b9bbbb75fd
commit
c60bee3a41
|
@ -3,7 +3,7 @@
|
|||
buildPythonApplication rec {
|
||||
pname = "jsbeautifier";
|
||||
version = "1.7.4";
|
||||
name = "jsbeautifier-1.6.14";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue