From eca595646780484b33eec5c8e881a6c2c242f999 Mon Sep 17 00:00:00 2001 From: John Garcia Date: Sun, 23 Mar 2025 19:58:39 +0000 Subject: [PATCH] unigine-superposition: fix exec case in desktopItem --- pkgs/applications/graphics/unigine-superposition/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/unigine-superposition/default.nix b/pkgs/applications/graphics/unigine-superposition/default.nix index 37b7418c843f..3398b7eee553 100644 --- a/pkgs/applications/graphics/unigine-superposition/default.nix +++ b/pkgs/applications/graphics/unigine-superposition/default.nix @@ -87,7 +87,7 @@ let desktopItem = makeDesktopItem { name = "Superposition"; - exec = "Superposition"; + exec = "superposition"; genericName = "A GPU Stress test tool from the UNIGINE"; icon = "Superposition"; desktopName = "Superposition Benchmark";