about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/edu/default.nix
blob: 883bf1a22734c291d1d73f12bde0bb94c8cde076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{ kde, cmake, qt4, perl, libxml2, libxslt, openbabel, boost, readline, gmm, gsl
, xplanet, libspectre, pkgconfig, libqalculate
, kdelibs, automoc4, eigen, attica}:

kde.package {

#TODO:
#* Boost.Python (1.31 or higher)  <http://www.boost.org/> - fails to find
# * libcfitsio0 (3.09 or higher)  <http://indi.sf.net>
# * libindi (0.6.1 or higher)  <http://indi.sf.net>
# * R  <http://www.r-project.org/>
# * OCaml  <http://caml.inria.fr/>
# * LibFacile  <http://www.recherche.enac.fr/log/facile/>
# * Avogadro (1.0 or higher)  <http://avogadro.openmolecules.net>
# * libgps

  buildInputs = [ cmake qt4 perl libxml2 libxslt openbabel boost readline gmm
    gsl xplanet kdelibs automoc4 eigen attica libspectre pkgconfig
    libqalculate ];

  meta = {
    description = "KDE Educative software";
    license = "GPL";
    kde = {
      name = "kdeedu";
      version = "4.5.2";
    };
  };
}