43 stdenv.mkDerivation rec {
48 url = "mirror://kde/stable/labplot/labplot-${version}.tar.xz";
49 sha256 = "sha256-K24YFRfPtuDf/3uJXz6yDHzjWeZzLThUXgdXya6i2u8=";
53 # Disable Vector BLF since it depends on DBC parser which fails to be detected
54 "-DENABLE_VECTOR_BLF=OFF"
100 description = "LabPlot is a FREE, open source and cross-platform Data Visualization and Analysis software accessible to everyone";
101 homepage = "https://labplot.kde.org";
102 license = with licenses; [ asl20 bsd3 cc-by-30 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus mit ];
103 maintainers = with maintainers; [ hqurve ];
104 mainProgram = "labplot2";
105 platforms = platforms.unix;