mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
snabb: disable parallel building
https://hydra.nixos.org/build/64827817
This commit is contained in:
parent
c917950c05
commit
6c60c6ec3b
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,9 @@ stdenv.mkDerivation rec {
|
|||
cp src/snabb $out/bin
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Dependencies are underspecified: "make -C src obj/arch/sse2_c.o" fails with
|
||||
# "Fatal error: can't create obj/arch/sse2_c.o: No such file or directory".
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/SnabbCo/snabbswitch;
|
||||
|
@ -49,4 +51,3 @@ stdenv.mkDerivation rec {
|
|||
maintainers = [ maintainers.lukego maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue