mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
qcoro: add Qt6 support
This commit is contained in:
parent
e027c8d36e
commit
a5901c45f0
@ -38,6 +38,7 @@ makeScopeWithSplicing' {
|
||||
qca = pkgs.darwin.apple_sdk_11_0.callPackage ../development/libraries/qca {
|
||||
inherit (qt6) qtbase qt5compat;
|
||||
};
|
||||
qcoro = callPackage ../development/libraries/qcoro { };
|
||||
packagekit-qt = callPackage ../tools/package-management/packagekit/qt.nix { };
|
||||
|
||||
qt6ct = callPackage ../tools/misc/qt6ct { };
|
||||
|
Loading…
Reference in New Issue
Block a user