~ruther/guix-local

685bef2b — Dave Love 8 years ago
gnu: openmpi: Add separate variant with thread-multiple support.

* gnu/packages/mpi.scm (openmpi)[arguments]: Remove
"--enable-mpi-thread-multiple".
(openmpi-thread-multiple): New variable.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
cf684d87 — Theodoros Foradis 8 years ago
gnu: z3: Build Python bindings.

* gnu/packages/maths.scm (z3): Add python bindings.
[build-system]: Change to cmake-build-system.
[arguments]: Remove "changedir" phase.  Add "bootstrap" and
"make-test-z3" phases; replace the "check" phase.
Add #:configure-flags.  Remove #:test-target.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bd2e3210 — Efraim Flashner 8 years ago
gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.

* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
gnu: gnurl: Update to 7.55.1.

* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
1dbd3432 — Efraim Flashner 8 years ago
gnu: vifm: Update to 0.9.

* gnu/packages/vim.scm (vifm): Update to 0.9.
[source]: Add alternate uri.
[arguments]: Remove build timestamp. Add phase to install vim plugins
into vim plugin directory. Patch more shebangs.
bda6c350 — Efraim Flashner 8 years ago
gnu: pspp: Update to 1.0.0.

* gnu/packages/statistics.scm (pspp): Update to 1.0.0.
29a33257 — Tobias Geerinckx-Rice 8 years ago
gnu: bundler: Update to 1.15.4.

* gnu/packages/ruby.scm (bundler): Update to 1.15.4.
3fa1b082 — Tobias Geerinckx-Rice 8 years ago
gnu: limnoria: Update to 2017.08.18.

* gnu/packages/irc.scm (limnoria): Update to 2017.08.18.
a02967d7 — 宋文武 8 years ago
guix download: Support retrieving local file without the URI scheme.

* guix/scripts/download.scm (guix-download): Treat the URL argument as a local
file path when it fails on 'string->uri'.  Call 'fetch' with the processed
'uri' instead of the original URL argument.
* tests/guix-download.sh: Adjust accordingly.
6d7d9d95 — Kei Kebreau 8 years ago
gnu: graphicsmagick: Fix CVE-2017-{12935,12936,12937}.

* gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Use them.
a8cd3523 — Ricardo Wurmus 8 years ago
gnu: r-minimal: Work around failure to embed reference to "which".

* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which".
[native-inputs]: Move "which" from here...
[propagated-inputs]: ...to here.
92a1cb92 — Ricardo Wurmus 8 years ago
gnu: powertabeditor: Update to 2.0.0-alpha10.

* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10.
[arguments]: Remove "set-target-directories" phase; disable additional tests.
17cddc17 — Ricardo Wurmus 8 years ago
gnu: Add r-annotationfilter.

* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
96d36f38 — Andy Wingo 8 years ago
gnu: Add gnome-default-applications.

* gnu/packages/gnome.scm (gnome-default-applications): New public variable.
(gnome): Propagate gnome-default-applications so that nautilus is associated
with folders, not baobab.
a9dbefdc — Andy Wingo 8 years ago
gnu: gnome: Propagate font-dejavu.

* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to
  provide a better default for "Monospace".  Otherwise the terminal looks
  horrible and defaults to Nimbus Mono, a Courier-like face.
50631fe9 — Andy Wingo 8 years ago
gnu: gobby: Re-add Gobby 0.4.

* gnu/packages/gobby.scm (gobby-0.4): New variable.
63ad9b80 — Andy Wingo 8 years ago
gnu: gnome: Propagate more packages.

* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by
  Debian's "gnome-core" package.
2941b347 — Andy Wingo 8 years ago
gnu: grub-efi-bootloader: Specialize grub-install invocation.

* gnu/bootloader/grub.scm (install-grub-efi): Fix grub-install invocation for
  EFI systems.
* gnu/system/examples/bare-bones.tmpl: Use the newer
"bootloader-configuration" syntax.
* gnu/system/examples/desktop.tmpl: Use bootloader-configuration sytax.  Also,
use the same label for the LUKS-mapped device and the root partition.  Remove
unneeded "title" field for the file-system based on LUKS; as noted in the
manual, the "title" field is ignored for mapped devices.
* gnu/system/examples/lightweight-desktop.tmpl: Use bootloader-configuration,
and use grub-efi-bootloader.
97291c0c — Arun Isaac 8 years ago
gnu: gobby: Update to 0.5.0.

* gnu/packages/gobby.scm (gobby): Update to 0.5.0.
[inputs]: Remove libnet6 and obby. Add libinfinity. Sort.
[arguments]: Add move-executable phase.
6a84ec8e — Arun Isaac 8 years ago
gnu: Add libinfinity.

* gnu/packages/gobby.scm (libinfinity): New variable.
Next