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
3 changed files with 1579 additions and 1319 deletions
@@ -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";
};
}
@@ -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