mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #52428 from ivan/firejail-no-parallel-build
firejail: disable parallel building
This commit is contained in:
commit
cc65a12098
@ -43,7 +43,9 @@ stdenv.mkDerivation {
|
||||
sed -E -e 's@^include (.*)(/firejail/.*.local)$@include /etc\2@g' -i $out/etc/firejail/*.profile
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# At high parallelism, the build sometimes fails with:
|
||||
# bash: src/fsec-optimize/fsec-optimize: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
|
Loading…
Reference in New Issue
Block a user