fonts/monoid: disable parallel build (some random fonts are missing)
This commit is contained in:
parent
e03c118b8c
commit
844f57a5fb
@ -13,15 +13,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ python fontforge ];
|
nativeBuildInputs = [ python fontforge ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
local _d=""
|
local _d=""
|
||||||
local _l=""
|
local _l=""
|
||||||
for _d in {Monoisome,Source}/*.sfdir; do
|
for _d in {Monoisome,Source}/*.sfdir; do
|
||||||
_l="''${_d##*/}.log"
|
_l="''${_d##*/}.log"
|
||||||
echo "Building $_d (log at $_l)"
|
echo "Building $_d (log at $_l)"
|
||||||
python Scripts/build.py ${if enableParallelBuilding then "$NIX_BUILD_CORES" else "1"} 0 $_d > $_l
|
python Scripts/build.py 1 0 $_d > $_l
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
@ -33,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHash = "0ml61zym03n175gpx1gr7812f45lyjm0vzgbqjx91fi58rqlazvm";
|
outputHash = "0lbipgygiva3gg1pqw07phpnnf0s6ka9vqdk1pw7bkybjw3f7wzm";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://larsenwork.com/monoid;
|
homepage = http://larsenwork.com/monoid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user