Merge pull request #308012 from obsidiansystems/fix-freebsd
freebsd.mtree: Needs explicit callPackage
This commit is contained in:
commit
756025cc00
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