mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
libjson: fixup build with gcc 11
https://hydra.nixos.org/build/173712527
This commit is contained in:
parent
f1a4f201d2
commit
a735e0b978
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./install-fix.patch ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
|
||||
preInstall = "mkdir -p $out/lib";
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user