about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-31 15:36:37 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-03-31 15:36:37 +0200
commit1c6161710b60ff466f12a6bdcfa70f52e5e2bd85 (patch)
tree87619a03de4c311a39e9b9ce403262762062a925 /pkgs
parent8f457035d4f430aea540b1a918229cba06383aca (diff)
tomahawk: Pass QuaZip include/library paths.
The upstream cmake script wasn't able to find it by itself, but haven't
looked into it whether this is only a Nix specific problem or whether it
applies generally.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tomahawk/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tomahawk/default.nix b/pkgs/tomahawk/default.nix
index 9967ed7d..ff8c1d5c 100644
--- a/pkgs/tomahawk/default.nix
+++ b/pkgs/tomahawk/default.nix
@@ -55,9 +55,11 @@ in stdenv.mkDerivation rec {
   cmakeFlags = [
     "-DLUCENEPP_INCLUDE_DIR=${lucenepp}/include"
     "-DLUCENEPP_LIBRARY_DIR=${lucenepp}/lib"
+    "-DQUAZIP_INCLUDE_DIR=${useQT5 quazip}/include"
+    "-DQUAZIP_LIBRARIES=${useQT5 quazip}/lib"
   ];
 
-  buildInputs = (map useQT5 [ qca2 liblastfm quazip ]) ++ [
+  buildInputs = (map useQT5 [ qca2 liblastfm ]) ++ [
     qtkeychainQT5 libechonestQT5 kf5_latest.attica cmake pkgconfig boost gnutls
     lucenepp vlc qt54.base qt54.svg qt54.tools qt54.x11extras sparsehash taglib
     websocketpp makeWrapper