about summary refs log tree commit diff
path: root/pkgs/applications/graphics/lightburn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/lightburn/default.nix')
-rw-r--r--pkgs/applications/graphics/lightburn/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/lightburn/default.nix b/pkgs/applications/graphics/lightburn/default.nix
index c686ed41752ad..f038304d32c73 100644
--- a/pkgs/applications/graphics/lightburn/default.nix
+++ b/pkgs/applications/graphics/lightburn/default.nix
@@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.unfree;
     maintainers = with lib.maintainers; [ q3k ];
     platforms = [ "x86_64-linux" ];
+    mainProgram = "LightBurn";
   };
 }