forked from mirrors/nixpkgs
Merge pull request #172413 from malob/perlPackages-mainProgram
perlPackages: add meta.mainProgram to many packages
This commit is contained in:
commit
7a66c1f6e1
|
@ -25,7 +25,8 @@ buildPerlPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A lightweight application for searching and streaming videos from YouTube";
|
description = "A lightweight application for searching and streaming videos from YouTube";
|
||||||
homepage = "https://github.com/trizen/youtube-viewer";
|
homepage = "https://github.com/trizen/youtube-viewer";
|
||||||
maintainers = with maintainers; [ woffs ];
|
|
||||||
license = with licenses; [ artistic2 ];
|
license = with licenses; [ artistic2 ];
|
||||||
|
maintainers = with maintainers; [ woffs ];
|
||||||
|
mainProgram = "youtube-viewer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,6 +37,7 @@ buildPerlPackage {
|
||||||
homepage = "https://github.com/kernkonzept/ham";
|
homepage = "https://github.com/kernkonzept/ham";
|
||||||
license = "unknown"; # should be gpl2, but not quite sure
|
license = "unknown"; # should be gpl2, but not quite sure
|
||||||
maintainers = with lib.maintainers; [ aw ];
|
maintainers = with lib.maintainers; [ aw ];
|
||||||
|
mainProgram = "ham";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue