nixpkgs/pkgs/tools/misc/nbench
Adam Joseph 3141204b22
nbench: supply stdenv.glibc.static since Makefile uses -static (#172173)
* nbench: supply stdenv.glibc.static since Makefile uses -static

nbench's Makefile always compiles with -static, so we need it to be
able to see libc.a.  Let's add stdenv.glibc.static to the buildInputs.

* predicate on isGnu
2022-05-09 22:54:42 +02:00
..
default.nix nbench: supply stdenv.glibc.static since Makefile uses -static (#172173) 2022-05-09 22:54:42 +02:00