3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/kde-4.14/kdeedu/cantor.nix

14 lines
294 B
Nix
Raw Normal View History

2014-09-20 10:09:11 +01:00
{ kde, kdelibs, libspectre, analitza, R, pkgconfig, libqalculate, python }:
kde {
# TODO: R is not found
buildInputs = [ kdelibs libspectre analitza R libqalculate python ];
nativeBuildInputs = [ pkgconfig ];
meta = {
description = "KDE Frontend to Mathematical Software";
};
}