Commit 9bbd356f authored by Levi Zim's avatar Levi Zim
Browse files

tracexec: drop riscv64 specialisation

tracexec no longer depends on seccompiler.
It uses libsecomp which supports riscv64.
parent efd029af
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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