progress: Factorize erase-in-line.
* guix/progress.scm (erase-in-line): New procedure.
(progress-reporter/file): Use it.
gnu: ghc-edisoncore: Fix typo in synopsis.
* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
gnu: man-pages: Update to 4.14.
* gnu/packages/man.scm (man-pages): Update to 4.14.
system: vm: Do not add EFI partition on ARM system.
* gnu/system/vm.scm (qemu-img): Do not add EFI partition if we are targetting
ARM.
UEFI support on u-boot is still experimental, so do not add EFI partition on
ARM for now.
utils: Add target-arm32? procedure.
* guix/utils.scm (target-arm32?): New exported procedure.
gnu: openfoam: Clean up to reduce closure.
This saves ~1GB.
* gnu/packages/simulation.scm (openfoam)[outputs]: Add debug.
[arguments]: Clean up .o and src after build.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add geomyidae.
* gnu/packages/web.scm (geomyidae): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add emacs-evil-matchit.
* gnu/packages/emacs.scm (emacs-evil-matchit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: elogind: Remove "uaccess" tag usage in "seat-late" rules.
* gnu/packages/freedesktop.scm (elogind)[arguments]: Add
'remove-uaccess-tag' phase.
gnu: linux-libre: Update to 4.14.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.3.
(%linux-libre-hash): Update hash.
gnu: linux-libre@4.9: Update to 4.9.66.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.66.
gnu: linux-libre@4.4: Update to 4.4.103.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.103.
doc: Update the example VCS snapshot package definition.
In commit ee17a9e06e636400e3354796a42ac445dbcc8f96, the helpers git-version
and git-file-name removed the need to build version and file name strings
manually for packages that use VCS snapshots.
doc/guix.texi (Version Numbers): Use git-version and git-file-name.
gnu: qemu: Enable seccomp support.
* gnu/packages/virtualization.scm (qemu)[inputs]: Add libseccomp.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: fish-guix: Update to 0.1.2.1.
* gnu/packages/shells.scm (fish-guix): Update to 0.1.2.1.
(license): Switch to bsd-3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
vm: Filter out file systems that refer to UUIDs or labels.
* gnu/system/vm.scm (virtualized-operating-system)[user-file-systems]:
Filter out things that refer to file system UUIDs or labels.
gnu: monero-core: Fix missing dependency.
* gnu/packages/finance.scm (monero-core)[inputs]: Add readline.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add xautolock.
* gnu/packages/xdisorg.scm (xautolock): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ui: Present 'use-modules' hints with a question mark.
Suggested by myglc2 <myglc2@gmail.com>.
* guix/ui.scm (report-load-error): Write "Did you forget" rather than
"Try adding."