Skip to content

Commit b0c2903

Browse files
committed
Revert "build: Patch Qt to handle minimum macOS version properly"
This reverts commit 05aca09.
1 parent 558250d commit b0c2903

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

depends/packages/qt.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ $(package)_patches += guix_cross_lib_path.patch
2323
$(package)_patches += fix-macos-linker.patch
2424
$(package)_patches += memory_resource.patch
2525
$(package)_patches += windows_lto.patch
26-
$(package)_patches += fix-minimum-macos.patch
2726

2827
$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
2928
$(package)_qttranslations_sha256_hash=a31785948c640b7c66d9fe2db4993728ca07f64e41c560b3625ad191b276ff20
@@ -240,7 +239,6 @@ endef
240239
define $(package)_preprocess_cmds
241240
cp $($(package)_patch_dir)/qt.pro qt.pro && \
242241
cp $($(package)_patch_dir)/qttools_src.pro qttools/src/src.pro && \
243-
patch -p1 -i $($(package)_patch_dir)/fix-minimum-macos.patch && \
244242
patch -p1 -i $($(package)_patch_dir)/fix-macos-linker.patch && \
245243
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
246244
patch -p1 -i $($(package)_patch_dir)/fix_qt_pkgconfig.patch && \

depends/patches/qt/fix-minimum-macos.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)