Index: pkgs/applications/networking/browsers/w3m/default.nix
===================================================================
--- pkgs/applications/networking/browsers/w3m/default.nix	(revision 13157)
+++ pkgs/applications/networking/browsers/w3m/default.nix	(working copy)
@@ -21,6 +21,7 @@
     (if graphicsSupport then gdkpixbuf else null)
   ];
   #patches = [./bsd.patch];
+  patches = [./remove_hardcoded_checks.patch];
 
   meta = {
     homepage = http://w3m.sourceforge.net;
