~ruther/guix-local

550bd3f2 — Ludovic Courtès 11 years ago
nls: Update 'eo' translation.
a8aa84af — Ludovic Courtès 11 years ago
size: Remove unused variables.

* guix/scripts/size.scm (ensure-store-item): Remove #:dry-run? parameter.
  (%options): Remove 'dry-run?' variable.
bf76d987 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
fc9ff915 — Mark H Weaver 11 years ago
gnu: jemalloc: Build with gcc-4.8 on i686.

* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: When compiling natively
  on i686, add gcc-4.8.
194782a8 — Mark H Weaver 11 years ago
gnu: lame: Build with gcc-4.8 on i686.

* gnu/packages/mp3.scm (lame)[native-inputs]: When compiling natively on i686,
  add gcc-4.8.
12b04cbe — Ben Woodcroft 11 years ago
gnu: Add fasttree.

* gnu/packages/bioinformatics.scm (fasttree): New variable.
40783851 — Mark H Weaver 11 years ago
gnu: ffmpeg: Update to 2.7.1.

* gnu/packages/video.scm (ffmpeg): Update to 2.7.1.
4d6d8281 — Mark H Weaver 11 years ago
gnu: totem-pl-parser: Add gobject-introspection support.

* gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add
  gobject-introspection.
22a6ad6a — Mark H Weaver 11 years ago
gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated-inputs.

* gnu/packages/gnome.scm (totem-pl-parser)[inputs]: Move glib, gmime, and
  libxml2 to ...
  [propagated-inputs]: ... here.
180a93c7 — Mark H Weaver 11 years ago
gnu: gsl: Fix poly test on i686.

* gnu/packages/patches/gsl-poly-test-fix-pt1.patch,
  gnu/packages/patches/gsl-poly-test-fix-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/maths.scm (gsl)[source]: Add patches.
d80b0d4a — Mark H Weaver 11 years ago
gnu: gnome-doc-utils: Add python2-libxml2 to native-inputs.

This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5.

* gnu/packages/gnome.scm (gnome-doc-utils)[native-inputs]: Add
  python2-libxml2.
264d57b6 — Mark H Weaver 11 years ago
gnu: itstool: Add python2-libxml2 to propagated-inputs.

This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5.

* gnu/packages/glib.scm (itstool)[propagated-inputs]: Add python2-libxml2.
9a6953d2 — Mark H Weaver 11 years ago
gnu: mdadm: Add compilation fix for gcc-4.9.

* gnu/packages/patches/mdadm-gcc-4.9-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (mdadm): Add patch.
94585e88 — Ludovic Courtès 11 years ago
gnu: clang: Build without debugging symbols.

* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
fd6ae1b9 — Ludovic Courtès 11 years ago
gnu: clang: Allow 'clang' to link executables.

* gnu/packages/patches/clang-libc-search-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (clang-from-llvm)[source]: Use it.
  [inputs]: Add "gcc-lib".
  [arguments]. Add -DGCC_INSTALL_PREFIX and -DC_INCLUDE_DIRS to
  #:configure-flags.  Add #:phases argument.
ef11ac87 — Ludovic Courtès 11 years ago
gnu: clang: Add search path specifications.

* gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: New field.
d0abf829 — Ludovic Courtès 11 years ago
gnu: Add libstdc++ as a standalone package.

* gnu/packages/gcc.scm (make-libstdc++): New procedure.
  (libstdc++-4.9): New variable.
* gnu/packages/commencement.scm (libstdc++): Add TODO comment.
9942e803 — Pjotr Prins 11 years ago
gnu: Add ruby 2.1.6

* gnu/packages/ruby.scm (ruby-2.1): New variable.
727636aa — David Thompson 11 years ago
gnu: Add control group file systems.

* gnu/system/file-systems.scm (%control-groups): New variable.
  (%base-file-system): Include control group file systems.
5fd77f3f — David Thompson 11 years ago
gnu: Make 'mount' interface in static Guile consistent with Guix API.

Rather than expecting a pointer, the version of 'mount' in
guile-static-stripped now takes a string for the 'options' argument, just like
the 'mount' procedure in (guix build syscalls).

* gnu/packages/patches/guile-linux-syscalls.patch (mount): Expect a string or
  #f for 'options' argument.
* gnu/build/file-systems.scm (mount-file-system): Use new 'mount' interface.
Next