darwin.Libinfo: remove and replace with stubs
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
{ appleDerivation', stdenvNoCC }:
|
||||
|
||||
appleDerivation' stdenvNoCC {
|
||||
installPhase = ''
|
||||
substituteInPlace xcodescripts/install_files.sh \
|
||||
--replace "/usr/local/" "/" \
|
||||
--replace "/usr/" "/" \
|
||||
--replace '-o "$INSTALL_OWNER" -g "$INSTALL_GROUP"' "" \
|
||||
--replace "ln -h" "ln -n"
|
||||
|
||||
export DSTROOT=$out
|
||||
sh xcodescripts/install_files.sh
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
aliasdb.h
|
||||
bootparams.h
|
||||
configuration_profile.h
|
||||
grp.h
|
||||
ifaddrs.h
|
||||
ils.h
|
||||
kvbuf.h
|
||||
libinfo.h
|
||||
libinfo_muser.h
|
||||
membership.h
|
||||
membershipPriv.h
|
||||
netdb.h
|
||||
netdb_async.h
|
||||
ntsid.h
|
||||
printerdb.h
|
||||
pwd.h
|
||||
rpc/auth.h
|
||||
rpc/auth_unix.h
|
||||
rpc/clnt.h
|
||||
rpc/pmap_clnt.h
|
||||
rpc/pmap_prot.h
|
||||
rpc/pmap_rmt.h
|
||||
rpc/rpc.h
|
||||
rpc/rpc_msg.h
|
||||
rpc/svc.h
|
||||
rpc/svc_auth.h
|
||||
rpc/types.h
|
||||
rpc/xdr.h
|
||||
rpcsvc/yp_prot.h
|
||||
rpcsvc/ypclnt.h
|
||||
si_data.h
|
||||
si_module.h
|
||||
thread_data.h
|
||||
'';
|
||||
}
|
||||
@@ -273,7 +273,6 @@ developerToolsPackages_11_3_1 // macosPackages_11_0_1 // {
|
||||
launchd = applePackage "launchd" "osx-10.9.5" "sha256-dmV0UK7hG9wvTr+F4Z47nCFXcVZCV+cQ46WbE0DBtJs=" {};
|
||||
libclosure = applePackage "libclosure" "osx-10.11.6" "sha256-L5rQ+UBpf3B+W1U+gZKk7fXulslHsc8lxnCsplV+nr0=" {};
|
||||
libdispatch = applePackage "libdispatch" "osx-10.12.4" "sha256-xUqoG5JK4P3nXeoVUOBzodVK9fjH/I3xJ6WRtM39bdw=" {};
|
||||
Libinfo = applePackage "Libinfo" "osx-10.11.6" "sha256-6F7wiwerv4nz/xXHtp1qCHSaFzZgzcRN+jbmXA5oWOQ=" {};
|
||||
Libm = applePackage "Libm" "osx-10.7.4" "sha256-KjMETfT4qJm0m0Ux/F6Rq8bI4Q4UVnFx6IKbKxXd+Es=" {};
|
||||
Libnotify = applePackage "Libnotify" "osx-10.12.6" "sha256-6wvMBxAUfiYcQtmlfYCj1d3kFmFM/jdboTd7hRvi3e4=" {};
|
||||
libmalloc = if isSdk10_12 then
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
{
|
||||
Csu = applePackage' "Csu" "88" "macos-11.0.1" "1lzp9x8iv60c2h12q2s89nf49b5hvpqq4a9li44zr2fxszn8lqxh" {};
|
||||
ICU = callPackage ./ICU/package.nix { };
|
||||
Libinfo = applePackage' "Libinfo" "542.40.3" "macos-11.0.1" "18jvl7cdg64x6clhsfv5pbzxis2aldddpca5r81xqakrmi9mck80" {};
|
||||
Libnotify = applePackage' "Libnotify" "279.40.4" "macos-11.0.1" "1vr11s0c42ssjs29shy1m8rj008np7aswdzjpimsfzyav47jb6y7" {};
|
||||
Librpcsvc = applePackage' "Librpcsvc" "26" "macos-11.0.1" "0wf6srbw28664wa0dckldbhrl9ydg70fms06rj6i7mvlrz1ccxk0" {};
|
||||
Libsystem = applePackage' "Libsystem" "1292.50.1" "macos-11.0.1" "0d3flh1p4kskic8ypi8wia4kinfbprx9fvyfqc3mcq0710i0gy77" {};
|
||||
|
||||
@@ -74,6 +74,7 @@ makeScopeWithSplicing' {
|
||||
"CoreSymbolication"
|
||||
"IOKit"
|
||||
"Libc"
|
||||
"Libinfo"
|
||||
] (mkStub apple_sdk.version);
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user