munin: disable parallel build
This commit is contained in:
parent
c1d884944e
commit
47e9de5f86
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue