Removing references to libkipi. I just discovered it is for kde 3.x.
svn path=/nixpkgs/trunk/; revision=17746
This commit is contained in:
parent
613ae5e387
commit
585654955f
@ -218,12 +218,6 @@ pkgs.recurseIntoAttrs (rec {
|
||||
inherit automoc4 phonon strigi soprano;
|
||||
};
|
||||
|
||||
libkipi = import ./extragear/libkipi {
|
||||
inherit (pkgs) stdenv fetchurl lib qt4 perl gettext;
|
||||
inherit kdelibs;
|
||||
inherit automoc4 phonon;
|
||||
};
|
||||
|
||||
kdesvn = import ./extragear/kdesvn {
|
||||
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl gettext apr aprutil subversion db4;
|
||||
inherit kdelibs;
|
||||
|
@ -1,16 +0,0 @@
|
||||
{stdenv, fetchurl, lib, qt4, perl, gettext, kdelibs, automoc4, phonon}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libkipi-0.1.4";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/kipi/libkipi-0.1.4.tar.bz2;
|
||||
sha256 = "1rj98rbgam8j0ndy0si5zfqqvqdlqlcgbzi6smq27d9micfy5yn8";
|
||||
};
|
||||
includeAllQtDirs=true;
|
||||
buildInputs = [ qt4 perl gettext kdelibs automoc4 phonon ];
|
||||
meta = {
|
||||
description = "KDE Image Plugin Interface";
|
||||
license = "GPL";
|
||||
homepage = http://extragear.kde.org/apps/kipi;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user