w3m: fixing the build

Many packages depend on this.
This commit is contained in:
Lluís Batlle i Rossell 2012-12-21 16:21:50 +01:00
parent 03cadda7ea
commit 0dc11d913c

View File

@ -7868,6 +7868,7 @@ let
vwm = callPackage ../applications/window-managers/vwm { };
w3m = callPackage ../applications/networking/browsers/w3m {
stdenv = overrideInStdenv stdenv [ gnumake381 ];
graphicsSupport = false;
};