1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "drake";
11 description = "A branch of Rake supporting automatic parallelizing of tasks";
12 homepage = "http://quix.github.io/rake/";
13 maintainers = with maintainers; [ romildo manveru nicknovitski ];
14 license = licenses.mit;
15 platforms = platforms.unix;