mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
bumblebee: fix outputs
This commit is contained in:
parent
5fcf22f57c
commit
ac3ce1c26a
@ -46,7 +46,7 @@ let
|
||||
bbdPath = lib.makeBinPath [ kmod xorgserver ];
|
||||
bbdLibs = lib.makeLibraryPath [ libX11 libXext ];
|
||||
|
||||
xmodules = lib.concatStringsSep "," (map (x: "${x}/lib/xorg/modules") ([ xorgserver ] ++ lib.optional (!useNvidia) xf86videonouveau));
|
||||
xmodules = lib.concatStringsSep "," (map (x: "${x.out or x}/lib/xorg/modules") ([ xorgserver ] ++ lib.optional (!useNvidia) xf86videonouveau));
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "bumblebee-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user