Merge pull request #230773 from SuperSandro2000/labplot-nix-run

Sandro 4c07adb2 8de16971

Changed files
+1
pkgs
applications
science
math
labplot
+1
pkgs/applications/science/math/labplot/default.nix
···
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;
};
}