mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
quassel_qt5: fix build with Qt 5.5
This commit is contained in:
parent
ccd3e52b60
commit
3e600a805d
1 changed files with 8 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue