1 { lib, bundlerEnv, ruby, bundlerUpdateScript }:
5 name = "elm-github-install-${version}";
7 version = (import ./gemset.nix).elm_install.version;
12 passthru.updateScript = bundlerUpdateScript "elm-github-install";
15 description = "Install Elm packages from git repositories";
16 homepage = "https://github.com/gdotdesign/elm-github-install";
17 license = licenses.unfree;
18 maintainers = with maintainers; [ roberth nicknovitski ];
19 platforms = platforms.all;
20 mainProgram = "elm-install";