summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix
blob: 148ed890fc9edc2e57786571b3cca427061cff7b (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase }:

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