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";
|
sha256 = "0wfj9kkhar6jb5639f5wxpwsraxw4v9yzg71rsdidvj5fyncjjq2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libsmbios ];
|
buildInputs = stdenv.lib.optional (stdenv.hostPlatform.isx86) libsmbios;
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
autoreconfPhase = ''
|
autoreconfPhase = ''
|
||||||
autoreconf -i -I src/missing/m4
|
autoreconf -i -I src/missing/m4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user