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:
parent
15d60bcb53
commit
b47e0227bc
|
@ -29,6 +29,9 @@ mkDerivation {
|
|||
tasty-hunit tasty-quickcheck text union-find wl-pprint
|
||||
];
|
||||
jailbreak = true;
|
||||
postInstall = ''
|
||||
ln -s $out/bin/elm-format-0.18 $out/bin/elm-format
|
||||
'';
|
||||
homepage = "http://elm-lang.org";
|
||||
description = "A source code formatter for Elm";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in New Issue