Author: viric
Date: Tue Oct 12 18:31:11 2010
New Revision: 24242
URL: https://svn.nixos.org/websvn/nix/?rev=24242&sc=1
Log:
Making lynx cross-build with widechar support
Modified:
nixpkgs/branches/stdenv-updates/pkgs/applications/networking/browsers/lynx/default.nix
Modified:
nixpkgs/branches/stdenv-updates/pkgs/applications/networking/browsers/lynx/default.nix
==============================================================================
---
nixpkgs/branches/stdenv-updates/pkgs/applications/networking/browsers/lynx/default.nix
Tue Oct 12 16:04:54 2010 (r24241)
+++
nixpkgs/branches/stdenv-updates/pkgs/applications/networking/browsers/lynx/default.nix
Tue Oct 12 18:31:11 2010 (r24242)
@@ -17,6 +17,11 @@
buildInputs = [ ncurses ] ++ stdenv.lib.optional sslSupport openssl;
buildNativeInputs = [ ncurses ];
+ crossAttrs = {
+ configureFlags = "--enable-widec" +
+ (if sslSupport then " --with-ssl" else "");
+ };
+
meta = {
homepage = http://lynx.isc.org/;
description = "A text-mode web browser";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits