nixpkgs/pkgs/desktops/kde-4.14/kdeedu/cantor.nix
2015-05-05 13:05:54 +02:00

16 lines
329 B
Nix

{ kde, kdelibs, libspectre, analitza, R, pkgconfig, libqalculate, python }:
kde {
# TODO: R is not found
buildInputs = [ kdelibs libspectre analitza R libqalculate python ];
nativeBuildInputs = [ pkgconfig ];
patches = [ ./commit-846cf02 ];
meta = {
description = "KDE Frontend to Mathematical Software";
};
}