ricochet: disable parallel building
qmake does not support translations in resources.
This commit is contained in:
parent
00fd31c169
commit
57d27fb420
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue