analitza: init at 23.04.0

This commit is contained in:
hqurve 2023-04-26 17:40:27 -04:00 committed by Sandro Jäckel
parent 3207005942
commit 9e49dc15f5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,34 @@
{ 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 ];
};
}

View File

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