netperf: remove libsmbios on non-x86
This fixes building on ARM systems.
This commit is contained in:
parent
7c9e225d89
commit
a94c9ad2de
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0wfj9kkhar6jb5639f5wxpwsraxw4v9yzg71rsdidvj5fyncjjq2";
|
||||
};
|
||||
|
||||
buildInputs = [ libsmbios ];
|
||||
buildInputs = stdenv.lib.optional (stdenv.hostPlatform.isx86) libsmbios;
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
autoreconfPhase = ''
|
||||
autoreconf -i -I src/missing/m4
|
||||
|
Loading…
Reference in New Issue
Block a user