3
0
Fork 0
forked from mirrors/nixpkgs

SUNRPC_DEBUG doesn't work on linux 3.3

It's as if the option isn't there.

http://hydra.nixos.org/build/4015233
This commit is contained in:
Lluís Batlle i Rossell 2013-02-08 00:10:45 +01:00
parent 6ee6cd5ec9
commit 00251af191

View file

@ -230,9 +230,6 @@ let
# Devtmpfs support.
DEVTMPFS y
# Easier debug of NFS issues
SUNRPC_DEBUG y
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
${extraConfig}
'';