nixpkgs/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix
2022-05-23 09:37:40 +08:00

6 lines
88 B
Nix

{ qtModule, qtbase }:
qtModule {
pname = "qtnetworkauth";
qtInputs = [ qtbase ];
}