aboutsummaryrefslogtreecommitdiff
path: root/tests/gremlin.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-03-09 21:38:31 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-03-09 22:05:25 +0100
commit5136cc1306596a8c3eec4b440263e632301cef02 (patch)
treeaabfbd935a9c1755cd7a6b8bd85b5b9261917aec /tests/gremlin.scm
parent0496ce3c4424976e55597d464319b05868c9a6d6 (diff)
downloadguix-5136cc1306596a8c3eec4b440263e632301cef02.tar.gz
guix-5136cc1306596a8c3eec4b440263e632301cef02.zip
gnu: r-cli: Update to 2.3.1.
* gnu/packages/cran.scm (r-cli): Update to 2.3.1.
Diffstat (limited to 'tests/gremlin.scm')
0 files changed, 0 insertions, 0 deletions
guix/profiles.scm (linux-module-database): Ditto. Mathieu Othacehe 2020-08-06installer: Remove logical devices....If a device contains an active logical volume, BLKRRPART will report that the device is busy. This will cause this device to be filtered by "non-install-devices" procedure, which is not desired. Make sure to deactivate all logical volumes before device probing. Fixes <https://issues.guix.gnu.org/42683>. * gnu/installer.scm (installer-program): Add lvm2-static to the inputs. * gnu/installer/parted.scm (remove-logical-devices): New procedure, (init-parted): call it. Mathieu Othacehe 2020-07-26installer: Add NTFS support....This adds support for creating and editing NTFS partitions. It is however not possible yet to create root NTFS partitions, as overlaying on top of a fuse partition does not seem supported. * gnu/installer.scm (installer-program): Add "ntfs-3g" to the inputs. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type, partition-filesystem-user-type, create-ntfs-file-system, format-user-partitions): Add NTFS support. * gnu/installer/newt/partition.scm (run-fs-type-page): Add NTFS support. Mathieu Othacehe 2020-06-26installer: Use latest Guile....Since the installer is loading Guix modules built with Guile 3.0.4, the installer script must be run by the same Guile version to avoid a bytecode incompatibility. This is a follow-up of a2991de0f44a5f4db71ddad67e914fe3344a4505. * gnu/installer.scm (installer-program): Use guile3.0-latest for the installation script. Mathieu Othacehe