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

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