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:
John Ericson 2024-04-30 10:38:49 -04:00
parent f1b03bc771
commit 22b1e25676

View File

@ -129,5 +129,9 @@ makeScopeWithSplicing' {
inherit (buildPackages.buildPackages) rsync;
};
mtree = self.callPackage ./pkgs/mtree.nix {
inherit (self) mknod;
};
}));
}