about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFlorian RICHER <florian.richer@protonmail.com>2024-06-01 15:39:07 +0200
committerFlorian RICHER <florian.richer@protonmail.com>2024-06-01 15:39:07 +0200
commit198cae60b3a76880d33b1af19890b107f190dc3e (patch)
treef945ba1e76c14d34c769dc9f6516e3e4de2b4a19 /pkgs/applications/graphics
parentd471c0558b758d00a932f398d70d81518ae77830 (diff)
unigine-heaven: Set mainProgram to heaven
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/unigine-heaven/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/unigine-heaven/default.nix b/pkgs/applications/graphics/unigine-heaven/default.nix
index 1677e4d65eef4..114f510006675 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";
     };
 }