bumblebee: fix outputs

This commit is contained in:
Nikolay Amiantov 2016-05-01 02:10:24 +03:00
parent 5fcf22f57c
commit ac3ce1c26a

View File

@ -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}";