mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
Merge pull request #17447 from FRidh/nvidia
nvidia-x11: fix driSupport32Bit
This commit is contained in:
commit
db06460257
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user