~ruther/guix-local

ref: 2e9511dfbdb5ddd78c2f205c4ca7fc23738d79f8 guix-local/gnu d---------
c6d33a9d — Ludovic Courtès 10 years ago
gnu: Adjust packages to new handling of propagated inputs.

This is a followup to 161094c, which gets rid of the "a/b" notation for
propagated inputs.

* gnu/packages/cross-base.scm (cross-gcc-arguments): Change reference from
  "libc/linux-headers" to "linux-headers".
* gnu/packages/emacs.scm (magit-svn): Change "magit/git-modes" to
  "git-modes".
7e512497 — Ludovic Courtès 10 years ago
gnu: util-linux: Fix file name of 'umount' in 'eject'.

Fixes <http://bugs.gnu.org/21010>.
Reported by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.

* gnu/packages/linux.scm (util-linux)[arguments]: Add 'set-umount-file-name'.
1b9cf4ad — Ludovic Courtès 10 years ago
gnu: util-linux: Use 'modify-phases'.

* gnu/packages/linux.scm (util-linux)[arguments]: Use 'modify-phases' instead
  of 'alist-cons-before'.
7a345762 — Mark H Weaver 10 years ago
gnu: corkscrew: Pass triplet instead of system as --build and --host.

This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"

* gnu/packages/ssh.scm (corkscrew)[arguments]: In custom configure phase,
  accept 'build' keyword argument and pass it to configure in --build argument
  and, if not cross-compiling, the --host argument.  Previously, the nix
  system string was passed.
412a2422 — Mark H Weaver 10 years ago
gnu: liba52: Remove --build from configure flags.

This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"

* gnu/packages/video.scm (liba52)[arguments]: Remove --build from configure
  flags.
92e79092 — Mark H Weaver 10 years ago
gnu: sysfsutils-1: Remove --build from configure flags.

This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"

* gnu/packages/linux.scm (sysfsutils-1)[arguments]: Remove field.
28b26cab — Mark H Weaver 10 years ago
gnu: xbindkeys: Remove --build from configure flags.

This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"

* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Remove field.
b2314ca2 — Mark H Weaver 10 years ago
gnu: gmp: Remove --build from configure-flags.

This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
"build-system/gnu: Pass --build=<triplet> to configure by default"

* gnu/packages/multiprecision.scm (gmp)[arguments]: Remove field.
f727ec5b — Ludovic Courtès 10 years ago
gnu: perl: Do not retain references to Binutils and other build-time tools.

* gnu/packages/perl.scm (perl)[arguments]: Pass -Dlibpth and -Dplibpth to
  ./Configure.
aa725117 — Mark H Weaver 10 years ago
gnu: Require NEON on armhf.

* gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): On armhf,
  include --with-fpu=neon.
* doc/guix.texi (GNU Distribution): Document that our armhf port
  requires NEON.
16f71908 — Mark H Weaver 10 years ago
gnu: pcre: Enable more features.

* gnu/packages/pcre.scm (pcre)[arguments]: To configure-flags, add
  "--enable-unicode-properties", "--enable-pcre16", and "--enable-pcre32".
db35fb88 — Mark H Weaver 10 years ago
gnu: bash: Update to 4.3.39.

* gnu/packages/bash.scm (%patch-series-4.3): Add patches 34-39.
47ed8e04 — Mark H Weaver 10 years ago
gnu: texinfo: Add procps to native-inputs to fix tests.

* gnu/packages/texinfo.scm (texinfo)[native-inputs]: Add procps.
  (texinfo-5, texinfo-4)[native-inputs]: Override to be empty.
* gnu/packages/commencement.scm (texinfo-boot0)[texinfo]: Override
  native-inputs to be empty.
8ba24e62 — Mark H Weaver 10 years ago
gnu: nss: Update to 3.19.2.

* gnu/packages/gnuzilla.scm (nss): Update to 3.19.2.
c273728a — Paul van der Walt 10 years ago
gnu: libgpg-error: Update to 1.19.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.19.
f9aec676 — Mark H Weaver 10 years ago
gnu: libidn: Update to 1.31.

* gnu/packages/libidn.scm (libidn): Update to 1.31.
f7b55b04 — Mark H Weaver 10 years ago
gnu: texinfo: Use version 6.0 by default.

* gnu/packages/texinfo.scm (texinfo): Update to 6.0.
  (texinfo-6): Removed.
  (texinfo-5): New variable.
51826574 — Mark H Weaver 10 years ago
gnu: libunistring: Update to 0.9.6.

* gnu/packages/libunistring.scm (libunistring): Update to 0.9.6.
87da4f1e — Mark H Weaver 10 years ago
gnu: mpfr: Update to 3.1.3.

* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.3.
302af59f — Mark H Weaver 10 years ago
gnu: ed: Update to 1.12.

* gnu/packages/ed.scm (ed): Update to 1.12.
Next