symlinkJoin: fix cross
This commit is contained in:
parent
33cb21574b
commit
59dbb00555
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user