mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:18:37 +00:00
caprine: remove redundant mainProgram specification
Remove per-system meta.mainProgram specification. So far, both Linux and Darwin version of Caprine names its executable `caprine`. Use `caprine` as the default mainProgam. Systems added in the future could override this with custom meta attributes.
This commit is contained in:
parent
50dad20a8f
commit
d40fb8811a
@ -43,6 +43,5 @@ in
|
||||
|
||||
meta = metaCommon // {
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "caprine";
|
||||
};
|
||||
})
|
||||
|
@ -30,6 +30,5 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
meta = metaCommon // {
|
||||
platforms = with lib.platforms; darwin;
|
||||
mainProgram = "caprine";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user