~ruther/guix-local

64ee72e1 — David Thompson 10 years ago
gnu: sdl2-image: Update to 2.0.1.

* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.1.
efd75ade — David Thompson 10 years ago
gnu: sdl2-mixer: Update to 2.0.1.

* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.0.1 and remove bundled
  libraries in source tarball.
a313e085 — David Thompson 10 years ago
gnu: sdl-mixer: Add ModPlug support.

* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add libmodplug.
4c0e59d1 — David Thompson 10 years ago
gnu: sdl2: Update to 2.0.4.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
641d0518 — Mark H Weaver 10 years ago
doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".

* doc/guix.texi (Preparing for Installation): Fix typo.
7c776ddc — David Thompson 10 years ago
gnu: crossguid: Set explicit file name for source checkout.

* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
  satisfy linter.
a01ad638 — David Thompson 10 years ago
environment: container: Create dummy home directory and /etc/passwd.

* guix/scripts/environment.scm (launch-environment/container): Change
$HOME to the current user's home directory instead of
/homeless-shelter.  Create a dummy /etc/passwd with a single entry for
the current user.
* doc/guix.texi ("invoking guix environment"): Add a note about the
dummy home directory and /etc/passwd.
bf9eacd2 — Ludovic Courtès 10 years ago
doc: Mention 'guix challenge' in "Features".

* doc/guix.texi (Features): Mention trust and 'guix challenge'.
6f773606 — Ludovic Courtès 10 years ago
doc: Rephrase introduction to give a better overview.

Suggested by myglc2 <myglc2@gmail.com>.

* doc/guix.texi (Introduction): Rephrase to mention features and use
cases first, and foundations last.
(Features): Mention "GuixSD".
(Utilities): Change intro: not all the tools are for packagers.
c7762233 — Mark H Weaver 10 years ago
Revert "gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283]."

This reverts commit 6458876597d292ea06f0d41048948fd801cedb8a.
15bdd91c — Leo Famulari 10 years ago
gnu: diffoscope: Update to 51.

* gnu/packages/package-management.scm (diffoscope): Update to 51.
54c30ebc — Leo Famulari 10 years ago
gnu: python-atomicwrites: Update to 1.0.0.

* gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites):
Update to 1.0.0.
64588765 — Mark H Weaver 10 years ago
gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283].

* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat-2.1.1): New variable.
7adbe85e — Ludovic Courtès 10 years ago
syscalls: 'interface-address' can return #f.

Fixes <http://bugs.gnu.org/22612>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* tests/syscalls.scm ("network-interfaces returns one or more
interfaces"): Accept 'interface-address' value of #f.
001dae0d — Ludovic Courtès 10 years ago
syscalls: <interface> printer correctly handles lack of sockaddr.

Reported by Danny Milosavljevic <dannym@scratchpost.org>
in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22612#16>.

* guix/build/syscalls.scm (write-interface): Check whether ADDRESS is
true.
a2da8c17 — Ludovic Courtès 10 years ago
gnu: guix: Update development snapshot to dd21308.

* gnu/packages/package-management.scm (guix-devel): Update to dd21308.
7affb2c1 — Ricardo Wurmus 10 years ago
gnu: lilypond: Fix check for fontforge version.

* gnu/packages/music.scm (lilypond)[arguments]: Patch configure script
  to find actual fontforge version.
dd213082 — John Darrington 10 years ago
gnu: postgresql: Substitute hard coded "/bin/sh".

* gnu/packages/databses.scm (postgresql): substitute /bin/sh
with location of bash binary.
43a58615 — Leo Famulari 10 years ago
gnu: htop: Update to 2.0.1.

* gnu/packages/admin.scm (htop): Update to 2.0.1.
622b2304 — Ludovic Courtès 10 years ago
doc: We now need 1 GiB for the installation USB image.

* doc/guix.texi (Building the Installation Image): Change image size to 1G.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise.
Next