Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 16.09 7 lines 132 B view raw
1 buildInputs = [ perl ruby ]; 2 buildPhase = '' 3 pushd ruby/command-t 4 ruby extconf.rb 5 make 6 popd 7 '';