~ruther/guix-local

d452b595 — Ludovic Courtès 12 years ago
hydra: Fix typo in core package list.

* build-aux/hydra/gnu-system.scm: Use (gnu packages gcc).
  (%core-packages): Remove nonexistent 'gcc'; add GCC-4.8 and GCC-4.7.
e7958902 — Ludovic Courtès 12 years ago
hydra: Remove cross-builds from i686-linux to mips64el-linux-gnuabi64.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs]: Define
  'from-32-to-64?'.  Filter out %CROSS-TARGETS that match.
707c8b2c — Ludovic Courtès 12 years ago
hydra: Build GCC and glibc, not their '-final' variant.

* build-aux/hydra/gnu-system.scm (%core-packages): Replace GCC-FINAL and
  GLIBC-FINAL with GCC and GLIBC.
2ed6aa9e — Ludovic Courtès 12 years ago
gnu: glibc: Patch mtrace.pl to avoid retaining a reference to Perl.

* gnu/packages/base.scm (glibc)[argument] <pre-configure phase>: Patch
  malloc/mtrace.pl.
1eefbb26 — Mark H Weaver 12 years ago
Merge branch 'master' into core-updates
b1a01474 — Mark H Weaver 12 years ago
gnu: guile: Upgrade to 2.0.11.

* gnu/packages/guile.scm (guile): Upgrade to 2.0.11.
6212b8e5 — Mark H Weaver 12 years ago
gnu: cmake: Install man pages and docs in share/{man,doc}.

* gnu/packages/cmake.scm (cmake): Pass --mandir and --docdir to configure.
  Rewrite the code that selects the first two components of the version.
c9a010db — Mark H Weaver 12 years ago
gnu: flac: Install man pages in share/man.

* gnu/packages/xiph.scm (flac): Add --mandir configure flag.
f0cfe3c4 — Eric Bavier 12 years ago
gnu: libvorbis: disable parallel tests

* gnu/packages/xiph.scm (libvorbis): disable parallel tests
9a03b893 — Mark H Weaver 12 years ago
gnu: openssh: Upgrade to 6.6p1.

* gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
89faa5c7 — Ludovic Courtès 12 years ago
daemon: Really override the substituters setting.

Reported by Andreas Enge <andreas@enge.fr>:
<https://lists.gnu.org/archive/html/guix-devel/2014-03/msg00211.html>.

* nix/nix-daemon/guix-daemon.cc (main): Set the 'NIX_SUBSTITUTERS'
  env. var.  Leave 'settings.substituters' unchanged.
1fda6840 — Ludovic Courtès 12 years ago
pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0.

* guix/pk-crypto.scm (gcrypt-version): New procedure.
* guix/scripts/archive.scm (%key-generation-parameters): New variable.
  (%options) <generate-key>: Use it.
* tests/pk-crypto.scm ("sign + verify, Ed25519"): Skip if using gcrypt < 1.6.0.
2f66e64c — Mark H Weaver 12 years ago
gnu: tzdata: Upgrade to 2014a.
5f32ba88 — Mark H Weaver 12 years ago
gnu: lynx: Upgrade to 2.8.8rel.2.

* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
12fa800d — Mark H Weaver 12 years ago
gnu: util-macros: Install .pc file in lib/pkgconfig; remove INSTALL file.

* gnu/packages/xorg.scm (util-macros): Substitute "$(libdir)/pkgconfig"
  for "$(datadir)/pkgconfig" in Makefile.in.  After install, remove
  share/util-macros/INSTALL and share/util-macros.
e2ca23c5 — Mark H Weaver 12 years ago
gnu: bc: Install docs in share/man and share/info.

* gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure.
809e9b52 — Mark H Weaver 12 years ago
gnu: unzip: Install man pages in share/man.

* gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile.
f6b272fa — Mark H Weaver 12 years ago
gnu: screen: Install docs in share/man and share/info.

* gnu/packages/screen.scm (screen): Add --mandir and --infodir
  configure flags.
0e4e89c2 — Mark H Weaver 12 years ago
gnu: netcat: Install docs in share/man and share/info.

* gnu/packages/admin.scm (netcat): Add --mandir and --infodir
  configure flags.
f6d47eb6 — Ludovic Courtès 12 years ago
gnu: readline: Fix cross-compilation.

* gnu/packages/readline.scm (readline)[arguments]: Add
  "bash_cv_wcwidth_broken=no" to #:configure-flags
  when (%current-target-system) is true.
Next