aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-25 14:28:37 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-11-02 09:32:51 +0100
commiteba970f1b6f089d28fb4bc07f5cee2e5905bf8b6 (patch)
treefdefe94006420f8e43541be5e3058f0e6cea717e /gnu/installer.scm
parentd9641d4f7bf80c7a0b555a661cd1753d4927d6c1 (diff)
downloadguix-eba970f1b6f089d28fb4bc07f5cee2e5905bf8b6.tar.gz
guix-eba970f1b6f089d28fb4bc07f5cee2e5905bf8b6.zip
gnu: ghc-mono-traversable: Update to 1.0.15.3.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable): Update to 1.0.15.3. [native-inputs]: Remove ghc-semigroups.
Diffstat (limited to 'gnu/installer.scm')
0 files changed, 0 insertions, 0 deletions
.texi (File Systems): Add a Btrfs subsection to document the use of subvolumes. * gnu/tests/install.scm (%btrfs-root-on-subvolume-os) (%btrfs-root-on-subvolume-os-source) (%btrfs-root-on-subvolume-installation-script) (%test-btrfs-root-on-subvolume-os): New variables. Maxim Cournoyer 2020-05-20file-systems: Add helpers for parsing the options string into an alist....* gnu/system/file-systems.scm (file-system-options->alist) (alist->file-system-options): New procedures. * tests/file-systems.scm: New tests. * doc/guix.texi (File Systems): Add note about the newly added procedures. Maxim Cournoyer