1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "rake";
11 description = "A software task management and build automation tool";
12 homepage = "https://github.com/ruby/rake";
13 license = with licenses; mit;
14 maintainers = with maintainers; [ manveru nicknovitski ];
15 platforms = platforms.unix;