about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tomahawk/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tomahawk/default.nix b/pkgs/tomahawk/default.nix
index 1ff83458..897795e8 100644
--- a/pkgs/tomahawk/default.nix
+++ b/pkgs/tomahawk/default.nix
@@ -54,8 +54,9 @@ in stdenv.mkDerivation rec {
   ];
 
   buildInputs = (map useQT5 [ qca2 liblastfm quazip ]) ++ [
-    qtkeychainQT5 libechonestQT5 kf5_latest.attica cmake pkgconfig boost
-    gnutls lucenepp vlc qt54.base sparsehash taglib websocketpp makeWrapper
+    qtkeychainQT5 libechonestQT5 kf5_latest.attica cmake pkgconfig boost gnutls
+    lucenepp vlc qt54.base qt54.svg qt54.tools qt54.x11extras sparsehash taglib
+    websocketpp makeWrapper
   ] ++ stdenv.lib.optional enableXMPP      (useQT5 libjreen)
     ++ stdenv.lib.optional enableKDE       (useQT5 kdelibs)
     ++ stdenv.lib.optional enableTelepathy (useQT5 telepathy_qt);