Merge pull request #308012 from obsidiansystems/fix-freebsd

freebsd.mtree: Needs explicit callPackage
This commit is contained in:
John Ericson 2024-04-30 11:37:45 -04:00 committed by GitHub
commit 756025cc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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