3
0
Fork 0
forked from mirrors/nixpkgs

Remove minmay

Sources no longer exist
This commit is contained in:
Tim Steinbach 2016-11-04 10:24:44 -04:00
parent c431c39233
commit 628531a783
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24
2 changed files with 0 additions and 21 deletions

View file

@ -1,19 +0,0 @@
{ stdenv, fetchurl, cmake, openssl }:
stdenv.mkDerivation rec {
name = "minmay-${version}";
version = "1.0.0";
src = fetchurl {
url = "https://github.com/mazhe/minmay/archive/1.0.0.tar.gz";
sha256 = "1amycxvhbd0lv6j5zsvxiwrx29jvndcy856j3b3bisys24h95zw2";
};
buildInputs = [ cmake openssl ];
meta = {
homepage = "https://github.com/mazhe/minmay";
license = stdenv.lib.licenses.lgpl21Plus;
description = "An XMPP library (forked from the iksemel project)";
};
}

View file

@ -8469,8 +8469,6 @@ in
minizip = callPackage ../development/libraries/minizip { };
minmay = callPackage ../development/libraries/minmay { };
miro = callPackage ../applications/video/miro {
avahi = avahi.override {
withLibdnssdCompat = true;