~ruther/guix-local

6ad2e17e — Eric Bavier 11 years ago
gnu: Add bool.

* gnu/packages/search.scm (bool): New variable.
1600544a — Mark H Weaver 11 years ago
gnu: icu4c: Update to 55.1.

* gnu/packages/icu4c.scm (icu4c): Update to 55.1.
4cbaf2ab — Ricardo Wurmus 11 years ago
gnu: icedtea6: Add target-dependent include directory to CPATH.

* gnu/packages/java.scm (gcj-4.8)[arguments]: Add target-dependent GCJ include
  directory to CPATH environment variable.
73b6cf42 — 宋文武 11 years ago
gnu: gnome-icon-theme: Move GTK+ and icon-naming-utils to 'native-inputs'.

* gnu/packages/gnome.scm (gnome-icon-theme): Move inputs to native-inputs.
b32f58dd — 宋文武 11 years ago
gnu: gnome-icon-theme: Update to 3.12.0.

* gnu/packages/gnome.scm (gnome-icon-theme): Update to 3.12.0.
8ce229fc — Ludovic Courtès 11 years ago
doc: Make 'guix publish' more visible.

* doc/guix.texi (Substitutes): Add xref to "Invoking guix publish".
  (Invoking guix publish): Add xref to "Substitutes".  Explain what
  Hydra is.
4705641f — Ludovic Courtès 11 years ago
doc: "GSD" -> "GuixSD".

* doc/guix.texi: Replace "GSD" with "GuixSD".
ae806096 — Ludovic Courtès 11 years ago
doc: Use @indicateurl where appropriate.

* doc/guix.texi (Binary Installation, Invoking guix-daemon, System
  Installation): Use @indicateurl instead of @code where appropriate.
b599e9eb — Mark H Weaver 11 years ago
install: desktop.tmpl: Add "netdev" to the user's supplementary groups.

* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
  groups.
efb5e833 — Ludovic Courtès 11 years ago
doc: Document X.509 certificates.

* doc/guix.texi (Using the Configuration System): Add xref to "X.509
  Certificates".
  (X.509 Certificates): New section.
* gnu/system/examples/desktop.tmpl: Use NSS-CERTS.
1303a4a4 — Ludovic Courtès 11 years ago
daemon: Fix possible use-after-free.

This is essentially a backport of
<https://github.com/NixOS/nix/commit/f52b6c944e90b3e35925122779175705fdc02e12>
by Eelco Dolstra <eelco.dolstra@logicblox.com>.

The use-after-free bug would typically manifest when building with
GCC 5.1.
2320ea1a — Andreas Enge 11 years ago
gnu: Add MyThes.

* gnu/packages/libreoffice.scm (mythes): New variable.
1c625dd3 — Andreas Enge 11 years ago
gnu: Add hyphen.

* gnu/packages/libreoffice.scm (hyphen): New variable.
2a9a9441 — Andreas Enge 11 years ago
gnu: Add hunspell.

* gnu/packages/libreoffice.scm (hunspell): New variable.
d49976ed — Ricardo Wurmus 11 years ago
gnu: ardour: Extract RUNPATH phase.

* gnu/packages/audio.scm (ardour-rpath-phase): New procedure.
* gnu/packages/audio.scm (ardour, ardour-3): Generate version-dependent build
  phase with ardour-rpath-phase.
d48c8e7b — Mark H Weaver 11 years ago
gnu: wpa-supplicant: Add security fixes.

* gnu/packages/patches/wpa-supplicant-2015-2-fix.patch,
  gnu/packages/patches/wpa-supplicant-2015-3-fix.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patches.
1ec78e9d — Eric Bavier 11 years ago
gnu: octave: Add fftw, arpack, and glu inputs.

* gnu/packages/maths.scm (octave)[inputs]: Add fftw, fftwf, arpack,
  and glu.
  [description]: Wrap to 80 columns.
d7fdab25 — Ludovic Courtès 11 years ago
build: check-final-inputs-self-contained uses %HYDRA-SUPPORTED-SYSTEMS.

* build-aux/check-final-inputs-self-contained.scm: Change
  '%supported-systems' to '%hydra-supported-systems'.
487abff6 — Ludovic Courtès 11 years ago
nls: Add package files for translation.

* po/packages/POTFILES.in: Add a bunch of files.
fc8a431c — Ludovic Courtès 11 years ago
gnu: libcdio: Synchronize description.

* gnu/packages/cdrom.scm (libcdio)[description]: Synchronize with GNU.
Next