Merge pull request #272259 from rvolosatovs/fix/aarch64-darwin-jshon
jshon: fix build on aarch64-darwin
This commit is contained in:
commit
b425dc72ad
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue