mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
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";
|
||||
|
||||
configureFlags = stdenv.lib.optional (!stdenv.hostPlatform.isx86) "--enable-mpers=check";
|
||||
configureFlags = [ "--enable-mpers=check" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://strace.io/";
|
||||
|
|
Loading…
Reference in a new issue