Merge pull request #246957 from antonmosich/hm-getExe

treewide: add `meta.mainProgram`
This commit is contained in:
Robert Hensing 2023-08-03 16:40:09 +02:00 committed by GitHub
commit 20d9d989fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
license = licenses.isc;
maintainers = with maintainers; [ SlothOfAnarchy ];
platforms = platforms.linux;
mainProgram = "batsignal";
};
}

View File

@ -67,5 +67,6 @@ buildPythonApplication rec {
license = licenses.gpl3;
maintainers = with maintainers; [ srghma ];
platforms = platforms.linux;
mainProgram = "safeeyes";
};
}

View File

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ tjni ];
platforms = platforms.all;
mainProgram = "pyenv";
};
}

View File

@ -64,5 +64,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/jdxcode/rtx/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ konradmalik ];
mainProgram = "rtx";
};
}

View File

@ -25,5 +25,6 @@ buildGoModule rec {
homepage = "https://gitlab.com/shackra/goimapnotify";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wohanley ];
mainProgram = "goimapnotify";
};
}