physfs_2: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-18 11:44:38 +02:00
parent a1d1f086c7
commit 32cf9f8121
2 changed files with 5 additions and 4 deletions
+3 -1
View File
@@ -17217,7 +17217,9 @@ in
pe-parse = callPackage ../development/libraries/pe-parse { };
inherit (callPackage ../development/libraries/physfs { })
inherit (callPackage ../development/libraries/physfs {
inherit (darwin.apple_sdk.frameworks) Foundation Carbon;
})
physfs_2
physfs;