nixpkgs/pkgs/development/interpreters/ruby/bundler.nix
Charles Strahan 3eeabc4523 more cleanup
2014-10-31 01:44:57 +00:00

8 lines
157 B
Nix

{ buildRubyGem }:
buildRubyGem {
name = "bundler-1.7.4";
sha256 = "122k07z60780mr00zfbbw04v9xlw1fhxjsx4g2rbm66hxlnlnh89";
dontPatchShebangs = true;
}