Loading pkgs/development/tools/misc/strace-analyzer/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , strace , stdenv }: rustPlatform.buildRustPackage rec { Loading @@ -19,6 +20,11 @@ rustPlatform.buildRustPackage rec { nativeCheckInputs = [ strace ]; checkFlags = lib.optionals stdenv.isAarch64 [ # thread 'analysis::tests::analyze_dd' panicked at 'assertion failed: ...' "--skip=analysis::tests::analyze_dd" ]; meta = with lib; { description = "Analyzes strace output"; homepage = "https://github.com/wookietreiber/strace-analyzer"; Loading Loading
pkgs/development/tools/misc/strace-analyzer/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , strace , stdenv }: rustPlatform.buildRustPackage rec { Loading @@ -19,6 +20,11 @@ rustPlatform.buildRustPackage rec { nativeCheckInputs = [ strace ]; checkFlags = lib.optionals stdenv.isAarch64 [ # thread 'analysis::tests::analyze_dd' panicked at 'assertion failed: ...' "--skip=analysis::tests::analyze_dd" ]; meta = with lib; { description = "Analyzes strace output"; homepage = "https://github.com/wookietreiber/strace-analyzer"; Loading