summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-12-11 20:01:07 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-11 20:47:12 +0000
commit8c77a32d11cde64d39a9244aaab285ddc4bf814f (patch)
treec6cbaa036a0d06fcecb025c56df66ea1cf84637c
parentlibbass: disable until upstream provides stable urls (diff)
downloadnixpkgs-8c77a32d11cde64d39a9244aaab285ddc4bf814f.tar.gz
qt515.qtwebkit: fix build on darwin
This fixes the build on darwin by correcting the patch which no longer applies. (cherry picked from commit 1bc0716555ef9184117a61c4d0d133f0b6c85464)
-rw-r--r--pkgs/development/libraries/qt-5/5.15/qtwebkit-darwin-no-readline.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/libraries/qt-5/5.15/qtwebkit-darwin-no-readline.patch b/pkgs/development/libraries/qt-5/5.15/qtwebkit-darwin-no-readline.patch
index 26d189d86019..4871032f6f2c 100644
--- a/pkgs/development/libraries/qt-5/5.15/qtwebkit-darwin-no-readline.patch
+++ b/pkgs/development/libraries/qt-5/5.15/qtwebkit-darwin-no-readline.patch
@@ -28,18 +28,3 @@ diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
#define HAVE_SYS_TIMEB_H 1
#if !PLATFORM(GTK) && !PLATFORM(QT)
-diff --git a/Source/WTF/wtf/PlatformMac.cmake b/Source/WTF/wtf/PlatformMac.cmake
---- a/Source/WTF/wtf/PlatformMac.cmake
-+++ b/Source/WTF/wtf/PlatformMac.cmake
-@@ -2,11 +2,9 @@ set(WTF_LIBRARY_TYPE SHARED)
-
- find_library(COCOA_LIBRARY Cocoa)
- find_library(COREFOUNDATION_LIBRARY CoreFoundation)
--find_library(READLINE_LIBRARY Readline)
- list(APPEND WTF_LIBRARIES
- ${COREFOUNDATION_LIBRARY}
- ${COCOA_LIBRARY}
-- ${READLINE_LIBRARY}
- libicucore.dylib
- )
-