+14
-1
pkgs/development/interpreters/python/pypy/default.nix
+14
-1
pkgs/development/interpreters/python/pypy/default.nix
······# The first is disabled in Nix (and wouldn't work in the build sandbox or on NixOS anyway), and# The second requires SONAME to be set for the dynamic library for the second part not to fail.# As libsqlite3 stopped shipping with SONAME after the switch to autosetup (>= 3.50 in Nixpkgs;# see https://www.sqlite.org/src/forumpost/5a3b44f510df8ded). This makes the Python CFFI module···install_name_tool -change @rpath/lib${executable}-c.dylib $out/lib/lib${executable}-c.dylib $out/bin/${executable}+# Create platform specific _sysconfigdata__*.py (eg: _sysconfigdata__linux_x86_64-linux-gnu.py)+# https://github.com/pypy/pypy/blob/release-pypy3.11-v7.3.20/pypy/tool/release/package.py#L176-L189+$out/bin/pypy3 -m sysconfig --generate-posix-vars HOST_GNU_TYPE "$(${autoconf}/share/autoconf/build-aux/config.guess)"