From 198cae60b3a76880d33b1af19890b107f190dc3e Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 1 Jun 2024 15:39:07 +0200 Subject: [PATCH] unigine-heaven: Set mainProgram to heaven --- pkgs/applications/graphics/unigine-heaven/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/unigine-heaven/default.nix b/pkgs/applications/graphics/unigine-heaven/default.nix index 1677e4d65eef..114f51000667 100644 --- a/pkgs/applications/graphics/unigine-heaven/default.nix +++ b/pkgs/applications/graphics/unigine-heaven/default.nix @@ -104,5 +104,6 @@ stdenv.mkDerivation license = lib.licenses.unfree; maintainers = [ lib.maintainers.BarinovMaxim ]; platforms = [ "x86_64-linux" "i686-linux" ]; + mainProgram = "heaven"; }; }