summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.9/qtnetworkauth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.9/qtnetworkauth.nix')
-rw-r--r--pkgs/development/libraries/qt-5/5.9/qtnetworkauth.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/libraries/qt-5/5.9/qtnetworkauth.nix b/pkgs/development/libraries/qt-5/5.9/qtnetworkauth.nix
deleted file mode 100644
index 019654ad5c0..00000000000
--- a/pkgs/development/libraries/qt-5/5.9/qtnetworkauth.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ qtSubmodule, qtbase }:
-
-qtSubmodule {
-  name = "qtnetworkauth";
-  qtInputs = [ qtbase ];
-  outputs = [ "out" "dev" ];
-}