aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-lint.sh
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-26 20:35:42 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-10 08:25:57 +0100
commitd619480827d414fa7061ed1d22a95ee085c4591c (patch)
tree1daeab0ebc8c3978432a44a53a4214d586075c0f /tests/guix-lint.sh
parent68238b73b346bbf117cafc3bc0b9d00ef4a01e5f (diff)
downloadguix-d619480827d414fa7061ed1d22a95ee085c4591c.tar.gz
guix-d619480827d414fa7061ed1d22a95ee085c4591c.zip
gnu: ruby-mocha: Update to 2.0.4.
* gnu/packages/ruby.scm (ruby-mocha): Update to 2.0.4. [arguments]: Update style. [propagated-inputs]: Add ruby-ruby2-keywords. [native-inputs]: Add ruby-psych-3. (ruby-mocha-1): New variable.
Diffstat (limited to 'tests/guix-lint.sh')
0 files changed, 0 insertions, 0 deletions
n now be omitted, and inferred from the root file system declaration instead. * gnu/build/file-systems.scm (canonicalize-device-spec): Extend to support NFS directly, and... * gnu/build/linux-boot.scm (boot-system): ...remove NFS special casing from here. Remove nested definitions for root-fs-type, root-fs-flags and root-fs-options, and bind those inside the let* instead. Make "--root" take precedence over the device field string representation of the root file system. * doc/guix.texi (Initial RAM Disk): Document that "--root" can be left unspecified. Maxim Cournoyer 2020-05-02Merge branch 'master' into core-updatesMarius Bakke 2020-05-02linux-boot: Allow the root file system to be mounted via NFS....* gnu/build/linux-boot.scm (boot-system) Treat a root option with ":/" as an nfs source and avoid to call 'canonicalize-device-spec' for it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan 2020-04-11linux-boot: Add 'make-hurd-device-nodes'....* gnu/build/linux-boot.scm (make-hurd-device-nodes): New procedure. Ludovic Courtès 2020-04-11linux-boot: 'make-essential-device-nodes' root parameter is optional....* gnu/build/linux-boot.scm (make-essential-device-nodes): Change 'root' to an optional parameter. * gnu/build/vm.scm (root-partition-initializer): Adjust accordingly. Ludovic Courtès