qgpgme: add Qt6 support
This commit is contained in:
parent
d0de262839
commit
a2a83fc41a
@ -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; {
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user