summary refs log blame commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix
blob: bec5f354a23a7a39af2ee91cd939c324e3d609f2 (plain) (tree)
1
2
3
4
5
6



                          
                                     
 
{ qtModule, qtbase }:

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