From 9bbd356ff807f5d90db463bb310497fd3d2ac9f9 Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Mon, 9 Mar 2026 22:07:59 +0800 Subject: [PATCH] tracexec: drop riscv64 specialisation tracexec no longer depends on seccompiler. It uses libsecomp which supports riscv64. --- pkgs/by-name/tr/tracexec/package.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/by-name/tr/tracexec/package.nix b/pkgs/by-name/tr/tracexec/package.nix index f44f3f8ef68e..78aaffcff33a 100644 --- a/pkgs/by-name/tr/tracexec/package.nix +++ b/pkgs/by-name/tr/tracexec/package.nix @@ -44,11 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoBuildFlags = [ "--no-default-features" "--features=recommended" - ] - # Remove RiscV64 specialisation when this is fixed: - # * https://github.com/NixOS/nixpkgs/pull/310158#pullrequestreview-2046944158 - # * https://github.com/rust-vmm/seccompiler/pull/72 - ++ lib.optional stdenv.hostPlatform.isRiscV64 "--no-default-features"; + ]; preBuild = '' sed -i '1ino-clearly-defined = true' about.toml # disable network requests