Skip to content

Commit

Permalink
python.pkgs.jsbeautifier: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 2, 2017
1 parent b9bbbb7 commit c60bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/jsbeautifier/default.nix
Expand Up @@ -3,7 +3,7 @@
buildPythonApplication rec {
pname = "jsbeautifier";
version = "1.7.4";
name = "jsbeautifier-1.6.14";
name = "${pname}-${version}";

propagatedBuildInputs = [ six ];

Expand Down

0 comments on commit c60bee3

Please sign in to comment.