Unverified Commit 9e49dc15 authored by hqurve's avatar hqurve Committed by Sandro Jäckel
Browse files

analitza: init at 23.04.0

parent 32070059
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
{ lib
, mkDerivation
, cmake
, extra-cmake-modules
, qtbase
, qtsvg
, eigen
, kdoctools
, qttools
}:

mkDerivation {
  pname = "analitza";

  nativeBuildInputs = [
    cmake
    eigen
    extra-cmake-modules
    kdoctools
    qttools
  ];

  buildInputs = [
    qtbase
    qtsvg
  ];

  meta = with lib; {
    description = "Front end to powerful mathematics and statistics packages";
    homepage = "https://cantor.kde.org/";
    license = with licenses; [ gpl2Only lgpl2Only fdl12Only ];
    maintainers = with maintainers; [ hqurve ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ let
      akonadi-search = callPackage ./akonadi-search.nix {};
      akonadiconsole = callPackage ./akonadiconsole.nix {};
      akregator = callPackage ./akregator.nix {};
      analitza = callPackage ./analitza.nix {};
      ark = callPackage ./ark {};
      baloo-widgets = callPackage ./baloo-widgets.nix {};
      bomber = callPackage ./bomber.nix {};