qgpgme: add Qt6 support

This commit is contained in:
K900 2023-11-23 22:20:30 +03:00
parent d0de262839
commit a2a83fc41a
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@
, swig2 ? null
# only for passthru.tests
, libsForQt5
, qt6Packages
, python3
}:
let
@ -109,7 +110,8 @@ stdenv.mkDerivation rec {
passthru.tests = {
python = python3.pkgs.gpgme;
qt = libsForQt5.qgpgme;
qt5 = libsForQt5.qgpgme;
qt6 = qt6Packages.qgpgme;
};
meta = with lib; {

View File

@ -42,6 +42,7 @@ makeScopeWithSplicing' {
inherit (qt6) qtbase qt5compat;
};
qcoro = callPackage ../development/libraries/qcoro { };
qgpgme = callPackage ../development/libraries/gpgme { };
packagekit-qt = callPackage ../tools/package-management/packagekit/qt.nix { };
qt6ct = callPackage ../tools/misc/qt6ct { };