1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Revert "w3m: fixing the build"

This reverts commit 0dc11d913c.

Somehow, I thought by hydra that w3m wasn't building fine.
This commit is contained in:
Lluís Batlle i Rossell 2012-12-21 16:47:13 +01:00
parent 0dc11d913c
commit 0584c1c693

View file

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