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