kdeedu: drop libfacile as kdeedu fails to find it; use libspectre.

svn path=/nixpkgs/trunk/; revision=21608
This commit is contained in:
Yury G. Kudryashov 2010-05-05 18:17:40 +00:00
parent b2ed8f1aa0
commit d61f35545c
2 changed files with 5 additions and 4 deletions

View file

@ -122,7 +122,7 @@ pkgs.recurseIntoAttrs (rec {
kdeedu = import ./edu {
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl libxml2 libxslt openbabel boost;
inherit (pkgs) readline gmm gsl facile ocaml xplanet;
inherit (pkgs) readline gmm gsl xplanet libspectre;
inherit kdelibs attica;
inherit automoc4 phonon eigen;
};

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, lib, cmake, qt4, perl, libxml2, libxslt, openbabel, boost, readline, gmm, gsl
, facile, ocaml, xplanet
, xplanet, libspectre
, kdelibs, automoc4, phonon, eigen, attica}:
stdenv.mkDerivation {
@ -8,8 +8,9 @@ stdenv.mkDerivation {
url = mirror://kde/stable/4.4.2/src/kdeedu-4.4.2.tar.bz2;
sha256 = "0fgqsizp1vm0yp6nirbqbxj0kvbqvnb8q3wxzav4hhn85r294ps7";
};
buildInputs = [ cmake qt4 perl libxml2 libxslt openbabel boost readline gmm gsl facile ocaml xplanet
kdelibs automoc4 phonon eigen attica ];
#TODO: facile, indi, boost.python, cfitsio, R, qalculate
buildInputs = [ cmake qt4 perl libxml2 libxslt openbabel boost readline gmm gsl xplanet
kdelibs automoc4 phonon eigen attica libspectre ];
meta = {
description = "KDE Educative software";
license = "GPL";