at master 19 lines 392 B view raw
1{ 2 lib, 3 bundlerApp, 4}: 5 6bundlerApp { 7 pname = "haste"; 8 gemdir = ./.; 9 exes = [ "haste" ]; 10 11 meta = with lib; { 12 description = "Command line interface to the AnyStyle Parser and Finder"; 13 homepage = "https://rubygems.org/gems/haste"; 14 license = licenses.mit; 15 maintainers = with maintainers; [ shamilton ]; 16 platforms = platforms.unix; 17 mainProgram = "haste"; 18 }; 19}