mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
Merge remote-tracking branch 'origin/staging-next' into staging
This commit is contained in:
@@ -181,7 +181,7 @@ stdenv.mkDerivation {
|
||||
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
|
||||
mainProgram = "pypy";
|
||||
license = licenses.mit;
|
||||
platforms = lib.mapAttrsToList (arch: _: arch) downloadUrls;
|
||||
platforms = lib.attrNames downloadUrls;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user