~ruther/guix-local

1252dd32 — Ludovic Courtès 8 years ago
progress: Factorize erase-in-line.

* guix/progress.scm (erase-in-line): New procedure.
(progress-reporter/file): Use it.
e695d79d — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-edisoncore: Fix typo in synopsis.

* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
fb5569b0 — Tobias Geerinckx-Rice 8 years ago
gnu: man-pages: Update to 4.14.

* gnu/packages/man.scm (man-pages): Update to 4.14.
00e39b2e — Mathieu Othacehe 8 years ago
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.
e45b573c — Mathieu Othacehe 8 years ago
utils: Add target-arm32? procedure.

* guix/utils.scm (target-arm32?): New exported procedure.
f1de0e37 — Dave Love 8 years ago
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>
491cbd35 — Mike Gerwitz 8 years ago
gnu: Add emacs-evil-matchit.

* gnu/packages/emacs.scm (emacs-evil-matchit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c03ba83c — Ludovic Courtès 8 years ago
gnu: git: Run tests sequentially.

Fixes <https://bugs.gnu.org/29512>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/version-control.scm (git)[arguments]: Add
 #:parallel-tests?.
f8446df6 — Ludovic Courtès 8 years ago
gnu: elogind: Remove "uaccess" tag usage in "seat-late" rules.

* gnu/packages/freedesktop.scm (elogind)[arguments]: Add
'remove-uaccess-tag' phase.
1776d5cd — Mark H Weaver 8 years ago
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.
6850c9ce — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.66.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.66.
8b860002 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.103.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.103.
9ce07f2d — Kei Kebreau 8 years ago
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.
34a28c13 — Rutger Helling 8 years ago
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>
f00515b4 — Ludovic Courtès 8 years ago
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.
1d0865c1 — Vasile Dumitrascu 8 years ago
gnu: monero-core: Fix missing dependency.

* gnu/packages/finance.scm (monero-core)[inputs]: Add readline.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1d752e43 — Mike Gerwitz 8 years ago
gnu: Add xautolock.

* gnu/packages/xdisorg.scm (xautolock): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e42f026e — Ludovic Courtès 8 years ago
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."
Next