···16#
17# To use at startup, see hardware.bumblebee options.
1819-{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, help2man, makeWrapper
20, glib, libbsd
21, libX11, xorgserver, kmod, xf86videonouveau
22, nvidia_x11, virtualgl, libglvnd
···103 # Build-time dependencies of bumblebeed and optirun.
104 # Note that it has several runtime dependencies.
105 buildInputs = [ libX11 glib libbsd kmod ];
106- nativeBuildInputs = [ makeWrapper pkgconfig help2man automake111x autoconf ];
107108 # The order of LDPATH is very specific: First X11 then the host
109 # environment then the optional sub architecture paths.
···16#
17# To use at startup, see hardware.bumblebee options.
1819+{ stdenv, lib, fetchurl, fetchpatch, pkg-config, help2man, makeWrapper
20, glib, libbsd
21, libX11, xorgserver, kmod, xf86videonouveau
22, nvidia_x11, virtualgl, libglvnd
···103 # Build-time dependencies of bumblebeed and optirun.
104 # Note that it has several runtime dependencies.
105 buildInputs = [ libX11 glib libbsd kmod ];
106+ nativeBuildInputs = [ makeWrapper pkg-config help2man automake111x autoconf ];
107108 # The order of LDPATH is very specific: First X11 then the host
109 # environment then the optional sub architecture paths.
···3, psutils, netpbm #for html output
4, buildPackages
5, autoreconfHook
6-, pkgconfig
7, texinfo
8}:
9···39 '';
4041 buildInputs = [ ghostscript psutils netpbm perl ];
42- nativeBuildInputs = [ autoreconfHook pkgconfig texinfo ];
4344 # Builds running without a chroot environment may detect the presence
45 # of /usr/X11 in the host system, leading to an impure build of the
···3, psutils, netpbm #for html output
4, buildPackages
5, autoreconfHook
6+, pkg-config
7, texinfo
8}:
9···39 '';
4041 buildInputs = [ ghostscript psutils netpbm perl ];
42+ nativeBuildInputs = [ autoreconfHook pkg-config texinfo ];
4344 # Builds running without a chroot environment may detect the presence
45 # of /usr/X11 in the host system, leading to an impure build of the