snabb: disable parallel building
https://hydra.nixos.org/build/64827817
This commit is contained in:
parent
c917950c05
commit
6c60c6ec3b
@ -31,7 +31,9 @@ stdenv.mkDerivation rec {
|
|||||||
cp src/snabb $out/bin
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/SnabbCo/snabbswitch;
|
homepage = https://github.com/SnabbCo/snabbswitch;
|
||||||
@ -49,4 +51,3 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.lukego maintainers.domenkozar ];
|
maintainers = [ maintainers.lukego maintainers.domenkozar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user