summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-30 10:53:52 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-30 10:53:52 -0500
commit3e600a805d7f89b520d68e7d51afd1a9ba936796 (patch)
treea88f76660c75ded48ce64f08c5bf392a9bae2026 /pkgs
parentccd3e52b604730e37d06a0434ff91db57e8eb8b4 (diff)
downloadnixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.tar
nixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.tar.gz
nixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.tar.bz2
nixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.tar.lz
nixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.tar.xz
nixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.tar.zst
nixlib-3e600a805d7f89b520d68e7d51afd1a9ba936796.zip
quassel_qt5: fix build with Qt 5.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/irc/quassel/qt-5.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/quassel/qt-5.nix b/pkgs/applications/networking/irc/quassel/qt-5.nix
index 8e75f16dbda4..b5075fe20758 100644
--- a/pkgs/applications/networking/irc/quassel/qt-5.nix
+++ b/pkgs/applications/networking/irc/quassel/qt-5.nix
@@ -43,6 +43,14 @@ in with stdenv; mkDerivation rec {
     sha256 = "15vqjiw38mifvnc95bhvy0zl23xxldkwg2byx9xqbyw8rfgggmkb";
   };
 
+  patches = [
+    # fix build with Qt 5.5
+    (fetchurl {
+      url = "https://github.com/quassel/quassel/commit/078477395aaec1edee90922037ebc8a36b072d90.patch";
+      sha256 = "1njwnay7pjjw0g7m0x5cwvck8xcznc7jbdfyhbrd121nc7jgpbc5";
+    })
+  ];
+
   enableParallelBuilding = true;
 
   buildInputs =