Loading pkgs/development/interpreters/python/pypy/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ stdenv.mkDerivation rec { meta = { homepage = "https://www.pypy.org/"; changelog = "https://doc.pypy.org/en/stable/release-v${version}.html"; changelog = "https://doc.pypy.org/release-v${version}.html"; description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})"; mainProgram = "pypy"; license = lib.licenses.mit; Loading Loading
pkgs/development/interpreters/python/pypy/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ stdenv.mkDerivation rec { meta = { homepage = "https://www.pypy.org/"; changelog = "https://doc.pypy.org/en/stable/release-v${version}.html"; changelog = "https://doc.pypy.org/release-v${version}.html"; description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})"; mainProgram = "pypy"; license = lib.licenses.mit; Loading