3
0
Fork 0
forked from mirrors/nixpkgs

Revert "quassel: 0.12.2 -> 0.12.3"

This reverts commit f2e051b29e.
This commit is contained in:
zimbatm 2016-03-20 19:38:05 +00:00
parent 57dd725e85
commit 3f909d8f64

View file

@ -44,6 +44,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 =