Skip to content

Commit

Permalink
nvidia-x11: fix driSupport32Bit
Browse files Browse the repository at this point in the history
(cherry picked from commit 8eb4b3a)
  • Loading branch information
FRidh authored and grahamc committed Sep 5, 2016
1 parent 5a147f7 commit fa94321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/nvidia-x11/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit fa94321

Please sign in to comment.