numactl: drop libatomic workaround for riscv

This commit is contained in:
Nick Cao
2023-12-16 16:23:30 -05:00
parent 95d453d59c
commit e19bed44b2
@@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
patchShebangs test
'';
LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic";
# You probably shouldn't ever run these! They will reconfigure Linux
# NUMA settings, which on my build machine makes the rest of package
# building ~5% slower until reboot. Ugh!