chessx: disable parallel make
http://hydra.nixos.org/build/45653907 /cc maintainer @luispedro.
This commit is contained in:
parent
2cac374241
commit
57c4ed837c
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
|
|||
qmakeHook
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_da.qm'
|
||||
#enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p "$out/bin"
|
||||
|
|
Loading…
Reference in a new issue