Commit f862bd46 authored by K900's avatar K900
Browse files

qt6: 6.6.2 -> 6.6.3

parent 0bb9cfbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.6/6.6.2/submodules/ -A '*.tar.xz' )
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.6/6.6.3/submodules/ -A '*.tar.xz' )
+1 −4
Original line number Diff line number Diff line
@@ -211,10 +211,7 @@ stdenv.mkDerivation rec {

  inherit patches;

  # https://bugreports.qt.io/browse/QTBUG-97568
  postPatch = ''
    substituteInPlace src/corelib/CMakeLists.txt --replace-fail "/bin/ls" "${buildPackages.coreutils}/bin/ls"
  '' + lib.optionalString stdenv.hostPlatform.isDarwin ''
  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
    substituteInPlace cmake/QtPublicAppleHelpers.cmake --replace-fail "/usr/bin/xcrun" "${xcbuild}/bin/xcrun"
  '';

+157 −157

File changed.

Preview size limit exceeded, changes collapsed.