From 8f457035d4f430aea540b1a918229cba06383aca Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 31 Mar 2015 15:28:16 +0200 Subject: tomahawk: Rename Qca-qt5 to Qca in CMakeLists.txt. The upstream Tomahawk CMakeLists.txt contains a distro-specific name, which doesn't work well when using the name from upstream Qca. So let's rename it accordingly. Cc: @muesli Signed-off-by: aszlig --- pkgs/tomahawk/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/tomahawk/default.nix b/pkgs/tomahawk/default.nix index 897795e8..9967ed7d 100644 --- a/pkgs/tomahawk/default.nix +++ b/pkgs/tomahawk/default.nix @@ -48,6 +48,10 @@ in stdenv.mkDerivation rec { sha256 = "07gpf885hxv5xmv3acixm0rhinqilygrw7542nj7s68iigd9sfqd"; }; + postPatch = '' + sed -i -e 's/Qca-qt5/Qca/' CMakeLists.txt + ''; + cmakeFlags = [ "-DLUCENEPP_INCLUDE_DIR=${lucenepp}/include" "-DLUCENEPP_LIBRARY_DIR=${lucenepp}/lib" -- cgit 1.4.1