netsurf: remove dead package & dependencies

Not updated since 2009 (!), not working since 2013.

cc @marcweber
This commit is contained in:
Tobias Geerinckx-Rice
2016-01-06 01:46:16 +01:00
parent 420f55542c
commit 4df7006319
10 changed files with 0 additions and 280 deletions
@@ -1,22 +0,0 @@
args: with args;
stdenv.mkDerivation {
name = "libwapcaplet-devel";
# REGION AUTO UPDATE: { name="libwapcaplet"; type = "svn"; url = "svn://svn.netsurf-browser.org/trunk/libwapcaplet"; groups = "netsurf_group"; }
src= sourceFromHead "libwapcaplet-9721.tar.gz"
(fetchurl { url = "http://mawercer.de/~nix/repos/libwapcaplet-9721.tar.gz"; sha256 = "7f9f32ca772c939d67f3bc8bf0705544c2b2950760da3fe6a4e069ad0f77d91a"; });
# END
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
installPhase = "make PREFIX=$out install";
buildInputs = [];
meta = {
description = "A string internment library, written in C";
homepage = http://www.netsurf-browser.org/projects/libwapcaplet/;
license = stdenv.lib.licenses.mit;
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
};
}