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

This commit is contained in:
Sandro
2023-05-10 14:33:02 +02:00
committed by GitHub
@@ -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;
};
}