1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.jsbeautifier: fix name

This commit is contained in:
Joerg Thalheim 2017-11-02 20:53:58 +00:00
parent b9bbbb75fd
commit c60bee3a41

View file

@ -3,7 +3,7 @@
buildPythonApplication rec {
pname = "jsbeautifier";
version = "1.7.4";
name = "jsbeautifier-1.6.14";
name = "${pname}-${version}";
propagatedBuildInputs = [ six ];