about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.5/qttools.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 09:46:48 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 09:46:48 -0500
commitfe49213ba6ebcc8b3b5d3695d0454e6338a54598 (patch)
tree2aa6e7f2b944f366ed3da603a73dc3151379943d /pkgs/development/libraries/qt-5/5.5/qttools.nix
parente92cbb73e4bade045d228f7b46cba4b4c1c99ac6 (diff)
qt55: init at 5.5.0
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.5/qttools.nix')
-rw-r--r--pkgs/development/libraries/qt-5/5.5/qttools.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.5/qttools.nix b/pkgs/development/libraries/qt-5/5.5/qttools.nix
new file mode 100644
index 0000000000000..65edc45081283
--- /dev/null
+++ b/pkgs/development/libraries/qt-5/5.5/qttools.nix
@@ -0,0 +1,6 @@
+{ qtSubmodule, qtbase }:
+
+qtSubmodule {
+  name = "qttools";
+  qtInputs = [ qtbase ];
+}