llfuse: fix darwin build

This commit is contained in:
midchildan
2021-03-21 15:50:35 +09:00
parent fa6c8b656b
commit 3a4c9d4b62
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -3954,6 +3954,7 @@ in {
llfuse = callPackage ../development/python-modules/llfuse {
inherit (pkgs) fuse;
inherit (pkgs.darwin.apple_sdk.frameworks) DiskArbitration;
};
llvmlite = callPackage ../development/python-modules/llvmlite {