ricochet: disable parallel building

qmake does not support translations in resources.
This commit is contained in:
Orivej Desh 2017-12-05 15:26:32 +00:00
parent 00fd31c169
commit 57d27fb420

View file

@ -46,6 +46,9 @@ stdenv.mkDerivation rec {
cp icons/ricochet.png $out/share/pixmaps/ricochet.png
'';
# RCC: Error in 'translation/embedded.qrc': Cannot find file 'ricochet_en.qm'
enableParallelBuilding = false;
meta = with stdenv.lib; {
description = "Anonymous peer-to-peer instant messaging";
homepage = https://ricochet.im;