elm-format: symlink latest version to bin/elm-format (#24971)

* elm-format: symlink latest version to `bin/elm-format`

* elm-format: nitpick: indentation
This commit is contained in:
Nick Novitski 2017-04-17 09:41:29 -07:00 committed by Jörg Thalheim
parent 15d60bcb53
commit b47e0227bc

View File

@ -29,6 +29,9 @@ mkDerivation {
tasty-hunit tasty-quickcheck text union-find wl-pprint tasty-hunit tasty-quickcheck text union-find wl-pprint
]; ];
jailbreak = true; jailbreak = true;
postInstall = ''
ln -s $out/bin/elm-format-0.18 $out/bin/elm-format
'';
homepage = "http://elm-lang.org"; homepage = "http://elm-lang.org";
description = "A source code formatter for Elm"; description = "A source code formatter for Elm";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;