3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #235646 from compilade/HashSharedMem-build-fix

This commit is contained in:
Artturi 2023-06-04 20:21:06 +03:00 committed by GitHub
commit 2ef0e0b1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10912,6 +10912,7 @@ with self; {
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/Hash-SharedMem-0.005.tar.gz";
hash = "sha256-Mkd2gIYC973EStqpN4lTZUVAKakm+mEfMhyb9rlAu14=";
};
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isAarch64 "-mno-outline-atomics";
buildInputs = [ ScalarString ];
meta = {
description = "Efficient shared mutable hash";