Setting license to elinks.

Disabling guile, due to licence incompatibility.
This commit is contained in:
Lluís Batlle i Rossell 2014-01-20 09:44:59 +01:00
parent fcc23fe0db
commit 4a4950f323

@ -1,6 +1,6 @@
{ stdenv, fetchurl, perl, ncurses, x11, bzip2, zlib, openssl
, spidermonkey, gpm
, enableGuile ? true, guile ? null
, enableGuile ? false, guile ? null # Incompatible licenses, LGPLv3 - GPLv2
, enablePython ? false, python ? null
}:
@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Full-featured text-mode web browser";
homepage = http://elinks.or.cz;
license = "GPLv2";
};
}