tools: Fix reptyr build in qemu-user-aarch64

This was already fixed in NixOS unstable:
https://github.com/NixOS/nixpkgs/pull/292342
okarin2
Simon Bruder 2024-04-13 12:22:49 +02:00
parent 62c26e06a5
commit 670ff94dda
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2020-2023 Simon Bruder <simon@sbruder.de>
# SPDX-FileCopyrightText: 2020-2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
@ -50,7 +50,7 @@
lm_sensors # temperature sensors
parted # partition manager
pciutils # lspci
reptyr # move process to current terminal
(reptyr.overrideAttrs (o: o // { doCheck = false; })) # move process to current terminal # tests fail on qemu-user-aarch64 (TODO 24.05: remove)
smartmontools # hard drive monitoring
tcpdump # package inspector
tio # serial console