nvidia_x11_beta: fix build by syncing with default

/cc author @wkennington.

+4 -2
+4 -2
pkgs/os-specific/linux/nvidia-x11/beta.nix
··· 1 1 { stdenv, fetchurl, kernel ? null, xlibs, zlib, perl 2 - , gtk, atk, pango, glib, gdk_pixbuf, cairo 2 + , gtk, atk, pango, glib, gdk_pixbuf, cairo, nukeReferences 3 3 , # Whether to build the libraries only (i.e. not the kernel module or 4 4 # nvidia-settings). Used to support 32-bit binaries on 64-bit 5 5 # Linux. ··· 52 52 [ gtk atk pango glib gdk_pixbuf cairo ] ); 53 53 programPath = makeLibraryPath [ xlibs.libXv ]; 54 54 55 - buildInputs = [ perl ]; 55 + buildInputs = [ perl nukeReferences ]; 56 + 57 + disallowedReferences = if libsOnly then [] else [ kernel.dev ]; 56 58 57 59 meta = with stdenv.lib.meta; { 58 60 homepage = http://www.nvidia.com/object/unix.html;