ultrastar-creator: specify mainProgram

This commit is contained in:
Petr Portnov
2024-12-31 16:33:35 +03:00
parent 88195a94f3
commit f16ebb8654
@@ -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;