multisync: remove, no release in > 10 years
Upstream suggests to use opensync. cc #23253
This commit is contained in:
parent
a36e1e2c35
commit
bfa067179e
@ -1,23 +0,0 @@
|
|||||||
{ stdenv, fetchurl, gtk2, glib, ORBit2, libbonobo, libtool, pkgconfig
|
|
||||||
, libgnomeui, GConf, automake, autoconf }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "multisync-0.82-1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = mirror://sourceforge/multisync/multisync-0.82-1.tar.bz2;
|
|
||||||
sha256 = "1azb6zsn3n1rnla2qc3c440gc4vgmbj593k6xj5g1v0xha2vm2y3";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs =
|
|
||||||
[ gtk2 glib ORBit2 libbonobo libtool pkgconfig libgnomeui GConf
|
|
||||||
automake autoconf
|
|
||||||
];
|
|
||||||
|
|
||||||
preConfigure = "./autogen.sh"; # install.sh is not contained in the tar
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "Modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -14517,10 +14517,6 @@ with pkgs;
|
|||||||
|
|
||||||
multimon-ng = callPackage ../applications/misc/multimon-ng { };
|
multimon-ng = callPackage ../applications/misc/multimon-ng { };
|
||||||
|
|
||||||
multisync = callPackage ../applications/misc/multisync {
|
|
||||||
inherit (gnome2) ORBit2 libbonobo libgnomeui GConf;
|
|
||||||
};
|
|
||||||
|
|
||||||
inherit (callPackages ../applications/networking/mumble {
|
inherit (callPackages ../applications/networking/mumble {
|
||||||
avahi = avahi.override {
|
avahi = avahi.override {
|
||||||
withLibdnssdCompat = true;
|
withLibdnssdCompat = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user