From e4d83f712908d31c544325972a712c9a91348a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 8 May 2023 23:40:59 +0200 Subject: [PATCH] labplot: fix nix run .#labplot --- pkgs/applications/science/math/labplot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/labplot/default.nix b/pkgs/applications/science/math/labplot/default.nix index 11309392259d..0105148d9628 100644 --- a/pkgs/applications/science/math/labplot/default.nix +++ b/pkgs/applications/science/math/labplot/default.nix @@ -101,6 +101,7 @@ stdenv.mkDerivation rec { homepage = "https://labplot.kde.org"; license = with licenses; [ asl20 bsd3 cc-by-30 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus mit ]; maintainers = with maintainers; [ hqurve ]; + mainProgram = "labplot2"; platforms = platforms.unix; }; }