mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
libgweather: Fix darwin build
https://hydra.nixos.org/build/243158351/nixlog/1
This commit is contained in:
parent
85f0144502
commit
91fd5cfa79
@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
|
||||
mesonFlags = [
|
||||
"-Dzoneinfo_dir=${tzdata}/share/zoneinfo"
|
||||
(lib.mesonBool "introspection" withIntrospection)
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"-Dc_args=-D_DARWIN_C_SOURCE"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user