mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #272259 from rvolosatovs/fix/aarch64-darwin-jshon
jshon: fix build on aarch64-darwin
This commit is contained in:
commit
b425dc72ad
@ -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 New Issue
Block a user