about summary refs log tree commit diff
path: root/pkgs/tomahawk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tomahawk/default.nix')
-rw-r--r--pkgs/tomahawk/default.nix4
1 files changed, 4 insertions, 0 deletions
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"