pypy: lib.any -> lib.elem

This commit is contained in:
h7x4
2025-04-07 12:36:41 +02:00
parent 1da7dfe371
commit ff17d6952f

View File

@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
]
++
lib.optionals
(lib.any (l: l == optimizationLevel) [
(lib.elem optimizationLevel [
"0"
"1"
"2"