parent
0be1e1af98
commit
fc3845c0cd
|
@ -45,6 +45,7 @@
|
|||
### OTHER MODULES
|
||||
kdeaccessibility = callPackage ./accessibility { };
|
||||
kdeartwork = callPackage ./artwork { };
|
||||
kdeedu = callPackage ./edu { };
|
||||
kdegames = callPackage ./games { };
|
||||
kdegraphics = callPackage ./graphics { };
|
||||
kdemultimedia = callPackage ./multimedia { };
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
{ kdePackage, cmake, qt4, perl, libxml2, libxslt, openbabel, boost, readline, gmm, gsl
|
||||
, xplanet, libspectre, pkgconfig, libqalculate
|
||||
, kdelibs, automoc4, eigen, attica}:
|
||||
|
||||
kdePackage {
|
||||
pn = "kdeedu";
|
||||
v = "4.5.0";
|
||||
|
||||
#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";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue