~ruther/guix-local

5cfc17cb — Mark H Weaver 11 years ago
tests: Select appropriate bootstrap guile version for current system.

* tests/packages.scm ("package-source-derivation, snippet"): Select appropriate
  guile-2.0.x.tar.xz tarball based on the value of (%current-system).
76eb7266 — Mark H Weaver 11 years ago
gnu: ccl: Add default 'match' cases for unsupported platforms.

* gnu/packages/lisp.scm (ccl)[arguments]: Add default 'match' cases for
  unsupported platforms.
4788deea — Mark H Weaver 11 years ago
gnu: nginx: Fix configure flags on unsupported platforms.

* gnu/packages/web.scm (nginx)[arguments]: Add default case in 'match' form
  within 'configure' phase.
f0d6d835 — Mark H Weaver 11 years ago
gnu: mplayer: Fix configure flags on armhf.

* gnu/packages/video.scm (mplayer)[arguments]: Add default case in 'match'
  form in configure flags.  Enable support for arm processor features that are
  assumed by our armhf port.
446c7e4d — Mark H Weaver 11 years ago
gnu: julia: Fix make-flags on non-Intel platforms.

* gnu/packages/julia.scm (julia)[arguments]: Add default case in 'match' form.
f210f057 — 宋文武 11 years ago
gnu: python-pycairo: Fix build with with python-3.4.3.

* gnu/packages/patches/pycairo-wscript.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gtk.scm (python-pycairo)[source]: Use it.
  [build-system]: Use waf-build-system.
  [native-inputs]: Add python-waf.
  [arguments]<#:phases>: Use 'modify-phases'.  Add 'patch-waf phase.
* gnu/packages/gtk.scm (python2-pycairo): Adjust accordingly.
feaae484 — 宋文武 11 years ago
gnu: Add python-waf.

* gnu/packages/python.scm (python-waf, python2-waf): New variables.
aad8877d — Mark H Weaver 11 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to dd3a42e.
dd3a42e6 — Mark H Weaver 11 years ago
gnu: guix: Don't install in /etc/bash_completion.d within build environment.

Fixes <http://bugs.gnu.org/20394>.
Patch by Ludovic Courtès <ludo@gnu.org>.

* gnu/packages/package-management.scm (guix)[arguments]: Pass
  "--with-bash-completion-dir" option to configure.
54b76b60 — Mark H Weaver 11 years ago
Revert "gnu: libidn: Update to 1.30."

This reverts commit 8462a03f2861a1b3ed33e99a6f5a886bb9093846.
8462a03f — Andreas Enge 11 years ago
gnu: libidn: Update to 1.30.

* gnu/packages/libidn.scm (libidn): Update to 1.30.
8185519d — Andreas Enge 11 years ago
gnu: ocrad: Update to 0.25.

* gnu/packages/ocr.scm (ocrad): Update to 0.25.
6260d1a8 — Ricardo Wurmus 11 years ago
gnu: Add TuxGuitar.

* gnu/packages/music.scm (tuxguitar): New variable.
8581c813 — Ricardo Wurmus 11 years ago
gnu: Add SWT.

* gnu/packages/java.scm (swt): New variable.
e4e5a4d8 — Ricardo Wurmus 11 years ago
gnu: Add eXpress.

* gnu/packages/bioinformatics.scm (express): New variable.
9794180d — Ricardo Wurmus 11 years ago
gnu: Add bamtools.

* gnu/packages/bioinformatics.scm (bamtools): New variable.
dbf4ed7c — Ricardo Wurmus 11 years ago
gnu: Add subread.

* gnu/packages/bioinformatics.scm (subread): New variable.
44fd6ef1 — Ludovic Courtès 11 years ago
ui: Add 'symlink' replacement with better error reporting.

* guix/ui.scm (symlink): New procedure.
3392ce5d — Ludovic Courtès 11 years ago
system: Make /gnu/store a read-only bind mount by default.

* gnu/system/file-systems.scm (%immutable-store): New variable.
  (%base-file-systems): Add it.
* doc/guix.texi (File Systems): Document it.
b86fee78 — Ludovic Courtès 11 years ago
file-systems: Use a second 'mount' call for read-only bind mounts.

* gnu/build/file-systems.scm (MS_REMOUNT): New constant.
  (mount-file-system): Add 'flags' local variable.   When FLAGS has
  MS_BIND & MS_RDONLY, call 'mount' with MS_REMOUNT.
* gnu/services/base.scm (file-system-service) <start>: Likewise.
Next