Skip to content

Commit

Permalink
Add missing pkgs
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie authored and brianmcgillion committed Sep 22, 2024
1 parent e271444 commit 752d210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/common/development/debug-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ in
# ydotool and grim are tools for automated GUI-testing, useless on riscv
++ lib.optionals (config.nixpkgs.hostPlatform.system != "riscv64-linux") [
pkgs.sysbench
ydotool
grim
]
pkgs.ydotool
pkgs.grim
]
# Icicle Kit performance test script available on RISC-V
++ lib.optional (config.nixpkgs.hostPlatform.system == "riscv64-linux") perf-test-script-icicle
# runtimeShell (unixbench dependency) not available on RISC-V nor on cross-compiled Orin AGX/NX
Expand Down

0 comments on commit 752d210

Please sign in to comment.