~ruther/guix-local

c4fdfd6f — Ludovic Courtès 10 years ago
doc: Augment offloading documentation.

* doc/guix.texi (Daemon Offload Setup): Mention that we're using lsh.  Mention
  GUILE_LOAD_PATH settings on the target machine.  Explain that machines must
  authorize each other.
b19649a1 — Ludovic Courtès 10 years ago
offload: Add 'ssh-options' field to <build-machine>.

* guix/scripts/offload.scm (<build-machine>)[ssh-options]: New field.
  (remote-pipe): Use it.
  (send-files): Likewise.
92f1b4a5 — Mark H Weaver 10 years ago
gnu: Add gst-plugins-ugly.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): New variable.
549381d6 — Mark H Weaver 10 years ago
gnu: ffmpeg: Add libx264 support.

* gnu/packages/video.scm (ffmpeg)[inputs]: Add libx264.
  [arguments]: Add "--enable-libx264" to configure-flags.
82712597 — Mark H Weaver 10 years ago
gnu: Add libx264.

* gnu/packages/video.scm (libx264): New variable.
9fc85218 — Andreas Enge 10 years ago
gnu: libreoffice: Update to 5.0.0.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.0.2.
7680843e — Andreas Enge 10 years ago
gnu: libwps: Update to 0.4.0.

* gnu/packages/libreoffice.scm (libwps): Update to 0.4.0.
fc04ee3b — Andreas Enge 10 years ago
gnu: libmwaw: Update to 0.3.5.

* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.5.
c80259b3 — Andreas Enge 10 years ago
gnu: libetonyek: Update to 0.1.3.

* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.3.
  [native-inputs]: Add glm and mdds.
694bbb4d — Andreas Enge 10 years ago
gnu: mdds: Update to 0.12.1.

* gnu/packages/boost.scm (mdds): Update to 0.12.1.
7b212526 — Mark H Weaver 10 years ago
gnu: Add grilo-plugins.

* gnu/packages/gnome.scm (grilo-plugins): New variable.
8d4791bf — Mark H Weaver 10 years ago
gnu: Add grilo.

* gnu/packages/gnome.scm (grilo): New variable.
9fb00f38 — Mark H Weaver 10 years ago
gnu: wpa-supplicant: Fix WPS and P2P NFC NDEF record payload length validation.

* gnu/packages/patches/wpa-supplicant-2015-5-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patch.
16de69c9 — Andreas Enge 10 years ago
gnu: boost: Update to 1.58.0.

* gnu/packages/boost.scm (boost): Update to 1.58.0.
56e373ef — Ricardo Wurmus 10 years ago
gnu: Add preseq.

* gnu/packages/bioinformatics.scm (preseq): New variable.
* gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: New file.
* gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
5bdda30b — Ricardo Wurmus 10 years ago
gnu: samtools: Install headers.

* gnu/packages/bioinformatics.scm (samtools)[arguments]: Add phase
  "install-headers" to install header files.
80ea7526 — Ludovic Courtès 10 years ago
tests: Use the right identifier in tests/elpa.scm.

* tests/elpa.scm: Change 'nil->empty' to 'ensure-list' in the whole file.
840bd1d3 — Ludovic Courtès 10 years ago
doc: Remove extra quotes around URLs.

* doc/guix.texi (Invoking guix import): Remove extraneous quotes around URLs.
d8b6fcde — Federico Beffa 10 years ago
import: cabal: Make token recognition case-insensitive.

* guix/import/cabal.scm (make-rx-matcher): Add optional parameter FLAG.
  (is-property, is-flag, is-src-repo, is-exec, is-test-suite, is-benchmark,
  is-lib, is-else, is-if): Make test case-insensitive.
85ef742c — Federico Beffa 10 years ago
gnu: Add emacs-mmm-mode.

* gnu/packages/emacs.scm (emacs-mmm-mode): New variable.
Next