pypy: lib.mapAttrsToList -> lib.attrsNames

This commit is contained in:
h7x4
2025-10-26 15:33:34 +09:00
parent 92aa43a0df
commit 7720a6246f
@@ -175,7 +175,7 @@ stdenv.mkDerivation {
homepage = "http://pypy.org/";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
platforms = lib.mapAttrsToList (arch: _: arch) downloadUrls;
platforms = lib.attrNames downloadUrls;
};
}