summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix')
-rw-r--r--pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix b/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix
new file mode 100644
index 00000000000..148ed890fc9
--- /dev/null
+++ b/pkgs/development/libraries/qt-6/modules/qtnetworkauth.nix
@@ -0,0 +1,6 @@
+{ qtModule, qtbase }:
+
+qtModule {
+  pname = "qtnetworkauth";
+  qtInputs = [ qtbase ];
+}