Merge pull request #78778 from grahamc/guile-r13y

guile: disable parallel building for reproducibility
This commit is contained in:
Doron Behar 2020-10-21 20:21:25 +03:00 committed by GitHub
commit 4696a622ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,13 @@
libtool libunistring
];
enableParallelBuilding = true;
# According to Bernhard M. Wiedemann <bwiedemann suse de> on
# #reproducible-builds on irc.oftc.net, (2020-01-29): they had to
# build Guile without parallel builds to make it reproducible.
#
# re: https://issues.guix.gnu.org/issue/20272
# re: https://build.opensuse.org/request/show/732638
enableParallelBuilding = false;
patches = [
./eai_system.patch
@ -109,4 +115,3 @@
'';
};
})