Get rid of decibel and tapioca-qt
It never worked, and nothing use it. svn path=/nixpkgs/trunk/; revision=21185
This commit is contained in:
parent
71760b99a5
commit
7a3f602580
@ -44,10 +44,6 @@ pkgs.recurseIntoAttrs (rec {
|
||||
inherit automoc4 soprano;
|
||||
};
|
||||
|
||||
decibel = import ./support/decibel {
|
||||
inherit (pkgs) stdenv fetchurl lib cmake qt4 tapioca_qt telepathy_qt;
|
||||
};
|
||||
|
||||
eigen = import ./support/eigen {
|
||||
inherit (pkgs) stdenv fetchurl lib cmake;
|
||||
};
|
||||
@ -150,7 +146,7 @@ pkgs.recurseIntoAttrs (rec {
|
||||
|
||||
kdenetwork = import ./network {
|
||||
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl gmp speex libxml2 libxslt sqlite alsaLib;
|
||||
inherit (pkgs) libidn libvncserver tapioca_qt libmsn giflib gpgme boost libv4l;
|
||||
inherit (pkgs) libidn libvncserver libmsn giflib gpgme boost libv4l;
|
||||
inherit (pkgs.xlibs) libXi libXtst libXdamage libXxf86vm;
|
||||
inherit kdelibs kdepimlibs;
|
||||
inherit automoc4 phonon qca2 soprano qimageblitz strigi;
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, lib, cmake, qt4, perl, speex, gmp, libxml2, libxslt, sqlite, alsaLib, libidn
|
||||
, libvncserver, tapioca_qt, libmsn, giflib, gpgme, boost, libv4l
|
||||
, libvncserver, libmsn, giflib, gpgme, boost, libv4l
|
||||
, libXi, libXtst, libXdamage, libXxf86vm
|
||||
, kdelibs, kdepimlibs, automoc4, phonon, qca2, soprano, qimageblitz, strigi}:
|
||||
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "08rlbixv1q3x3zscyfr2jpdr33rgaw54hyszyd92ny6l13g2hf56";
|
||||
};
|
||||
buildInputs = [ cmake qt4 perl speex gmp libxml2 libxslt sqlite alsaLib libidn
|
||||
libvncserver tapioca_qt libmsn giflib gpgme boost stdenv.gcc.libc libv4l
|
||||
libvncserver libmsn giflib gpgme boost stdenv.gcc.libc libv4l
|
||||
libXi libXtst libXdamage libXxf86vm
|
||||
kdelibs kdepimlibs automoc4 phonon qca2 soprano qimageblitz strigi ];
|
||||
meta = {
|
||||
|
@ -1,16 +0,0 @@
|
||||
{stdenv, fetchurl, lib, cmake, qt4, tapioca_qt, telepathy_qt}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "decibel-0.5.0";
|
||||
src = fetchurl {
|
||||
url = http://decibel.kde.org/fileadmin/downloads/decibel/releases/decibel-0.5.0.tar.gz;
|
||||
md5 = "7de299ace568c87a746388ad765228e5";
|
||||
};
|
||||
buildInputs = [ cmake qt4 tapioca_qt telepathy_qt ];
|
||||
meta = {
|
||||
description = "Realtime communications framework for KDE";
|
||||
license = "LGPL";
|
||||
homepage = http://decibel.kde.org;
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
};
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{stdenv, fetchurl, cmake, qt4, telepathy_qt}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tapioca-qt-0.14.1";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/tapioca-voip/tapioca-qt-0.14.1.tar.gz;
|
||||
md5 = "169318705af6386057b537c5317d520d";
|
||||
};
|
||||
buildInputs = [ cmake qt4 telepathy_qt ];
|
||||
}
|
@ -5003,10 +5003,6 @@ let
|
||||
inherit stdenv fetchurl cmake taglib;
|
||||
};
|
||||
|
||||
tapioca_qt = import ../development/libraries/tapioca-qt {
|
||||
inherit stdenv fetchurl cmake qt4 telepathy_qt;
|
||||
};
|
||||
|
||||
tdb = import ../development/libraries/tdb {
|
||||
inherit fetchurl stdenv libxslt libxml2 docbook_xsl;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user