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