mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 New Issue
Block a user