Merge pull request #172413 from malob/perlPackages-mainProgram

perlPackages: add meta.mainProgram to many packages
This commit is contained in:
Jonas Chevalier 2022-06-21 21:40:16 +02:00 committed by GitHub
commit 7a66c1f6e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1579 additions and 1319 deletions

View file

@ -25,7 +25,8 @@ buildPerlPackage rec {
meta = with lib; {
description = "A lightweight application for searching and streaming videos from YouTube";
homepage = "https://github.com/trizen/youtube-viewer";
maintainers = with maintainers; [ woffs ];
license = with licenses; [ artistic2 ];
maintainers = with maintainers; [ woffs ];
mainProgram = "youtube-viewer";
};
}

View file

@ -37,6 +37,7 @@ buildPerlPackage {
homepage = "https://github.com/kernkonzept/ham";
license = "unknown"; # should be gpl2, but not quite sure
maintainers = with lib.maintainers; [ aw ];
mainProgram = "ham";
platforms = lib.platforms.unix;
};
}

File diff suppressed because it is too large Load diff