Merge pull request #272259 from rvolosatovs/fix/aarch64-darwin-jshon

jshon: fix build on aarch64-darwin
This commit is contained in:
Weijia Wang 2023-12-17 20:16:39 +01:00 committed by GitHub
commit b425dc72ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ jansson ];
env.NIX_CFLAGS_COMPILE = "-Wno-error=strict-prototypes";
patches = [
(fetchpatch {
# https://github.com/keenerd/jshon/pull/62