zstd: drop libatomic workaround for riscv

This commit is contained in:
Nick Cao 2023-12-16 16:25:45 -05:00
parent c77ba710fe
commit f197cb435d
No known key found for this signature in database

View File

@ -50,8 +50,6 @@ stdenv.mkDerivation rec {
tests/playTests.sh
'';
LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic";
cmakeFlags = lib.attrsets.mapAttrsToList
(name: value: "-DZSTD_${name}:BOOL=${if value then "ON" else "OFF"}") {
BUILD_SHARED = !static;