mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
libjreen: remove
This commit is contained in:
parent
61abba66e2
commit
76eb2c64b1
@ -1,21 +0,0 @@
|
||||
{ lib, stdenv, fetchurl, cmake, qt4, pkg-config, gsasl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libjreen";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://qutim.org/dwnl/73/${pname}-${version}.tar.bz2";
|
||||
sha256 = "14nwwk40xx8w6x7yaysgcr0lgzhs7l064f7ikp32s5y9a8mmp582";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ qt4 gsasl ];
|
||||
|
||||
meta = {
|
||||
description = "C++ Jabber library using Qt framework";
|
||||
homepage = "https://qutim.org/jreen/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
@ -908,6 +908,7 @@ mapAliases ({
|
||||
libintlOrEmpty = lib.optional (!stdenv.isLinux || stdenv.hostPlatform.libc != "glibc") gettext; # Added 2018-03-14
|
||||
libixp_hg = libixp;
|
||||
libjpeg_drop = libjpeg_original; # Added 2020-06-05
|
||||
libjreen = throw "libjreen has been removed, because it did not support a recent version of qt5"; # Added 2022-06-12
|
||||
libjson_rpc_cpp = throw "'libjson_rpc_cpp' has been renamed to/replaced by 'libjson-rpc-cpp'"; # Converted to throw 2022-02-22
|
||||
libkml = throw "libkml has been removed from nixpkgs, as it's abandoned and no package needed it"; # Added 2021-11-09
|
||||
liblapackWithoutAtlas = throw "'liblapackWithoutAtlas' has been renamed to/replaced by 'lapack-reference'"; # Converted to throw 2022-02-22
|
||||
|
@ -23322,8 +23322,6 @@ with pkgs;
|
||||
libjpeg = libjpeg_turbo;
|
||||
libjpeg8 = libjpeg_turbo.override { enableJpeg8 = true; };
|
||||
|
||||
libjreen = callPackage ../development/libraries/libjreen { };
|
||||
|
||||
libjson-rpc-cpp = callPackage ../development/libraries/libjson-rpc-cpp {
|
||||
libmicrohttpd = libmicrohttpd_0_9_72;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user