telepathy_rakia: remove
This commit is contained in:
parent
4a702e8b74
commit
9330991a37
@ -1,19 +0,0 @@
|
|||||||
{ stdenv, fetchurl, pkgconfigUpstream, libxslt, telepathy_glib, libxml2, dbus_glib
|
|
||||||
, sofia_sip }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "telepathy-rakia";
|
|
||||||
name = "${pname}-0.8.0";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "${meta.homepage}/releases/${pname}/${name}.tar.gz";
|
|
||||||
sha256 = "18dxffa8hhjyvqkhhac05rrkx81vnncjrakg5ygikfp0j79vrbhv";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [pkgconfigUpstream libxslt ];
|
|
||||||
buildInputs = [ libxml2 dbus_glib telepathy_glib sofia_sip telepathy_glib.python ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = http://telepathy.freedesktop.org;
|
|
||||||
};
|
|
||||||
}
|
|
@ -15616,8 +15616,6 @@ with pkgs;
|
|||||||
|
|
||||||
telepathy_mission_control = callPackage ../applications/networking/instant-messengers/telepathy/mission-control { };
|
telepathy_mission_control = callPackage ../applications/networking/instant-messengers/telepathy/mission-control { };
|
||||||
|
|
||||||
telepathy_rakia = callPackage ../applications/networking/instant-messengers/telepathy/rakia { };
|
|
||||||
|
|
||||||
telepathy_salut = callPackage ../applications/networking/instant-messengers/telepathy/salut {};
|
telepathy_salut = callPackage ../applications/networking/instant-messengers/telepathy/salut {};
|
||||||
|
|
||||||
telepathy_idle = callPackage ../applications/networking/instant-messengers/telepathy/idle {};
|
telepathy_idle = callPackage ../applications/networking/instant-messengers/telepathy/idle {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user