pypy{27,39,310}: drop darwin.libutil dependency

This commit is contained in:
Emily 2024-11-06 19:10:31 +00:00
parent 81a67492e9
commit d1e7262564

View File

@ -1,6 +1,6 @@
{ lib, stdenv, substituteAll, fetchurl { lib, stdenv, substituteAll, fetchurl
, zlibSupport ? true, zlib , zlibSupport ? true, zlib
, bzip2, pkg-config, libffi, darwin , bzip2, pkg-config, libffi
, sqlite, openssl, ncurses, python, expat, tcl, tk, tclPackages, libX11 , sqlite, openssl, ncurses, python, expat, tcl, tk, tclPackages, libX11
, gdbm, db, xz, python-setup-hook , gdbm, db, xz, python-setup-hook
, optimizationLevel ? "jit", boehmgc , optimizationLevel ? "jit", boehmgc
@ -63,8 +63,6 @@ in with passthru; stdenv.mkDerivation rec {
zlib zlib
] ++ lib.optionals (lib.any (l: l == optimizationLevel) [ "0" "1" "2" "3"]) [ ] ++ lib.optionals (lib.any (l: l == optimizationLevel) [ "0" "1" "2" "3"]) [
boehmgc boehmgc
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.libutil
]; ];
# Remove bootstrap python from closure # Remove bootstrap python from closure