mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #72173 from alyssais/symlinkJoin-cross
symlinkJoin: fix cross
This commit is contained in:
commit
1503091ee1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue