pypy: lib.mapAttrsToList -> lib.attrsNames

This commit is contained in:
h7x4
2025-04-07 13:22:09 +02:00
parent 92aa43a0df
commit 7720a6246f

View File

@@ -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;
};
}