~ruther/guix-local

ref: fb182b8a447a4a6078ff4e9aecae99b0f4c8e5cf guix-local/gnu d---------
fb182b8a — Mark H Weaver 10 years ago
gnu: Add clutter.

* gnu/packages/gnome.scm (clutter): New variable.
ba421ab7 — Mark H Weaver 10 years ago
gnu: Add cogl.

* gnu/packages/gnome.scm (cogl): New variable.
22ad3918 — Andreas Enge 10 years ago
gnu: sipwitch: Update to 1.9.8.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.8.
89223417 — Ludovic Courtès 10 years ago
gnu: commencement: Make a few variables private.

This removes ambiguity warnings when installing these packages.

* gnu/packages/commencement.scm (glibc-final, gcc-final,
  glibc-utf8-locales-final): Make private.
790c3717 — Ludovic Courtès 10 years ago
gnu: imagemagick: Do not retain reference to "doc" output.

* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Use 'modify-phases'.
  Add 'strip-configure-xml' phase.
8c2dbe3f — Andreas Enge 10 years ago
gnu: ucommon: Update to 6.3.4.

* gnu/packages/telephony.scm (ucommon): Update to 6.3.4.
bf76d987 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
fc9ff915 — Mark H Weaver 10 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 10 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 10 years ago
gnu: Add fasttree.

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

* gnu/packages/video.scm (ffmpeg): Update to 2.7.1.
4d6d8281 — Mark H Weaver 10 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 10 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 10 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 10 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 10 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 10 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 10 years ago
gnu: clang: Build without debugging symbols.

* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
fd6ae1b9 — Ludovic Courtès 10 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 10 years ago
gnu: clang: Add search path specifications.

* gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: New field.
Next