guix-devel/guix/build
Ludovic Courtès 1d84d7bf60
build: Require Guile >= 2.0.13.
* README, configure.ac, doc/guix.texi (Requirements): Increase minimum
Guile version from 2.0.9 to 2.0.13.
* config-daemon.ac: Remove use of 'GUIX_CHECK_UNBUFFERED_CBIP'.
* m4/guix.m4 (GUIX_CHECK_UNBUFFERED_CBIP): Remove.
* guix/build/download.scm (current-http-proxy): Remove.
* guix/build/syscalls.scm (%libc-errno-pointer, errno): Remove.
(syscall->procedure): Use #:return-errno unconditionally.
* guix/hash.scm (open-sha256-input-port)[unbuffered]: Remove outdated
comment.
* guix/http-client.scm (when-guile<=2.0.5-or-otherwise-broken): Remove.
<top level>: Remove 'when-guile<=2.0.5-or-otherwise-broken' block.
* guix/scripts/substitute.scm (fetch): Remove 'guile-version>?'
conditional.
* tests/hash.scm (supports-unbuffered-cbip?): Remove.
<top level>: Remove 'test-skip' call.
2018-02-26 18:19:34 +01:00
..
ant-build-system.scm guix: ant-build-system: Do not compress jars. 2017-12-15 00:00:34 +01:00
asdf-build-system.scm
bournish.scm
cargo-build-system.scm
cmake-build-system.scm guix: cmake-build-system: Install libraries to /lib. 2017-12-19 19:52:00 +02:00
compile.scm compile: Put an upper bound on the number of workers. 2017-11-20 23:42:55 +01:00
cvs.scm
download-nar.scm download: Download a nar when a VCS checkout fails. 2017-10-19 23:21:49 +02:00
download.scm build: Require Guile >= 2.0.13. 2018-02-26 18:19:34 +01:00
dub-build-system.scm build-system/dub: Fix typo. 2018-01-26 00:09:19 +01:00
emacs-build-system.scm emacs-build-system: Do not patch files containing NULs. 2018-02-05 16:54:27 +01:00
emacs-utils.scm emacs-build-system: Add set-emacs-load-path phase. 2018-02-05 16:54:27 +01:00
font-build-system.scm
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm build-system/gnu: Add 'install-license-files' phase. 2017-11-08 22:43:56 +01:00
gnu-dist.scm
go-build-system.scm gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
graft.scm grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>. 2017-11-14 16:38:02 -05:00
gremlin.scm
haskell-build-system.scm
hg.scm
java-utils.scm
lisp-utils.scm
make-bootstrap.scm
meson-build-system.scm build-system: Add 'meson-build-system'. 2017-09-16 18:07:00 +02:00
minify-build-system.scm build: Add minify build system. 2017-08-04 11:23:52 +02:00
ocaml-build-system.scm
perl-build-system.scm
profiles.scm Add semicolon in commands that set GUIX_PROFILE. 2017-11-20 18:43:10 +01:00
pull.scm compile: Fix VPATH builds. 2017-11-07 00:12:10 +01:00
python-build-system.scm
qt-utils.scm
r-build-system.scm
rpath.scm
ruby-build-system.scm ruby-build-system: Fix build error. 2018-01-15 16:56:03 +01:00
scons-build-system.scm build-system: Add scons-build-system. 2017-11-30 18:19:31 +05:30
store-copy.scm
svn.scm
syscalls.scm build: Require Guile >= 2.0.13. 2018-02-26 18:19:34 +01:00
texlive-build-system.scm build-system: texlive: Only make a union of directories. 2017-11-18 11:18:42 +01:00
union.scm union: Wrap collisions with newlines. 2018-02-15 20:51:51 +03:00
utils.scm guix: Fix Guile current-processor-count deprecation warnings. 2017-09-05 19:41:31 +02:00
waf-build-system.scm