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:
@@ -129,5 +129,9 @@ makeScopeWithSplicing' {
|
||||
inherit (buildPackages.buildPackages) rsync;
|
||||
};
|
||||
|
||||
mtree = self.callPackage ./pkgs/mtree.nix {
|
||||
inherit (self) mknod;
|
||||
};
|
||||
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user