freebsd.mtree: Needs explicit callPackage
Otherwise we get an infinite recursion. This fixes the bootstrap of FreeBSD, which uses this tool from NetBSD.
This commit is contained in:
parent
f1b03bc771
commit
22b1e25676
1 changed files with 4 additions and 0 deletions
|
@ -129,5 +129,9 @@ makeScopeWithSplicing' {
|
|||
inherit (buildPackages.buildPackages) rsync;
|
||||
};
|
||||
|
||||
mtree = self.callPackage ./pkgs/mtree.nix {
|
||||
inherit (self) mknod;
|
||||
};
|
||||
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue