45 stdenv.mkDerivation rec {
50 url = "mirror://kde/stable/labplot/labplot-${version}.tar.xz";
51 sha256 = "sha256-K24YFRfPtuDf/3uJXz6yDHzjWeZzLThUXgdXya6i2u8=";
55 # Disable Vector BLF since it depends on DBC parser which fails to be detected
56 "-DENABLE_VECTOR_BLF=OFF"
61 name = "matio-fix-compilation-for-latest-version-1.5.27.patch";
62 url = "https://github.com/KDE/labplot/commit/d6142308ffa492d9f7cea00fad3b4cd1babfd00c.patch";
63 hash = "sha256-qD5jj6GxBKbQezKJb1Z8HnwFO84WJBGQDawS/6o/wHE=";
110 description = "LabPlot is a FREE, open source and cross-platform Data Visualization and Analysis software accessible to everyone";
111 homepage = "https://labplot.kde.org";
112 license = with licenses; [
124 maintainers = with maintainers; [ hqurve ];
125 mainProgram = "labplot2";
126 platforms = platforms.unix;