pypy{27,39,310}: drop darwin.libutil
dependency
This commit is contained in:
parent
81a67492e9
commit
d1e7262564
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user