From 1c6161710b60ff466f12a6bdcfa70f52e5e2bd85 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 31 Mar 2015 15:36:37 +0200 Subject: 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 --- pkgs/tomahawk/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1