about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/w3m/default.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:24 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:24 +0000
commit8cbe72a9234f30ad4866c88e8678d9d1c37312b6 (patch)
treec705be7410ef3a7c092da64ff464ed45a3c837cc /pkgs/applications/networking/browsers/w3m/default.nix
parent25709dfe50ff8322604f995814425131fb0e06b3 (diff)
downloadnixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.tar
nixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.tar.gz
nixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.tar.bz2
nixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.tar.lz
nixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.tar.xz
nixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.tar.zst
nixlib-8cbe72a9234f30ad4866c88e8678d9d1c37312b6.zip
w3m: move defaults to package file
Diffstat (limited to 'pkgs/applications/networking/browsers/w3m/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/w3m/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix
index 75998662f7f2..c1fa364a2d23 100644
--- a/pkgs/applications/networking/browsers/w3m/default.nix
+++ b/pkgs/applications/networking/browsers/w3m/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, fetchpatch
 , ncurses, boehmgc, gettext, zlib
 , sslSupport ? true, openssl ? null
-, graphicsSupport ? true, imlib2 ? null
+, graphicsSupport ? !stdenv.isDarwin, imlib2 ? null
 , x11Support ? graphicsSupport, libX11 ? null
 , mouseSupport ? !stdenv.isDarwin, gpm-ncurses ? null
 , perl, man, pkgconfig, buildPackages, w3m