Merge pull request #254453 from katexochen/meta-mainprogram
add more `meta.mainProgram`
This commit is contained in:
@@ -84,6 +84,7 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/nix-community/nixd/releases/tag/${version}";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = with lib.maintainers; [ inclyc Ruixi-rebirth marsam ];
|
||||
mainProgram = "nixd";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/darkhz/bluetuith";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "bluetuith";
|
||||
maintainers = with maintainers; [ thehedgeh0g ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Display and debug ASN.1 data";
|
||||
homepage = "https://github.com/katexochen/dumpasn1";
|
||||
license = licenses.bsd2;
|
||||
mainProgram = "dumpasn1";
|
||||
maintainers = with maintainers; [ katexochen ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user