summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/elinks
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-01-20 09:44:59 +0100
committerLluís Batlle i Rossell <viric@viric.name>2014-01-20 13:47:24 +0100
commit4a4950f3233973bfc25c346e2356418cc9e99bce (patch)
tree88f0fa01af299f85459e9f5484ea76a19b9df6c3 /pkgs/applications/networking/browsers/elinks
parentfcc23fe0db29fc7ea5775e5305c830d9b702b533 (diff)
Setting license to elinks.
Disabling guile, due to licence incompatibility.
Diffstat (limited to 'pkgs/applications/networking/browsers/elinks')
-rw-r--r--pkgs/applications/networking/browsers/elinks/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/elinks/default.nix b/pkgs/applications/networking/browsers/elinks/default.nix
index 142e5a65df6c4..61db2656a4093 100644
--- a/pkgs/applications/networking/browsers/elinks/default.nix
+++ b/pkgs/applications/networking/browsers/elinks/default.nix
@@ -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";
   };
 }