mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
Merge pull request #330363 from peterhoeg/mainprogram
add mainProgram to a number of packages
This commit is contained in:
commit
cc973ae8bb
@ -269,6 +269,7 @@ let
|
||||
license = licenses.ruby;
|
||||
maintainers = with maintainers; [ manveru ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "ruby";
|
||||
knownVulnerabilities = op (lib.versionOlder ver.majMin "3.0") "This Ruby release has reached its end of life. See https://www.ruby-lang.org/en/downloads/branches/.";
|
||||
};
|
||||
|
||||
|
@ -49,5 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rob anthonyroussel ];
|
||||
mainProgram = "cowsay";
|
||||
};
|
||||
})
|
||||
|
@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ramkromberg sternenseemann ];
|
||||
mainProgram = "man";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user