Unverified Commit 489b9be4 authored by Anton Mosich's avatar Anton Mosich
Browse files

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.
parent 0efcb15b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}