Merge pull request #208212 from wegank/webkitgtk-cleanup

This commit is contained in:
Sandro 2023-01-08 23:48:09 +01:00 committed by GitHub
commit 41d27c34aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,11 +223,6 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs .
'' + lib.optionalString stdenv.isDarwin ''
# It needs malloc_good_size.
sed 22i'#include <malloc/malloc.h>' -i Source/WTF/wtf/FastMalloc.h
# <CommonCrypto/CommonRandom.h> needs CCCryptorStatus.
sed 43i'#include <CommonCrypto/CommonCryptor.h>' -i Source/WTF/wtf/RandomDevice.cpp
'';
postFixup = ''