libgweather: Fix darwin build
https://hydra.nixos.org/build/243158351/nixlog/1
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user