mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
w3m: fixing the build
Many packages depend on this.
This commit is contained in:
parent
03cadda7ea
commit
0dc11d913c
@ -7868,6 +7868,7 @@ let
|
||||
vwm = callPackage ../applications/window-managers/vwm { };
|
||||
|
||||
w3m = callPackage ../applications/networking/browsers/w3m {
|
||||
stdenv = overrideInStdenv stdenv [ gnumake381 ];
|
||||
graphicsSupport = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user