Age | Commit message (Collapse) | Author |
|
Fixes <https://bugs.gnu.org/38836>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/import/cran.scm (bioconductor-packages-list): Close the port
returned by 'http-fetch/cached'.
(fetch-description): Likewise.
|
|
Fixes <https://bugs.gnu.org/20145>.
* guix/build/download.scm (%tls-ports, register-tls-record-port): Remove.
(tls-wrap): Remove call to 'register-tls-record-port'. Return a custom
binary input/output port instead. This is a backport of what Guile
2.2's (web client) module has been doing.
(close-connection): Define as an alias for 'close-port'.
* guix/http-client.scm (http-fetch): Remove #:keep-alive? parameter,
which was ignored and unused.
Pass #:keep-alive? #f to 'http-get'.
* guix/lint.scm (probe-uri): Use 'close-port' instead of 'close-connection'.
* guix/scripts/substitute.scm (http-multiple-get): Likewise.
|
|
* guix/gexp.scm (gexp->script): Pass #:local-build? and #:substitutable?
to 'gexp->derivation'.
|
|
Suggested by <pkill9@runbox.com>.
* gnu/bootloader/grub.scm (grub-configuration-file): Pass #:options to
'computed-file'.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Likewise.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.0.0.
|
|
The boot0 package won't be needed anymore with 2.0.0.
This reverts commit edf8152563a898438708ec9b2b17284a9d55d271.
|
|
* gnu/packages/databases.scm (python-apsw): Update to 3.28.0-r1.
|
|
* gnu/packages/databases.scm (python-apsw)[arguments]: Update build
phase order and replace stock 'check phase.
|
|
* gnu/packages/databases.scm (python-apsw)[source]: Download using
release zip archive.
[native-inputs]: Add unzip.
|
|
* gnu/packages/engineering.scm (capstone)[source]: Download using
git-fetch.
|
|
This fixes the bug which prevented uglify-js from being defined properly, and
cascaded back to all Common Lisp packages.
* gnu/packages/bioinformatics.scm: Replace javascript module with lisp-xyz.
* gnu/packages/cran.scm: Use lisp-xyz module.
* gnu/packages/javascript.scm (uglify-js): Move from here...
* gnu/packages/lisp-xyz.scm: ... To here.
* gnu/packages/web.scm: Replace javascript module with lisp-xyz.
* guix/build-system/minify.scm: Find uglify-js in the lisp-xyz module.
|
|
This version of libetpan does not ship with libetpan-config, which
prefents claws-mail from building.
This reverts commit e2f5de145562540a497bfc5b580011c9cf9000fd.
|
|
* gnu/system/install.scm (installation-os)[packages]: Add jfsutils.
|
|
* gnu/tests/install.scm (%jfs-root-os, %jfs-root-installation-script)
(%test-jfs-root-os): New variables.
|
|
* gnu/system/linux-initrd.scm (file-system-packages): Add jfs_fsck/static.
(file-system-type-modules): Add ‘jfs’ module.
|
|
* gnu/packages/file-systems.scm (jfs_fsck-static): New public variable.
|
|
gnu/packages/file-systems.scm (jfsutils/static): New public variable.
|
|
* gnu/system/uuid.scm (string->jfs-uuid): New procedure.
(%uuid-parsers, %uuid-printers): Add ‘jfs’ file system type.
|
|
* gnu/build/file-systems.scm (%jfs-endianness): New syntax.
(jfs-superblock?, read-jfs-superblock, jfs-superblock-uuid)
(jfs-superblock-volume-name, check-jfs-file-system): New procedures.
(%partition-label-readers, %partition-uuid-readers, check-file-system):
Register them.
|
|
* gnu/packages/messaging.scm (gloox): Update to 1.0.23.
|
|
* gnu/packages/messaging.scm (hexchat): Update to 2.14.3.
[source]: Remove patch.
* gnu/packages/patches/hexchat-crash-exit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/music.scm (tuxguitar): Update to 1.5.3.
|
|
* gnu/packages/music.scm (qtractor): Update to 0.9.12.
|
|
* gnu/packages/music.scm (padthv1): Update to 0.9.12.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.9.12.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.9.12.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.9.12.
|
|
* gnu/packages/mp3.scm (eyed3): Update to 0.8.12.
|
|
* gnu/packages/music.scm (zam-plugins): Update to 3.12.
|
|
* gnu/packages/music.scm (x42-plugins): Update to 20191215.
|
|
* gnu/packages/musl.scm (musl): Update to 1.1.24.
|
|
* gnu/packages/networking.scm (whois): Update to 5.5.4.
|
|
* gnu/packages/profiling.scm (opari2): Update to 2.0.5.
|
|
* gnu/packages/protobuf.scm (protozero): Update to 1.6.8.
|
|
* gnu/packages/statistics.scm (libxls): Update to 1.5.2.
|
|
* gnu/packages/text-editors.scm (mg): Update to 20180927.
|
|
* gnu/packages/terminals.scm (beep): Update to 1.4.7.
|
|
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.1.
|
|
* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.
|
|
* gnu/packages/assembly.scm (fasm): Update to 1.73.21.
|
|
* gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
|
|
* gnu/packages/games.scm (tome4): Update to 1.6.5.
[arguments]: Use invoke in install phase
|
|
* gnu/packages/emulators.scm (sameboy): New variable.
|
|
* gnu/packages/assembly.scm (rgbds): New variable.
|
|
* gnu/packages/ibus.scm (ibus-libhangul): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/ibus.scm (libhangul): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/golang.scm (go-github-com-spf13-pflag): Update to 1.0.5.
|
|
|
|
* gnu/packages/python-compression.scm (python-zstandard): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.11.
|