about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-31 15:47:33 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-03-31 15:51:55 +0200
commit8a6e9ddc3f9b0f26125083697fa423c18d8ecf04 (patch)
tree1d296e088f6247a48a3aa3a7b34c871ba87cbb04 /pkgs
parent1c6161710b60ff466f12a6bdcfa70f52e5e2bd85 (diff)
tomahawk: Set liblastfm/echonest include dirs.
The libraries are searched in $KDE4_INCLUDE_DIR or in some other paths
but with a prefix. On Nix however we don't need a prefix and our
dependencies are strictly separate so searching in KDE4_INCLUDE_DIR
won't work either.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tomahawk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tomahawk/default.nix b/pkgs/tomahawk/default.nix
index ff8c1d5c..c27d3025 100644
--- a/pkgs/tomahawk/default.nix
+++ b/pkgs/tomahawk/default.nix
@@ -57,6 +57,8 @@ in stdenv.mkDerivation rec {
     "-DLUCENEPP_LIBRARY_DIR=${lucenepp}/lib"
     "-DQUAZIP_INCLUDE_DIR=${useQT5 quazip}/include"
     "-DQUAZIP_LIBRARIES=${useQT5 quazip}/lib"
+    "-DLIBLASTFM_INCLUDE_DIR=${useQT5 liblastfm}/include"
+    "-DECHONEST_INCLUDE_DIR=${libechonestQT5}/include"
   ];
 
   buildInputs = (map useQT5 [ qca2 liblastfm ]) ++ [