libdeflate: fix darwin build
Calling `futimens` requires building with SDK 11.0.
This commit is contained in:
committed by
Stanisław Pitucha
parent
a1eb3e0b3e
commit
45cb6c1fa3
@@ -20935,7 +20935,7 @@ with pkgs;
|
||||
|
||||
libde265 = callPackage ../development/libraries/libde265 {};
|
||||
|
||||
libdeflate = callPackage ../development/libraries/libdeflate { };
|
||||
libdeflate = darwin.apple_sdk_11_0.callPackage ../development/libraries/libdeflate { };
|
||||
|
||||
libdeltachat = callPackage ../development/libraries/libdeltachat {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;
|
||||
|
||||
Reference in New Issue
Block a user