nvidia-x11: Attempt to fix library-only build
1fb0d3d158 (commitcomment-26554956)
This commit is contained in:
parent
9d4de1eac8
commit
9fe81b5ac2
@ -62,7 +62,8 @@ let
|
|||||||
|
|
||||||
libPath = makeLibraryPath [ xorg.libXext xorg.libX11 xorg.libXv xorg.libXrandr zlib stdenv.cc.cc ];
|
libPath = makeLibraryPath [ xorg.libXext xorg.libX11 xorg.libXv xorg.libXrandr zlib stdenv.cc.cc ];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl nukeReferences ] ++ kernel.moduleBuildDependencies;
|
nativeBuildInputs = [ perl nukeReferences ]
|
||||||
|
++ optionals (!libsOnly) kernel.moduleBuildDependencies;
|
||||||
|
|
||||||
disallowedReferences = optional (!libsOnly) [ kernel.dev ];
|
disallowedReferences = optional (!libsOnly) [ kernel.dev ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user