rockbox-utility: add mainProgram

This enables usage of lib.getExe and nix run etc. As the binary name is
different from the pname, the defaulting-to-the-pname behaviour doesn't
work in this case.
This commit is contained in:
Anton Mosich
2024-05-23 16:51:51 +02:00
parent 0efcb15b4e
commit 489b9be436
@@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
description = "Open source firmware for digital music players";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres goibhniu ];
mainProgram = "RockboxUtility";
platforms = platforms.linux;
};
}