guile: disable parallel building for reproducibility

This commit is contained in:
Graham Christensen 2020-01-29 10:58:58 -05:00
parent ed45fe1ccf
commit 6fea9e5902
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

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 @@
'';
};
})