~ruther/guix-local

ref: cea25b08bfd22bda940e5ac7ea29d4fa035d8303 guix-local/gnu d---------
2e7825bc — Ludovic Courtès 8 years ago
gnu: guile-sly: Do not propagate Guile.

* gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Move GUILE-2.2
to...
[inputs]: ... here.
27c4796e — Tobias Geerinckx-Rice 8 years ago
gnu: tor: Update to 3.1.9 [security fixes].

This release contains fixes for TROVE-2017-{009,010,011,012,013}.

* gnu/packages/tor.scm (tor): Update to 3.1.9.
b9fb70ca — Ricardo Wurmus 8 years ago
gnu: glusterfs: Replace hardcoded FHS references.

* gnu/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/file-systems.scm (glusterfs)[source]: Use it.
b59a8fd4 — Tobias Geerinckx-Rice 8 years ago
gnu: Add mtr.

* gnu/packages/networking.scm (mtr): New public variable.
3f691f71 — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-blaze-builder: Update to 0.4.0.2.

* gnu/packages/haskell.scm (ghc-blaze-builder): Update to 0.4.0.2.
17c3a50d — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-asn1-types: Update to 0.3.2.

* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.2.
c24bfc3d — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-asn1-encoding: Update to 0.9.5.

* gnu/packages/haskell-crypto.scm (ghc-asn1-encoding): Update to 0.9.5.
92cd9464 — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-array: Update to 0.5.2.0.

* gnu/packages/haskell.scm (ghc-array): Update to 0.5.2.0.
1a1cf03f — Tobias Geerinckx-Rice 8 years ago
gnu: ghc-aeson-qq: Update to 0.8.2.

* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.2.
f4548394 — Tobias Geerinckx-Rice 8 years ago
gnu: java: Fix several synopses & descriptions.

* gnu/packages/java.scm (java-plexus-classworlds)[description]: Fix typo and
use @code.
(java-plexus-container-default-bootstrap)[synopsis]: Hyphenate for clarity,
as done in the description.
[description]: Fix typo and use @dfn.
(java-jmh)[description]: Fix typo.
(java-xerial-core)[synopsis, description]: Fix typos.
c7ffbfe9 — Ludovic Courtès 8 years ago
gnu: guile: Add version 2.2.3.

* gnu/packages/guile.scm (guile-2.2.3): New variable.
8ad4f0aa — Ludovic Courtès 8 years ago
gnu: gnome-default-applications: Add Evince for PDF and PS.

* gnu/packages/gnome.scm (gnome-default-applications)[propagated-inputs]:
Add EVINCE.
[arguments]: Associate Evince with application/pdf and
application/postscript.
4afc903a — Ludovic Courtès 8 years ago
services: xorg: Add 'font-misc-misc' to the default font set.

Fixes <https://bugs.gnu.org/24279>.
Reported by John Darrington <john@darrington.wattle.id.au>.

* gnu/services/xorg.scm (%default-xorg-fonts): Add FONT-MISC-MISC.
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.
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?.
Next