simavr: Disable parallel build
http://hydra.nixos.org/build/49945319/nixlog/1/raw
This commit is contained in:
parent
d56e596da7
commit
5bb99ca0f6
@ -4,7 +4,6 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "simavr-${version}";
|
name = "simavr-${version}";
|
||||||
version = "1.5";
|
version = "1.5";
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "buserror";
|
owner = "buserror";
|
||||||
@ -13,6 +12,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0b2lh6l2niv80dmbm9xkamvnivkbmqw6v97sy29afalrwfxylxla";
|
sha256 = "0b2lh6l2niv80dmbm9xkamvnivkbmqw6v97sy29afalrwfxylxla";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# ld: cannot find -lsimavr
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
buildFlags = "AVR_ROOT=${avrgcclibc}/avr SIMAVR_VERSION=${version}";
|
buildFlags = "AVR_ROOT=${avrgcclibc}/avr SIMAVR_VERSION=${version}";
|
||||||
installFlags = buildFlags + " DESTDIR=$(out)";
|
installFlags = buildFlags + " DESTDIR=$(out)";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user