about summary refs log tree commit diff
path: root/pkgs/development/tools/scenic-view/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/scenic-view/default.nix')
-rw-r--r--pkgs/development/tools/scenic-view/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/scenic-view/default.nix b/pkgs/development/tools/scenic-view/default.nix
index 3d0c69d66cf7..ff09f0cb4707 100644
--- a/pkgs/development/tools/scenic-view/default.nix
+++ b/pkgs/development/tools/scenic-view/default.nix
@@ -105,6 +105,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     broken = stdenv.isDarwin;
     description = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications.";
+    mainProgram = "scenic-view";
     longDescription = ''
       A JavaFX application designed to make it simple to understand the current state of your application scenegraph
       and to also easily manipulate properties of the scenegraph without having to keep editing your code.