ultrastar-{manager,creator}: specify mainProgram (#369670)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-17 02:08:28 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -27,7 +27,7 @@ mkDerivation {
};
postPatch = ''
# we dont want prebuild binaries checked into version control!
# we dont want prebuilt binaries checked into version control!
rm -rf lib include
sed -e "s|DESTDIR =.*$|DESTDIR = $out/bin|" \
-e 's|-L".*unix"||' \
@@ -54,6 +54,7 @@ mkDerivation {
];
meta = with lib; {
mainProgram = "UltraStar-Creator";
description = "Ultrastar karaoke song creation tool";
homepage = "https://github.com/UltraStar-Deluxe/UltraStar-Creator";
license = licenses.gpl2Only;
@@ -139,6 +139,7 @@ mkDerivation {
meta = with lib; {
description = "Ultrastar karaoke song manager";
mainProgram = "UltraStar-Manager";
homepage = "https://github.com/UltraStar-Deluxe/UltraStar-Manager";
license = licenses.gpl2Only;
maintainers = with maintainers; [ Profpatsch ];