munin: disable parallel build

This commit is contained in:
FliegendeWurst 2022-01-29 11:12:07 +01:00
parent c1d884944e
commit 47e9de5f86

View file

@ -89,6 +89,10 @@ stdenv.mkDerivation rec {
sed -i '/ENV{PATH}/d' node/lib/Munin/Node/Service.pm
'';
# Disable parallel build, errors:
# Can't locate Munin/Common/Defaults.pm in @INC ...
enableParallelBuilding = false;
# DESTDIR shouldn't be needed (and shouldn't have worked), but munin
# developers have forgotten to use PREFIX everywhere, so we use DESTDIR to
# ensure that everything is installed in $out.