aboutsummaryrefslogtreecommitdiff
path: root/build-aux/check-final-inputs-self-contained.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-11-10 23:07:49 +0100
committerLudovic Courtès <ludo@gnu.org>2017-11-10 23:11:52 +0100
commit59da6f04f45b36696a9385babab3080d7d854fba (patch)
tree199c7e26cf67aa94d61ad82bcd0e66d0cba2f7fa /build-aux/check-final-inputs-self-contained.scm
parent74c0aeb027d8e411216b553ddd695677618cc14b (diff)
downloadguix-59da6f04f45b36696a9385babab3080d7d854fba.tar.gz
guix-59da6f04f45b36696a9385babab3080d7d854fba.zip
download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net> at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html>. * guix/build/download.scm (write-request-line) [guile-2.2]: New procedure.
Diffstat (limited to 'build-aux/check-final-inputs-self-contained.scm')
0 files changed, 0 insertions, 0 deletions
pan>tests: Adjust '--with-input' test....This is a followup to 09b002622e2113c2f14c11ccd43fa01fd343fb95, which changed the dependency of graphviz from guile@2.0 to guile@3.0. * tests/guix-build.sh: Adjust '--with-input' test. Ludovic Courtès 2021-03-23Add powerpc64le-linux as a supported Guix architecture....This makes powerpc64le-linux a supported architecture for Guix, but not for Guix System. * Makefile.am (SUPPORTED_SYSTEMS): Add an entry for powerpc64le-linux. * etc/guix-install.sh (chk_sys_arch): Same. * guix/packages.scm (%supported-systems): Same. * m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): Same. * tests/guix-build.sh (all_systems): Same. Chris Marusich