summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-03Merge branch 'master' into stagingMarius Bakke
2020-01-03gnu: Add fna.Pierre Neidhardt
* gnu/packages/game-development.scm (fna): New variable.
2020-01-03gnu: Add mojoshader-cs.Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader-cs): New variable.
2020-01-03gnu: Add sdl2-cs.Pierre Neidhardt
* gnu/packages/sdl.scm (sdl2-cs): New variable.
2020-01-03gnu: Add plump.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-plump, sbcl-plump): New variables.
2020-01-03gnu: Add array-utils.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-array-utils, sbcl-array-utils): New variables.
2020-01-03gnu: Add parachute.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-parachute, sbcl-parachute): New variables.
2020-01-03gnu: Add form-fiddle.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-form-fiddle, sbcl-form-fiddle): New variables.
2020-01-03gnu: Add documentation-utils.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-documentation-utils, sbcl-documentation-utils): New variables.
2020-01-03gnu: Add trivial-indent.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-trivial-indent, sbcl-trivial-indent): New variables.
2020-01-03gnu: r-irkernel: Fix R kernel loadingLars-Dominik Braun
* gnu/packages/cran.scm (r-irkernel): Absolute path to R binary [propagated-inputs]: Generate proper search paths by adding r-minimal Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-03import: cran: Fix file descriptor leak.Ludovic Courtès
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.
2020-01-03download: Do not leak file descriptors on TLS ports.Ludovic Courtès
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.
2020-01-03gexp: 'gexp->script' marks its result as non-offloadable and non-substitutable.Ludovic Courtès
* guix/gexp.scm (gexp->script): Pass #:local-build? and #:substitutable? to 'gexp->derivation'.
2020-01-03bootloader: Mark "grub.cfg" and "extlinux.conf" as non-substitutable.Ludovic Courtès
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.
2020-01-03gnu: sbcl: Update to 2.0.0.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.0.
2020-01-03Revert "gnu: sbcl: Update to 1.5.9."Pierre Neidhardt
The boot0 package won't be needed anymore with 2.0.0. This reverts commit edf8152563a898438708ec9b2b17284a9d55d271.
2020-01-03gnu: python-apsw: Update to 3.28.0-r1.Efraim Flashner
* gnu/packages/databases.scm (python-apsw): Update to 3.28.0-r1.
2020-01-03gnu: python-apsw: Use 'replace' for 'check phase.Efraim Flashner
* gnu/packages/databases.scm (python-apsw)[arguments]: Update build phase order and replace stock 'check phase.
2020-01-03gnu: python-apsw: Don't use unstable tarball.Efraim Flashner
* gnu/packages/databases.scm (python-apsw)[source]: Download using release zip archive. [native-inputs]: Add unzip.
2020-01-03gnu: capstone: Don't use unstable tarball.Efraim Flashner
* gnu/packages/engineering.scm (capstone)[source]: Download using git-fetch.
2020-01-03gnu: uglify-js: Move back next to sbcl-cl-uglify-js definition.Pierre Neidhardt
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.
2020-01-03Revert "gnu: libetpan: Update to 1.9.4."Efraim Flashner
This version of libetpan does not ship with libetpan-config, which prefents claws-mail from building. This reverts commit e2f5de145562540a497bfc5b580011c9cf9000fd.
2020-01-03install: Add jfsutils to the installation image.Tobias Geerinckx-Rice
* gnu/system/install.scm (installation-os)[packages]: Add jfsutils.
2020-01-03tests: install: Test a JFS root file system.Tobias Geerinckx-Rice
* gnu/tests/install.scm (%jfs-root-os, %jfs-root-installation-script) (%test-jfs-root-os): New variables.
2020-01-03linux-initrd: Add support for JFS.Tobias Geerinckx-Rice
* gnu/system/linux-initrd.scm (file-system-packages): Add jfs_fsck/static. (file-system-type-modules): Add ‘jfs’ module.
2020-01-03gnu: Add jfs_fsck-static.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (jfs_fsck-static): New public variable.
2020-01-03gnu: Add jfsutils-static.Tobias Geerinckx-Rice
gnu/packages/file-systems.scm (jfsutils/static): New public variable.
2020-01-03uuid: Add support for JFS.Tobias Geerinckx-Rice
* gnu/system/uuid.scm (string->jfs-uuid): New procedure. (%uuid-parsers, %uuid-printers): Add ‘jfs’ file system type.
2020-01-03file-systems: Add support for JFS.Tobias Geerinckx-Rice
* 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.
2020-01-03gnu: gloox: Update to 1.0.23.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (gloox): Update to 1.0.23.
2020-01-03gnu: hexchat: Update to 2.14.3.Tobias Geerinckx-Rice
* 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.
2020-01-03gnu: tuxguitar: Update to 1.5.3.Tobias Geerinckx-Rice
* gnu/packages/music.scm (tuxguitar): Update to 1.5.3.
2020-01-03gnu: qtractor: Update to 0.9.12.Tobias Geerinckx-Rice
* gnu/packages/music.scm (qtractor): Update to 0.9.12.
2020-01-03gnu: padthv1: Update to 0.9.12.Tobias Geerinckx-Rice
* gnu/packages/music.scm (padthv1): Update to 0.9.12.
2020-01-03gnu: samplv1: Update to 0.9.12.Tobias Geerinckx-Rice
* gnu/packages/music.scm (samplv1): Update to 0.9.12.
2020-01-03gnu: drumkv1: Update to 0.9.12.Tobias Geerinckx-Rice
* gnu/packages/music.scm (drumkv1): Update to 0.9.12.
2020-01-03gnu: synthv1: Update to 0.9.12.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1): Update to 0.9.12.
2020-01-03gnu: eyed3: Update to 0.8.12.Tobias Geerinckx-Rice
* gnu/packages/mp3.scm (eyed3): Update to 0.8.12.
2020-01-03gnu: zam-plugins: Update to 3.12.Tobias Geerinckx-Rice
* gnu/packages/music.scm (zam-plugins): Update to 3.12.
2020-01-03gnu: x42-plugins: Update to 20191215.Tobias Geerinckx-Rice
* gnu/packages/music.scm (x42-plugins): Update to 20191215.
2020-01-03gnu: musl: Update to 1.1.24.Tobias Geerinckx-Rice
* gnu/packages/musl.scm (musl): Update to 1.1.24.
2020-01-03gnu: whois: Update to 5.5.4.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (whois): Update to 5.5.4.
2020-01-03gnu: opari2: Update to 2.0.5.Tobias Geerinckx-Rice
* gnu/packages/profiling.scm (opari2): Update to 2.0.5.
2020-01-03gnu: protozero: Update to 1.6.8.Tobias Geerinckx-Rice
* gnu/packages/protobuf.scm (protozero): Update to 1.6.8.
2020-01-03gnu: libxls: Update to 1.5.2.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (libxls): Update to 1.5.2.
2020-01-03gnu: mg: Update to 20180927.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (mg): Update to 20180927.
2020-01-03gnu: beep: Update to 1.4.7.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (beep): Update to 1.4.7.
2020-01-03gnu: qbittorrent: Update to 4.2.1.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.1.
2020-01-03gnu: fasm: Expand acronym in description.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.