Loading pkgs/development/libraries/qt-6/modules/qtvirtualkeyboard.nix +9 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ qtsvg, hunspell, pkg-config, fetchpatch, }: qtModule { Loading @@ -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="; }) ]; } Loading
pkgs/development/libraries/qt-6/modules/qtvirtualkeyboard.nix +9 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ qtsvg, hunspell, pkg-config, fetchpatch, }: qtModule { Loading @@ -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="; }) ]; }