w3m: fix build on darwin (#16955)
This commit is contained in:
parent
11a2edc2ea
commit
cb7d8822e9
@ -14863,7 +14863,9 @@ in
|
|||||||
|
|
||||||
vym = callPackage ../applications/misc/vym { };
|
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
|
# Should always be the version with the most features
|
||||||
w3m-full = w3m;
|
w3m-full = w3m;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user