about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-07-12 10:30:17 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-07-12 10:30:17 -0300
commite002e5f453395f714be13b1cf4c64850ead66aa0 (patch)
tree619015b018b17d5550caa8607077cb9cb0909f5d
parentbf57c599729771cd23054a18c0f3a391ae85e193 (diff)
duckstation: add meta.mainProgram
-rw-r--r--pkgs/applications/emulators/duckstation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/duckstation/default.nix b/pkgs/applications/emulators/duckstation/default.nix
index e2ee1f9089fba..87470f5614132 100644
--- a/pkgs/applications/emulators/duckstation/default.nix
+++ b/pkgs/applications/emulators/duckstation/default.nix
@@ -107,6 +107,7 @@ stdenv.mkDerivation {
     homepage = "https://github.com/stenzek/duckstation";
     description = "Fast PlayStation 1 emulator for x86-64/AArch32/AArch64";
     license = licenses.gpl3Only;
+    mainProgram = "duckstation-qt";
     maintainers = with maintainers; [ guibou AndersonTorres ];
     platforms = platforms.linux;
   };