···13131414 makeFlags = [ "PREFIX=$(out)" ];15151616+ # Parallel builds are not supported due to build process structure:1717+ # tools are built sequentially in submakefiles and are reusing the1818+ # same targets as dependencies. Building dependencies in parallel1919+ # from different submakes is not synchronized and fails:2020+ # make[3]: Entering directory '/build/dev86-0.16.21/libc'2121+ # Unable to execute as86.2222+ enableParallelBuilding = false;2323+1624 meta = {1725 description = "Linux 8086 development environment";1818- homepage = "http://v3.sk/~lkundrak/dev86/";2626+ homepage = "https://github.com/lkundrak/dev86";1927 platforms = lib.platforms.linux;2028 };2129}