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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user