qt5.qtdeclarative: Make "RegisterID" patch unconditional
The patch was conditional to x86_64-darwin to fix staging-next without rebuilding too much. Now that the cycle is done, make it unconditional.
This commit is contained in:
@@ -65,9 +65,6 @@ let
|
||||
./qtdeclarative-default-disable-qmlcache.patch
|
||||
# add version specific QML import path
|
||||
./qtdeclarative-qml-paths.patch
|
||||
]
|
||||
# FIXME: Make unconditional on next staging cycle
|
||||
++ lib.optionals (stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin) [
|
||||
# Fix an undefined behavior, and fix random-seeming build error with Clang. See:
|
||||
# - https://codereview.qt-project.org/c/qt/qtdeclarative/+/354847
|
||||
# - https://github.com/llvm/llvm-project/issues/74070
|
||||
|
||||
Reference in New Issue
Block a user