hylafaxplus: disable parallel build

This commit is contained in:
FliegendeWurst 2022-01-29 11:35:07 +01:00
parent 32e714161b
commit 3a1c21cd5b

View file

@ -87,6 +87,10 @@ stdenv.mkDerivation {
openldap # optional
pam # optional
];
# Disable parallel build, errors:
# *** No rule to make target '../util/libfaxutil.so.7.0.4', needed by 'faxmsg'. Stop.
enableParallelBuilding = false;
postPatch = ". ${postPatch}";
dontAddPrefix = true;
postInstall = ". ${postInstall}";