mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
lynx 2.8.6
svn path=/nixpkgs/trunk/; revision=8687
This commit is contained in:
parent
35bc49bc3a
commit
d2086b5e53
@ -5,10 +5,10 @@
|
||||
assert sslSupport -> openssl != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lynx-2.8.5";
|
||||
name = "lynx-2.8.6";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/lynx2.8.5.tar.bz2;
|
||||
md5 = "d1e5134e5d175f913c16cb6768bc30eb";
|
||||
url = http://lynx.isc.org/lynx2.8.6/lynx2.8.6.tar.bz2;
|
||||
sha256 = "0kbnxg01w1hczii6yqkx05dcx6yfcpqadrsavjyq3h68birc366w";
|
||||
};
|
||||
configureFlags = (if sslSupport then "--with-ssl" else "");
|
||||
buildInputs = [ncurses (if sslSupport then openssl else null)];
|
||||
|
Loading…
Reference in New Issue
Block a user