Commit d493d7ec authored by dramforever's avatar dramforever
Browse files

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.
parent 8acec840
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