nvidia-x11: fix driSupport32Bit

This commit is contained in:
Frederik Rietdijk 2016-08-02 13:03:44 +02:00
parent ef3719716d
commit 8eb4b3af10

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation {
[ gtk atk pango glib gdk_pixbuf cairo ] );
programPath = makeLibraryPath [ xorg.libXv ];
patches = if versionAtLeast kernel.version "4.7" then [ ./365.35-kernel-4.7.patch ] else [];
patches = if (!libsOnly) && (versionAtLeast kernel.dev.version "4.7") then [ ./365.35-kernel-4.7.patch ] else [];
buildInputs = [ perl nukeReferences ];