1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 10:31:36 +00:00
nixpkgs/pkgs/desktops/kde-4.14/kdeedu/cantor.nix

16 lines
329 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 ];
2015-05-05 12:05:54 +01:00
patches = [ ./commit-846cf02 ];
2014-09-20 10:09:11 +01:00
meta = {
description = "KDE Frontend to Mathematical Software";
};
}