Unverified Commit 7c839d13 authored by K900's avatar K900 Committed by GitHub
Browse files

qt5.qtdeclarative: Make "RegisterID" patch unconditional (#448904)

parents 8acec840 d493d7ec
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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