aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-28 08:38:50 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-10 08:26:00 +0100
commitf7b4258aedf33cf8469429dde929c5f961a78d11 (patch)
treed6cbacea4f3a47526bfa4e70cbf03721995fc5c6 /gnu/packages/bioinformatics.scm
parentddeb07d0b98aa7899b75b5f8a0971589da4b9f10 (diff)
downloadguix-f7b4258aedf33cf8469429dde929c5f961a78d11.tar.gz
guix-f7b4258aedf33cf8469429dde929c5f961a78d11.zip
gnu: %ruby-rails-version: Update to 7.0.5.1.
* gnu/packages/rails.scm (%ruby-rails-version): Update to 7.0.5.1. (ruby-rails-monorepo): Update hash. (ruby-activesupport)[propagated-inputs]: Switch to ruby-minitest-5.15 to ruby-minitest. (ruby-activerecord)[native-inputs]: Add ruby-mini-portile-2.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
0 files changed, 0 insertions, 0 deletions
/td>scripts: system: Accept <image> records as input.Mathieu Othacehe * guix/scripts/system.scm (system-derivation-for-action): Replace "os" argument by "image". Remove "image-size", "image-type", "label" and "volatile-root?" arguments. (perform-action): Ditto. (process-action): Construct the <image> record and pass it to "perform-action" procedure. * tests/guix-system.sh: Adapt accordingly. * gnu/system/images/hurd.scm: Return the default image. * gnu/system/images/novena.scm: Ditto. * gnu/system/images/pine64.scm: Ditto. * gnu/system/images/pinebook-pro.scm Ditto. 2021-01-20images: pinebook-pro: Fix default serial port.Caliph Nomble * gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os)[services]: Start agetty on ttyS2 instead of ttyS0. 2021-01-10system: image: Fix root offset on rockchip platforms.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/45584>. * gnu/system/image.scm (arm32-disk-image, arm64-disk-image): Turn into procedures, taking the root partition offset as argument. * gnu/system/images/novena.scm (novena-image-type): Adapt accordingly. * gnu/system/images/pine64.scm (pine64-image-type): Ditto. * gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type): Use a 9MiB offset for the root partition. 2020-12-05images: novena: Make boot settings and RTC accessible.Danny Milosavljevic * gnu/system/images/novena.scm (novena-barebones-os)[initrd-modules]: Add i2c-dev. 2020-12-03images: novena: Replace agetty-service by term-auto.Danny Milosavljevic * gnu/system/images/novena.scm (novena-barebones-os)[kernel-arguments]: New field. [services]: Remove field. 2020-12-03images: Add novena-image-type, novena-barebones-raw-image, novena-barebones-os.Danny Milosavljevic * gnu/system/images/novena.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. 2020-11-20image: Add pinebook-pro support.Mathieu Othacehe * gnu/system/images/pinebook-pro.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/ci.scm (%guix-system-images): Add pinebook-pro-barebones-raw-image. 2020-10-06images: Add pine64-barebones-raw-image.Mathieu Othacehe * gnu/system/images/pine64.scm (pine64-barebones-raw-image): New variable. * gnu/ci.scm (%guix-system-images): Add it. 2020-10-05images: Add pine64 support.Mathieu Othacehe * gnu/system/images/pine64.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/system/image.scm (arm64-disk-image, arm64-image-type): New variables. 2020-09-30system: image: Add image-type support.Mathieu Othacehe * gnu/system/image.scm (image-with-os): New macro. Rename the old "image-with-os" procedure to ... (image-with-os*): ... this new procedure, (system-image): adapt according, (raw-image-type, iso-image-type, uncompressed-iso-image-type %image-types): new variables, (lookup-image-type-by-name): new procedure. (find-image): remove it. * gnu/system/images/hurd.scm (hurd-image-type): New variable, use it to define ... (hurd-disk-image): ... this variable, using "os->image" procedure. * gnu/tests/install.scm (run-install): Rename installation-disk-image-file-system-type parameter to installation-image-type, use os->config instead of find-image to compute the image passed to system-image, (%test-iso-image-installer) adapt accordingly, (guided-installation-test): ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2020-09-29images: hurd: Add hurd-barebones-qcow2-image.Mathieu Othacehe * gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable. 2020-07-11image: Do not set journal_model=WAL for the Hurd.Jan (janneke) Nieuwenhuizen This fixes <https://bugs.gnu.org/42151>. * gnu/system/images/hurd.scm (hurd-initialize-root-partition): Use #:wal-mode #f in call to ... * gnu/build/image.scm (initialize-root-partition): ... this, add #:wal-mode? parameter, pass it to ... (register-closure): ... this, add #:wal-mode? parameter, pass it to ... * guix/store/database.scm (with-database): ... this, add #:wal-mode? parameter, pass it to ... (call-with-database): ... this, add #:wal-mode? parameter; when set to #f, do not set journal_model=WAL. 2020-06-25image: hurd: Initialize root partition for the Hurd.Jan (janneke) Nieuwenhuizen This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/image.scm (hurd-initialize-root-partition): Move to ... * gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here. (hurd-disk-image): Use it. 2020-06-25image: hurd: Create hurd-compatible ext2 file-system.Jan (janneke) Nieuwenhuizen This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to create an ext2 file-system that is compatible with the Hurd. 2020-06-24image: Move hurd image definition to a dedicated file.Mathieu Othacehe This moves hurd-disk-image to a dedicated file. It also defines a default operating-system so that the image can be built standalone. * gnu/system/images/hurd.scm: New file, * gnu/local.mk (GNU_SYSTEM_MODULES): add it, * gnu/system/image.scm (root-offset, root-label): Export it, (hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated file above, (find-image): adapt to avoid loop dependency.