1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/desktops/kde-4.12/kdeedu/cantor.nix

14 lines
294 B
Nix
Raw Normal View History

2014-02-12 21:25:11 -05: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";
};
}