Merge pull request #69149 from delroth/mono-zeroconf

mono-zeroconf: remove broken package
This commit is contained in:
worldofpeace 2019-09-20 08:33:01 -04:00 committed by GitHub
commit 4475586621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 27 deletions

View File

@ -1,25 +0,0 @@
{ stdenv, fetchurl, which, pkgconfig, mono }:
stdenv.mkDerivation rec {
pname = "mono-zeroconf";
version = "0.9.0";
src = fetchurl {
url = "http://download.banshee-project.org/mono-zeroconf/mono-zeroconf-${version}.tar.bz2";
sha256 = "1qfp4qvsx7rc2shj1chi2y7fxn10rwi70rw2y54b2i8a4jq7gpkb";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ which mono ];
dontStrip = true;
configureFlags = [ "--disable-docs" ];
meta = with stdenv.lib; {
description = "A cross platform Zero Configuration Networking library for Mono and .NET";
homepage = https://www.mono-project.com/archived/monozeroconf/;
platforms = platforms.linux;
license = licenses.mit;
};
}

View File

@ -217,6 +217,7 @@ mapAliases ({
mlt-qt5 = libsForQt5.mlt; # added 2015-12-19
mobile_broadband_provider_info = mobile-broadband-provider-info; # added 2018-02-25
module_init_tools = kmod; # added 2016-04-22
mono-zeroconf = throw "deprecated 2019-09-20: abandoned by upstream.";
mpich2 = mpich; # added 2018-08-06
msf = metasploit; # added 2018-04-25
libmsgpack = msgpack; # added 2018-08-17

View File

@ -12693,8 +12693,6 @@ in
mono-addins = callPackage ../development/libraries/mono-addins { };
mono-zeroconf = callPackage ../development/libraries/mono-zeroconf { };
movit = callPackage ../development/libraries/movit { };
mosquitto = callPackage ../servers/mqtt/mosquitto { };