labplot: fix nix run .#labplot

This commit is contained in:
Sandro Jäckel 2023-05-08 23:40:59 +02:00
parent acdf962047
commit e4d83f7129
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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;
};
}