mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
libdeflate: fix darwin build
Calling `futimens` requires building with SDK 11.0.
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user