ldcpp: remove, old and abandoned

Latest release from 2011 and needs patching to build with openssl 1.1.
This commit is contained in:
Franz Pletz 2017-07-31 21:09:52 +02:00 committed by Robin Gloster
parent 99be19c3c6
commit b794459727
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
2 changed files with 0 additions and 33 deletions

View File

@ -1,29 +0,0 @@
{ stdenv, fetchurl, scons, pkgconfig, gtk2, bzip2, libglade, openssl
, libX11, boost, zlib, libnotify }:
stdenv.mkDerivation rec {
name = "ldcpp-1.1.0";
src = fetchurl {
url = http://launchpad.net/linuxdcpp/1.1/1.1.0/+download/linuxdcpp-1.1.0.tar.bz2;
sha256 = "12i92hirmwryl1qy0n3jfrpziwzb82f61xca9jcjwyilx502f0b6";
};
buildInputs = [ scons pkgconfig gtk2 bzip2 libglade openssl libX11 boost libnotify ];
installPhase = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lX11";
touch gettext xgettext msgfmt msgcat
chmod +x gettext xgettext msgfmt msgcat
export PATH=$PATH:$PWD
mkdir -p $out
scons PREFIX=$out
scons PREFIX=$out install
'';
meta = {
description = "Direct Connect client";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -14975,10 +14975,6 @@ with pkgs;
lci = callPackage ../applications/science/logic/lci {};
ldcpp = callPackage ../applications/networking/p2p/ldcpp {
inherit (gnome2) libglade;
};
lemonbar = callPackage ../applications/window-managers/lemonbar { };
lemonbar-xft = callPackage ../applications/window-managers/lemonbar/xft.nix { };