10 name = "elm-github-install-${version}";
12 version = (import ./gemset.nix).elm_install.version;
17 passthru.updateScript = bundlerUpdateScript "elm-github-install";
20 description = "Install Elm packages from git repositories";
21 homepage = "https://github.com/gdotdesign/elm-github-install";
22 license = licenses.unfree;
23 maintainers = with maintainers; [
27 platforms = platforms.all;
28 mainProgram = "elm-install";