Loading pkgs/development/embedded/openocd/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,8 @@ stdenv.mkDerivation rec { map (hardware: "--enable-${hardware}") extraHardwareSupport ; enableParallelBuilding = true; env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isGNU [ "-Wno-error=cpp" "-Wno-error=strict-prototypes" # fixes build failure with hidapi 0.10.0 Loading Loading
pkgs/development/embedded/openocd/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,8 @@ stdenv.mkDerivation rec { map (hardware: "--enable-${hardware}") extraHardwareSupport ; enableParallelBuilding = true; env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isGNU [ "-Wno-error=cpp" "-Wno-error=strict-prototypes" # fixes build failure with hidapi 0.10.0 Loading