Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 17.09 6 lines 139 B view raw
1 buildInputs = [ perl ruby git ]; 2 buildPhase = '' 3 pushd ruby/command-t 4 gem build ./command-t.gemspec 5 popd 6 '';