nvidia_x11_beta: fix build by syncing with default
/cc author @wkennington.
This commit is contained in:
parent
c60ce5fa9b
commit
ff219393ca
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, kernel ? null, xlibs, zlib, perl
|
{ stdenv, fetchurl, kernel ? null, xlibs, zlib, perl
|
||||||
, gtk, atk, pango, glib, gdk_pixbuf, cairo
|
, gtk, atk, pango, glib, gdk_pixbuf, cairo, nukeReferences
|
||||||
, # Whether to build the libraries only (i.e. not the kernel module or
|
, # Whether to build the libraries only (i.e. not the kernel module or
|
||||||
# nvidia-settings). Used to support 32-bit binaries on 64-bit
|
# nvidia-settings). Used to support 32-bit binaries on 64-bit
|
||||||
# Linux.
|
# Linux.
|
||||||
@ -52,7 +52,9 @@ stdenv.mkDerivation {
|
|||||||
[ gtk atk pango glib gdk_pixbuf cairo ] );
|
[ gtk atk pango glib gdk_pixbuf cairo ] );
|
||||||
programPath = makeLibraryPath [ xlibs.libXv ];
|
programPath = makeLibraryPath [ xlibs.libXv ];
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl nukeReferences ];
|
||||||
|
|
||||||
|
disallowedReferences = if libsOnly then [] else [ kernel.dev ];
|
||||||
|
|
||||||
meta = with stdenv.lib.meta; {
|
meta = with stdenv.lib.meta; {
|
||||||
homepage = http://www.nvidia.com/object/unix.html;
|
homepage = http://www.nvidia.com/object/unix.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user