strace: mpers check always
this fix pkgsStatic on x86 build where we don't support 32bit yet.
This commit is contained in:
parent
2af38d76fe
commit
3364d09e4c
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = "patchShebangs --host strace-graph";
|
postPatch = "patchShebangs --host strace-graph";
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optional (!stdenv.hostPlatform.isx86) "--enable-mpers=check";
|
configureFlags = [ "--enable-mpers=check" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://strace.io/";
|
homepage = "https://strace.io/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user