Age | Commit message (Expand) | Author |
2020-05-29 | gnu: ruby-ffi: Update to 1.12.2....* gnu/packages/libffi.scm (ruby-ffi): Update to 1.12.2.
| Marius Bakke |
2020-05-29 | gnu: ruby-spec-its: Accept any version of ruby-ffi....* gnu/packages/ruby.scm (ruby-rspec-its)[arguments]: Change Gemfile
substitution so that any ffi gem is accepted. While at it, tighten the regex
and rename the phase to be more accurate.
| Marius Bakke |
2020-05-29 | gnu: physfs: Do not build the static library....* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.
| Marius Bakke |
2020-05-29 | gnu: love: Remove unused input....* gnu/packages/game-development.scm (love)[inputs]: Remove PHYSFS.
| Marius Bakke |
2020-05-29 | gnu: autorandr: Update to 1.10.1....* gnu/packages/xdisorg.scm (autorandr): Update to 1.10.1.
| Pierre Neidhardt |
2020-05-29 | build: image: Fix initialize-efi-partition docstring....* gnu/build/image.scm (initialize-efi-partition): Turn BOOTLOADER-PACKAGE into
GRUB-EFI.
| Mathieu Othacehe |
2020-05-29 | image: Do not use VM to create disk-images....Now that installing Grub on raw disk-images is supported, we do not need to
rely on (gnu system vm) module.
* gnu/system/image.scm (make-system-image): Rename to ...
(system-image): ... this, and remove the compatibility wrapper.
(find-image): Turn to a monadic procedure. This will become useful when
introducing Hurd support, to be able to detect the target system.
* gnu/ci.scm (qemu-jobs): Use lower-object now that system-image returns a
file-like object.
* gnu/tests/install.scm (run-install): Ditto.
* guix/scripts/system.scm (system-derivation-for-action): Add a 'base-image'
argument,
(perform-action): adapt accordingly.
| Mathieu Othacehe |
2020-05-29 | image: Add a post-MBR gap to the default image....The generic 'efi-disk-image' needs to be bootable on systems without EFI. To
do that, GRUB is installed in the post-MBR gap. Make sure that the first
partition starts with an offset, to make this gap large enough for GRUB.
* gnu/system/image.scm (root-offset, root-label): New variables,
(esp-partition): use 'root-offset' as the partition offset,
(root-partition): use 'root-label' as the partition label.
| Mathieu Othacehe |
2020-05-29 | system: image: Fix image-with-os....* gnu/system/image.scm (image-with-os): Do not reorder partitions, as we want
them to be created according to definition order.
| Mathieu Othacehe |
2020-05-29 | image: Use grub-efi to install the EFI bootloader....* gnu/build/image.scm (initialize-efi-partition): Rename bootloader-package
argument to grub-efi.
* gnu/system/image.scm (system-disk-image): Adapt accordingly to pass
grub-efi package.
| Mathieu Othacehe |
2020-05-29 | system: image: Correct genimage configuration file indentation....* gnu/system/image.scm (system-disk-image): Fix genimage configuration file
indentation.
| Mathieu Othacehe |
2020-05-29 | image: Add bootloader installation support....* gnu/build/image.scm (initialize-root-partition): Add bootloader-package and
bootloader-installer arguments. Run the bootloader-installer if defined.
* gnu/system/image.scm (system-disk-image): Adapt the partition initializer
call accordingly.
| Mathieu Othacehe |
2020-05-29 | bootloader: grub: Use inheritance to define grub-minimal-bootloader....* gnu/bootloader/grub.scm (grub-minimal-bootloader): Inherit from
grub-bootloader to avoid field redefinition.
| Mathieu Othacehe |
2020-05-29 | bootloader: grub: Do not run grub-install when creating a disk-image....* gnu/bootloader/grub.scm (install-grub): When creating a disk-image,
grub-install will fail because it lacks root permissions. In that case, do not
run grub-install and only copy Grub modules to the /boot directory.
| Mathieu Othacehe |
2020-05-29 | bootloader: Add 'disk-image-installer'....* gnu/bootloader.scm (<bootloader>)[disk-image-installer]: New field,
(bootloader-disk-image-installer): export it.
* gnu/bootloader/grub.scm (install-grub-disk-image): New procedure ...
(grub-bootloader): ... used as "disk-image-installer" here.
(grub-efi-bootloader): set "disk-image-installer" to #f.
* gnu/system/image.scm (root-partition?, find-root-partition): Move to
"Helpers" section.
(root-partition-index): New procedure.
(system-disk-image): Honor disk-image-installer, and
use it to install the bootloader directly on the disk-image, if supported.
| Mathieu Othacehe |
2020-05-29 | gnu: openssh: Update to 8.3p1....* gnu/packages/ssh.scm (openssh): Update to 8.3p1.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: ruby-hocon: Update to 1.3.1....* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: ruby-fast-gettext: Update to 2.0.3....* gnu/packages/ruby.scm (ruby-fast-gettext): Update to 2.0.3.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: fldigi: Update to 4.1.13....* gnu/packages/radio.scm (fldigi): Update to 4.1.13.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: clp: Update to 1.17.6....* gnu/packages/maths.scm (clp): Update to 1.17.6.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: piper: Include package name in source file name....* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: piper: Update to 0.5....* gnu/packages/gnome.scm (piper): Update to 0.5.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: usbguard: Update to 0.7.8....* gnu/packages/hardware.scm (usbguard): Update to 0.7.8.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: oil: Update to 0.8.pre5....* gnu/packages/shells.scm (oil): Update to 0.8.pre5.
[arguments]: Perform ‘patch-compiler-invocation’ phase as part of
'configure. Remove ‘make-destination’ phase. Run a basic smoke test.
[synopsis, description]: Update.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Ryan Prior via Guix-patches via |
2020-05-29 | gnu: fluidsynth: Update to 2.1.3....* gnu/packages/audio.scm (fluidsynth): Update to 2.1.3.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: babl: Update to 0.1.76....* gnu/packages/gimp.scm (babl): Update to 0.1.76.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: font-comic-neue: Update to 2.5....* gnu/packages/fonts.scm (font-comic-neue): Update to 2.5.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: rust-version-check: Update to 0.9.2....* gnu/packages/crates-io.scm (rust-version-check-0.9): Update to 0.9.2.
| Tobias Geerinckx-Rice |
2020-05-29 | gnu: python-flask-sqlalchemy: Update to 2.4.3....* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.3.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: Add r-mstate....* gnu/packages/cran.scm (r-mstate): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Eric Brown |
2020-05-28 | gnu: Add r-brms....* gnu/packages/cran.scm (r-brms): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Eric Brown |
2020-05-28 | gnu: Add exfatprogs....* gnu/packages/file-systems.scm (exfatprogs): New public variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: Add shiru-lv2....* gnu/packages/music.scm (shiru-lv2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alexandros Theodotou |
2020-05-28 | gnu: Add compiledb....* gnu/packages/build-tools.scm (compiledb): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Yuval Kogman |
2020-05-28 | gnu: Add python-bashlex....* gnu/packages/python-xyz.scm (python-bashlex): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Yuval Kogman |
2020-05-28 | gnu: Add guile-jsonld....* gnu/packages/guile-xyz.scm (guile-jsonld): New variable.
| Julien Lepiller |
2020-05-28 | gnu: Transmission: Fix CVE-2018-10756....* gnu/packages/patches/transmission-CVE-2018-10756.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bittorrent.scm (transmission)[source]: Use it.
| Leo Famulari |
2020-05-28 | gnu: python-netcdf4: Update to 1.5.3...* gnu/packages/python-xyz.scm (python-netcdf4): Update to 1.5.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Josh Holland |
2020-05-28 | gnu: clang: Build 'clang-tools-extra'....* gnu/packages/llvm.scm (clang-from-llvm): Add #:tools-extra.
Add 'output' field. In 'inputs', add TOOLS-EXTRA when it's given.
In 'arguments', add 'add-tools-extra' and 'move-extra-tools' phases when
TOOLS-EXTRA is given.
| Ludovic Courtès |
2020-05-28 | gnu: python-flask-sqlalchemy: Update to 2.4.2....* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.2.
| Tobias Geerinckx-Rice |
2020-05-27 | gnu: apfs-fuse: Update to 0.0.0-1.7b89418....* gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-1.7b89418.
[arguments]: Install the README. Select FUSE 2 in #:configure-flags.
| Leo Famulari |
2020-05-28 | gnu: r-rversions: Update to 2.0.2....* gnu/packages/statistics.scm (r-rversions): Update to 2.0.2.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: cvs-fast-export: Update to 1.55....* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.55.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: eid-mw: Update to 4.4.27....* gnu/packages/security-token.scm (eid-mw): Update to 4.4.27.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: mu: Update to 1.4.7....* gnu/packages/mail.scm (mu): Update to 1.4.7.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: gnome: Add gnome-boxes....* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-boxes.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: gnome-boxes: Update to 3.36.4....* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.4.
| Tobias Geerinckx-Rice |
2020-05-28 | gnu: gdb: Add version 9.2....* gnu/packages/gdb.scm (gdb-9.2): New variable.
| Ludovic Courtès |
2020-05-28 | system: hurd: Remove custom <manifest> gexp compiler....This is superseded by <profile>, which was added in
ef674a24c527eaf54801707d34dbf5d12ec139cb.
* gnu/system/hurd.scm (compile-manifest): Remove.
(cross-hurd-image)[system-profile]: Define using 'profile'.
| Ludovic Courtès |
2020-05-27 | gnu: libnslog: Use latest version of check for tests....Test failures with latest check were fixed in most recent release. See bug
report: https://bugs.netsurf-browser.org/mantis/view.php?id=2736
* gnu/packages/web.scm (libnslog)[native-inputs]: Use latest check.
| Eric Bavier |