Merge pull request #72173 from alyssais/symlinkJoin-cross

symlinkJoin: fix cross
This commit is contained in:
John Ericson 2019-10-28 18:43:41 +01:00 committed by GitHub
commit 1503091ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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