Loading pkgs/tools/security/b2sum/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,11 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ openmp ]; buildFlags = [ (lib.optional (openmp == null) "NO_OPENMP=1") ]; # clang builds require at least C99 or the build fails with: # error: unknown type name 'inline' env.NIX_CFLAGS_COMPILE = "-std=c99"; installFlags = [ "PREFIX=$(out)" ]; meta = with lib; { Loading Loading
pkgs/tools/security/b2sum/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,11 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ openmp ]; buildFlags = [ (lib.optional (openmp == null) "NO_OPENMP=1") ]; # clang builds require at least C99 or the build fails with: # error: unknown type name 'inline' env.NIX_CFLAGS_COMPILE = "-std=c99"; installFlags = [ "PREFIX=$(out)" ]; meta = with lib; { Loading