mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
w3m: fix build on darwin (#16955)
This commit is contained in:
parent
11a2edc2ea
commit
cb7d8822e9
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue