w3m: fix build on darwin (#16955)

This commit is contained in:
Tobias Pflug 2016-07-14 18:01:27 +02:00 committed by Rok Garbas
parent 11a2edc2ea
commit cb7d8822e9

View file

@ -14863,7 +14863,9 @@ in
vym = callPackage ../applications/misc/vym { };
w3m = callPackage ../applications/networking/browsers/w3m { };
w3m = callPackage ../applications/networking/browsers/w3m {
graphicsSupport = !stdenv.isDarwin;
};
# Should always be the version with the most features
w3m-full = w3m;