about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-23 14:36:03 -0400
committerGitHub <noreply@github.com>2019-05-23 14:36:03 -0400
commit53afb548a513aa806feaba9d019c84046f0ede41 (patch)
tree9258d8182aebbfcf111df085aa5a8616165b3b88 /pkgs/development/libraries/qt-5/modules
parentbc41a32c75c910347b17e719bfc2701ba86b0146 (diff)
parent0612588aa59612148920217daf2415db70c4cc06 (diff)
downloadnixlib-53afb548a513aa806feaba9d019c84046f0ede41.tar
nixlib-53afb548a513aa806feaba9d019c84046f0ede41.tar.gz
nixlib-53afb548a513aa806feaba9d019c84046f0ede41.tar.bz2
nixlib-53afb548a513aa806feaba9d019c84046f0ede41.tar.lz
nixlib-53afb548a513aa806feaba9d019c84046f0ede41.tar.xz
nixlib-53afb548a513aa806feaba9d019c84046f0ede41.tar.zst
nixlib-53afb548a513aa806feaba9d019c84046f0ede41.zip
Merge pull request #60035 from nyanloutre/kdeapps_update
kde_applications: 18.12.03 -> 19.04.1; kdeFrameworks: 5.56 -> 5.58; plasma-5: 5.15.3 -> 5.15.5
Diffstat (limited to 'pkgs/development/libraries/qt-5/modules')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtnetworkauth.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtnetworkauth.nix b/pkgs/development/libraries/qt-5/modules/qtnetworkauth.nix
new file mode 100644
index 000000000000..e6ef428cc3c4
--- /dev/null
+++ b/pkgs/development/libraries/qt-5/modules/qtnetworkauth.nix
@@ -0,0 +1,6 @@
+{ qtModule, qtbase }:
+
+qtModule {
+  name = "qtnetworkauth";
+  qtInputs = [ qtbase ];
+}