Unverified Commit 0450f2dd authored by K900's avatar K900 Committed by GitHub
Browse files

qt6.qtvirtualkeyboard: cherry-pick r-b fixes (#470124)

parents 8ae365a1 e3e085bf
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  qtsvg,
  hunspell,
  pkg-config,
  fetchpatch,
}:

qtModule {
@@ -16,4 +17,12 @@ qtModule {
    hunspell
  ];
  nativeBuildInputs = [ pkg-config ];
  patches = [
    # https://qt-project.atlassian.net/browse/QTBUG-137440
    (fetchpatch {
      name = "rb-link-core-into-styles.patch";
      url = "https://github.com/qt/qtvirtualkeyboard/commit/0b1e8be8dd874e1fbacd0c30ed5be7342f6cd44d.patch";
      hash = "sha256-Uk6EJOlkCRLUg1w3ljHaxV/dXEVWyUpP/ijoyjptbNc=";
    })
  ];
}