add the links browser. This package built immediately, so I believe something is not pure...

svn path=/nixpkgs/trunk/; revision=4440
This commit is contained in:
Armijn Hemel 2005-12-26 16:13:04 +00:00
parent 4213f2ac08
commit e8488e3b71
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "links-1.00pre15";
src = fetchurl {
url = http://artax.karlin.mff.cuni.cz/~mikulas/links/download/links-1.00pre15.tar.gz;
md5 = "f64823b9a1ac2d79df578a991dfae8b8";
};
}

View File

@ -1698,6 +1698,10 @@ rec {
inherit fetchurl stdenv ncurses openssl;
};
links = (import ../applications/networking/browsers/links) {
inherit fetchurl stdenv;
};
w3m = (import ../applications/networking/browsers/w3m) {
inherit fetchurl stdenv ncurses openssl boehmgc gettext;
};