tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ruby.rubygems: add meta.mainProgram
Anthony Roussel
2 years ago
205a2a11
7d1c95fc
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
ruby
rubygems
default.nix
+1
pkgs/development/interpreters/ruby/rubygems/default.nix
···
26
26
changelog = "https://github.com/rubygems/rubygems/blob/v${version}/CHANGELOG.md";
27
27
homepage = "https://rubygems.org/";
28
28
license = with licenses; [ mit /* or */ ruby ];
29
29
+
mainProgram = "gem";
29
30
maintainers = with maintainers; [ zimbatm ];
30
31
};
31
32
}