ldcpp: remove, old and abandoned
Latest release from 2011 and needs patching to build with openssl 1.1.
This commit is contained in:
parent
99be19c3c6
commit
b794459727
@ -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;
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user