Merge pull request #330363 from peterhoeg/mainprogram

add mainProgram to a number of packages
This commit is contained in:
Atemu 2024-07-28 02:57:53 +02:00 committed by GitHub
commit cc973ae8bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -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/.";
};

View File

@ -49,5 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl3Only;
platforms = platforms.all;
maintainers = with maintainers; [ rob anthonyroussel ];
mainProgram = "cowsay";
};
})

View File

@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ ramkromberg sternenseemann ];
mainProgram = "man";
};
}