~ruther/guix-local

ref: b2a5fa594e66b9d929df11fc7a38e4b367a00a5e guix-local/gnu d---------
b2a5fa59 — Mark H Weaver 10 years ago
install: Omit /, /root, and /var from binary tarball.

* gnu/system/install.scm (self-contained-tarball): Pass
  "./root/.guix-profile", "./var/guix", and "./gnu" to 'tar' command instead
  of ".".
d620ea88 — David Thompson 11 years ago
gnu: Add sfxr.

* gnu/packages/game-development.scm (sfxr): New variable.
5b5ea159 — Ricardo Wurmus 11 years ago
gnu: openblas: Disable DYNAMIC_ARCH on MIPS.

* gnu/packages/maths.scm (openblas)[arguments]: Do not pass DYNAMIC_ARCH when
  building for MIPS.  Also make non-substitutable for MIPS.
10f366e3 — 宋文武 11 years ago
gnu: feh: Update to 2.13.

* gnu/packages/feh.scm (feh): Update to 2.13.
bc11c72c — Alexander Shendi 11 years ago
gnu: mit-scheme: Add libx11 to inputs.

* gnu/packages/scheme.scm (mit-scheme)[inputs]: Add libx11.
f906d30c — Christopher Allan Webber 11 years ago
gnu: Add guile-emacs and guile-for-guile-emacs.

* gnu/packages/guile.scm (guile-for-guile-emacs): New variable.
* gnu/packages/emacs.scm (guile-emacs): New variable.
52031c0a — Mark H Weaver 11 years ago
gnu: xorriso: Update to 1.4.0.

* gnu/packages/cdrom.scm (xorriso): Update to 1.4.0.
ef698bf9 — Eric Bavier 11 years ago
gnu: fltk: Use system zlib, libjpeg, and libpng.

* gnu/packages/fltk.scm (fltk)[inputs]: Add libjpeg, libpng, and zlib.
  [arguments]: Add 'patch-config' phase.
d692678f — 宋文武 11 years ago
gnu: Add xfce4-clipman-plugin.

* gnu/packages/xfce.scm (xfce4-clipman-plugin): New variable.
  (xfce)[propagated-inputs]: Add it.
e53fc0c8 — 宋文武 11 years ago
gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'.

* gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
187731a5 — Andreas Enge 11 years ago
gnu: glu: Propagate input mesa.

* gnu/packages/gl.scm (glu): Propagate input mesa.
6f450b87 — Ludovic Courtès 11 years ago
gnu: gcc-toolchain: Remove 'bin/sh' and 'bin/bash'.

* gnu/packages/commencement.scm (gcc-toolchain)[arguments] <#:builder>: Delete
  'bin/sh' and 'bin/bash'.
5a768308 — Mark H Weaver 11 years ago
gnu: linux-libre: Update to 4.0.4.

* gnu/packages/linux.scm (linux-libre): Update to 4.0.4.
01dbc7e0 — Ludovic Courtès 11 years ago
install: Files in the tarball are all root-owned.

Fixes a thinko introduced in 175ced4.

* gnu/system/install.scm (self-contained-tarball): Use "root:0" as the
  owner and group.
* doc/guix.texi (Binary Installation): Revert 175ced4.
175ced41 — Ludovic Courtès 11 years ago
install: Use the right user and group name for files in the binary tarball.

Suggested by Andreas Enge <andreas@enge.fr>
at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00220.html>.

* gnu/system/install.scm (self-contained-tarball): Pass --owner and
  --group to 'tar'.
* doc/guix.texi (Binary Installation): Move group and account creation
  before extraction.  Make "run the daemon" a separate step.
9bb34f9c — Ludovic Courtès 11 years ago
services: dhcp-client: Turn up the interfaces before calling 'dhclient'.

Somehow, as of Linux 4.0.2, the interfaces are down by default, which
prevents 'dhclient' from actually using them.

* gnu/services/networking.scm (dhcp-client-service): Call
  'set-network-interface-up' on each item of IFACES.
d41a8a07 — Ludovic Courtès 11 years ago
gnu: magit: Install .el files directly under share/emacs/site-lisp.

Fixes a regression introduced in 7e4871b.

* gnu/packages/emacs.scm (magit)[arguments]: Add #:make-flags.
7e4871ba — Ludovic Courtès 11 years ago
gnu: magit: Update to 1.4.1.

* gnu/packages/emacs.scm (magit)[source, version]: Update to 1.4.1
  [propagated-inputs]: New field.
  [arguments]: Add #:test-target.  Add 'augment-load-path' phase.
2c047b4a — Ludovic Courtès 11 years ago
gnu: magit: Move Emacs to 'native-inputs'.

* gnu/packages/emacs.scm (magit): Move EMACS-NO-X from 'inputs' to
  'native-inputs'.
c466bfd1 — Ludovic Courtès 11 years ago
gnu: magit: Use 'modify-phases'.

* gnu/packages/emacs.scm (magit)[arguments]: Use 'modify-phases' instead
  of 'alist-cons-before' & co.
Next