~ruther/guix-local

21e583de — Ludovic Courtès 11 years ago
gnu: gcc: Add a RUNPATH to libstdc++.so so that it finds libgcc_s.so.

Fixes <http://bugs.gnu.org/20358>.
Reported by 宋文武 <iyzsong@gmail.com>.

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add 'substitute*' form for
  "libstdc++-v3/src/Makefile.in".
669b8639 — Ludovic Courtès 11 years ago
gnu: commencement: Remove unneeded configure flag for bootstrap gettext.

* gnu/packages/commencement.scm (gettext-boot0): Remove unneeded
  --disable-threads.
cc8ddcb0 — Eric Bavier 11 years ago
gnu: perl: Fix Module::Pluggable for symlink forests.

* gnu/packages/patches/perl-module-pluggable-search.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/perl.scm (perl)[source]: Add patch.
d8d6d096 — Mark H Weaver 11 years ago
gnu: tzdata: Update to 2015c.

* gnu/packages/base.scm (tzdata): Update to 2015c.
6162b95d — Ludovic Courtès 11 years ago
gnu: glibc: Add dependency on Gettext, to install the message catalogs.

This fixes a bug whereby the libc.mo files were not installed, and thus
translations of libc's messages were not available.

* gnu/packages/commencement.scm (gettext-boot0): New variable.
  (glibc-final)[native-inputs]: New field.
* gnu/packages/base.scm (glibc)[native-inputs]: Add GNU-GETTEXT.
ef593a10 — Ludovic Courtès 11 years ago
gnu: libltdl: Remove unneeded patch.

* gnu/packages/autotools.scm (libltdl)[source]: Remove 'patches'.
4a2b74bf — Ludovic Courtès 11 years ago
gnu: ld-wrapper: Ignore the .so argument following '-dynamic-linker'.

Reported at <http://bugs.gnu.org/20102>.

* gnu/packages/ld-wrapper.in (library-files-linked): Rename 'path+files'
  to 'path+files+args'.  Thread the reverse list of previous arguments.
  Add case for when the previous argument is "-dynamic-linker".
4267c637 — Ludovic Courtès 11 years ago
gnu: ld-wrapper: Add debugging info.

* gnu/packages/ld-wrapper.in (ld-wrapper): Add "libraries linked"
  debugging statement.
cbbb11c8 — Ludovic Courtès 11 years ago
gnu: Rename ld-wrapper2 to ld-wrapper.

* gnu/packages/ld-wrapper2.in: Rename to...
* gnu/packages/ld-wrapper.in: ... this.
* gnu-system.am (MISC_DISTRO_FILES): Remove ld-wrapper2.in.
* gnu/packages/commencement.scm (fixed-ld-wrapper): Remove.
  (gcc-toolchain): Restore pre-77db91ad inputs.
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.
38cf2ba0 — Ludovic Courtès 11 years ago
gnu: Remove all #:select from (gnu packages ...) modules.

This works around Guile bug <http://bugs.gnu.org/15540>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/engineering.scm: Don't #:select from (gnu packages ...).
* gnu/packages/gcc.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/pulseaudio.scm: Likewise.
* gnu/packages/moe.scm: Likewise, and #:select from (guix licenses)
  instead.
f7328634 — Ludovic Courtès 11 years ago
gexp: Add printers for <gexp-input> and <gexp-output>.

* guix/gexp.scm (write-gexp-input, write-gexp-output): New procedures.
  (<gexp-input>, <gexp-output>): Use them as printers.
c568191a — Ludovic Courtès 11 years ago
profiles: Create a CA certificate bundle only when it would be non-empty.

* guix/profiles.scm (ca-certificate-bundle): Create
  $output/etc/ssl/certs if and only if CA-FILES is non-empty.
51c64999 — Ricardo Wurmus 11 years ago
gnu: Add sra-tools.

* gnu/packages/bioinformatics.scm (sra-tools): New variable.
75dd2424 — Ricardo Wurmus 11 years ago
gnu: Add NCBI VDB.

* gnu/packages/bioinformatics.scm (ncbi-vdb): New variable.
2651a5e6 — Ricardo Wurmus 11 years ago
gnu: Add NGS Java bindings.

* gnu/packages/bioinformatics.scm (ngs-java): New variable.
282c5087 — Ricardo Wurmus 11 years ago
gnu: Add NGS SDK.

* gnu/packages/bioinformatics.scm (ngs-sdk): New variable.
85c37e29 — Ricardo Wurmus 11 years ago
gnu: Add Biopython.

* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): New
  variables.
Next