symlinkJoin: fix cross

This commit is contained in:
Alyssa Ross 2019-10-28 14:54:37 +00:00
parent 33cb21574b
commit 59dbb00555
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -71,7 +71,7 @@ let
trivialBuilders = self: super:
import ../build-support/trivial-builders.nix {
inherit lib; inherit (self) stdenv stdenvNoCC; inherit (self.xorg) lndir;
inherit lib; inherit (self) stdenv stdenvNoCC; inherit (self.pkgsBuildHost.xorg) lndir;
inherit (self) runtimeShell;
};