jackhill/guix/guix.git
10 years agoUpdate 'AUTHORS'.
Ludovic Courtès [Sun, 6 Oct 2013 20:57:06 +0000 (22:57 +0200)]
Update 'AUTHORS'.

* AUTHORS: Add Alex, Joshua, and Aljosha.

10 years agoAugment 'TODO'.
Ludovic Courtès [Sun, 6 Oct 2013 20:55:36 +0000 (22:55 +0200)]
Augment 'TODO'.

10 years agognu: Add alsa-utils.
Ludovic Courtès [Sun, 6 Oct 2013 20:36:22 +0000 (22:36 +0200)]
gnu: Add alsa-utils.

* gnu/packages/linux.scm (alsa-utils): New variable.

10 years agognu: xmlto: Keep references to libxml2, libxslt, and util-linux programs.
Ludovic Courtès [Sun, 6 Oct 2013 20:13:04 +0000 (22:13 +0200)]
gnu: xmlto: Keep references to libxml2, libxslt, and util-linux programs.

* gnu/packages/xml.scm (xmlto): Add 'arguments' field.
  [inputs]: Add libxml2 and libxslt.

10 years agognu: Gracefully handle circular dependencies between 'base' and 'linux'.
Ludovic Courtès [Sun, 6 Oct 2013 20:01:15 +0000 (22:01 +0200)]
gnu: Gracefully handle circular dependencies between 'base' and 'linux'.

* gnu/packages/base.scm (linux-libre-headers-boot0): Turn into a thunk.
  User updated.

10 years agognu: pari-gp: Update to 2.5.5.
Andreas Enge [Sun, 6 Oct 2013 13:40:37 +0000 (15:40 +0200)]
gnu: pari-gp: Update to 2.5.5.

* gnu/packages/algebra.scm (pari-gp): Update to 2.5.5.

10 years agognu: mutt: Add input gpgme.
Andreas Enge [Sun, 6 Oct 2013 11:31:02 +0000 (13:31 +0200)]
gnu: mutt: Add input gpgme.

* gnu/packages/mail.scm (mutt): Add input gpgme.

10 years agognu: Add gpgme.
Andreas Enge [Sun, 6 Oct 2013 10:15:17 +0000 (12:15 +0200)]
gnu: Add gpgme.

* gnu/packages/gnupg.scm (gpgme): New variable.

10 years agognu: icu4c: Patch RUNPATH of libraries.
Andreas Enge [Sun, 6 Oct 2013 09:54:46 +0000 (11:54 +0200)]
gnu: icu4c: Patch RUNPATH of libraries.

* gnu/packages/icu4c.scm (icu4c): Elf-patch RUNPATH of libraries, for instance
    of libicuuc.so.

10 years agognu: cdparanoia: Fix links of internal libraries into binary.
Andreas Enge [Sun, 6 Oct 2013 08:01:02 +0000 (10:01 +0200)]
gnu: cdparanoia: Fix links of internal libraries into binary.

* gnu/packages/cdrom.scm (cdparanoia): Use patchelf to link internal libraries
    into binary.

10 years agognu: Add libsigc++ and glibmm.
Ludovic Courtès [Sat, 5 Oct 2013 22:24:06 +0000 (00:24 +0200)]
gnu: Add libsigc++ and glibmm.

* gnu/packages/glib.scm (libsigc++, glibmm): New variable.

10 years agognu: gobject-introspection: Export via #:export.
Ludovic Courtès [Sat, 5 Oct 2013 21:45:35 +0000 (23:45 +0200)]
gnu: gobject-introspection: Export via #:export.

* gnu/packages/glib.scm: Export 'gobject-instrospection' via the
  #:export clause.

10 years agognu: Add freeglut, glu, and FTGL.
Joshua S. Grant [Sun, 29 Sep 2013 20:49:53 +0000 (15:49 -0500)]
gnu: Add freeglut, glu, and FTGL.

* gnu/packages/gl.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
10 years agognu: ao: Build PulseAudio back-end.
Ludovic Courtès [Sat, 5 Oct 2013 15:14:29 +0000 (17:14 +0200)]
gnu: ao: Build PulseAudio back-end.

* gnu/packages/oggvorbis.scm (ao): Add PulseAudio as an input.

10 years agognu: oggvorbis: Use #:export clause.
Ludovic Courtès [Sat, 5 Oct 2013 15:03:48 +0000 (17:03 +0200)]
gnu: oggvorbis: Use #:export clause.

* gnu/packages/oggvorbis.scm: Use #:export clause instead of
  'define-public'.

10 years agognu: pulseaudio: Add dependency on libcap.
Ludovic Courtès [Sat, 5 Oct 2013 14:52:20 +0000 (16:52 +0200)]
gnu: pulseaudio: Add dependency on libcap.

* gnu/packages/pulseaudio.scm (pulseaudio): Add dependency on libcap.

10 years agognu: Add libcap.
Ludovic Courtès [Sat, 5 Oct 2013 14:47:12 +0000 (16:47 +0200)]
gnu: Add libcap.

* gnu/packages/linux.scm (libcap): New variable.

10 years agodownload: Add Debian mirrors.
Ludovic Courtès [Sat, 5 Oct 2013 14:45:39 +0000 (16:45 +0200)]
download: Add Debian mirrors.

* guix/download.scm (%mirrors)[debian]: New set of mirrors.

10 years agognu: gnupg: Upgrade to 2.0.22.
Ludovic Courtès [Sat, 5 Oct 2013 14:01:42 +0000 (16:01 +0200)]
gnu: gnupg: Upgrade to 2.0.22.

* gnu/packages/gnupg.scm (gnupg): Update to 2.0.22. This release fixes
  security issue CVE-2013-4402 in the OpenPGP packet parser.

10 years agognu: Add PulseAudio and related libraries.
Ludovic Courtès [Fri, 4 Oct 2013 20:45:49 +0000 (22:45 +0200)]
gnu: Add PulseAudio and related libraries.

* gnu/packages/pulseaudio.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: Add FFTW.
Ludovic Courtès [Fri, 4 Oct 2013 20:20:56 +0000 (22:20 +0200)]
gnu: Add FFTW.

* gnu/packages/algebra.scm (fftw): New variable.

10 years agognu: Add libxkbcommon.
Andreas Enge [Fri, 4 Oct 2013 17:10:29 +0000 (19:10 +0200)]
gnu: Add libxkbcommon.

* gnu/packages/qt.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: xorg: Add xcb-util-renderutil.
Andreas Enge [Thu, 3 Oct 2013 22:36:50 +0000 (00:36 +0200)]
gnu: xorg: Add xcb-util-renderutil.

* gnu/packages/xorg.scm (xcb-util-renderutil): New variable.

10 years agognu: xorg: Add xcb-util-keysyms.
Andreas Enge [Thu, 3 Oct 2013 22:17:07 +0000 (00:17 +0200)]
gnu: xorg: Add xcb-util-keysyms.

* gnu/packages/xorg.scm (xcb-util-keysyms): New variable.

10 years agognu: xorg: Add xcb-util-image.
Andreas Enge [Thu, 3 Oct 2013 22:11:06 +0000 (00:11 +0200)]
gnu: xorg: Add xcb-util-image.

* gnu/packages/xorg.scm (xcb-util-image): New variable.

10 years agognu: xorg: Add xcb-util.
Andreas Enge [Thu, 3 Oct 2013 22:02:02 +0000 (00:02 +0200)]
gnu: xorg: Add xcb-util.

* gnu/packages/xorg.scm (xcb-util): New variable.
* gnu/packages/xorg.scm (xcb-util-wm): Expand the description.

10 years agognu: xorg: Add xcb-util-wm.
Andreas Enge [Thu, 3 Oct 2013 21:23:26 +0000 (23:23 +0200)]
gnu: xorg: Add xcb-util-wm.

* gnu/packages/xorg.scm (xcb-util-wm): New variable.

10 years agognu: Add Netcat.
Ludovic Courtès [Thu, 3 Oct 2013 21:05:21 +0000 (23:05 +0200)]
gnu: Add Netcat.

* gnu/packages/system.scm (netcat): New variable.

10 years agomonads: Allow resolution of a monad's bind/return at expansion time.
Ludovic Courtès [Wed, 2 Oct 2013 19:58:19 +0000 (21:58 +0200)]
monads: Allow resolution of a monad's bind/return at expansion time.

* guix/monads.scm (<monad>): Turn in a raw SRFI-9 record type.
  (define-monad): New macro.
  (with-monad): Add a case for when MONAD is a macro.
  (identity-return, identity-bind, store-return, store-bind): Inline.
  (%identity-monad, %store-monad): Use 'define-monad'.
* tests/monads.scm ("monad?"): New test.

10 years agognu: vm: Rewrite helper functions as monadic functions.
Ludovic Courtès [Thu, 3 Oct 2013 19:30:30 +0000 (21:30 +0200)]
gnu: vm: Rewrite helper functions as monadic functions.

* gnu/system/dmd.scm (host-name-service, nscd-service, mingetty-service,
  syslog-service, guix-service, static-networking-service): Rewrite as
  monadic functions.
  (dmd-configuration-file): Use 'text-file' instead of
  'add-text-to-store'.
* gnu/system/grub.scm (grub-configuration-file): Rewrite as a monadic
  function.
* gnu/system/linux.scm (pam-services->directory): Likewise.
* gnu/system/shadow.scm (group-file, passwd-file, guix-build-accounts):
  Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image,
  union, system-qemu-image): Likewise.

10 years agoAdd (guix monads).
Ludovic Courtès [Thu, 3 Oct 2013 20:45:25 +0000 (22:45 +0200)]
Add (guix monads).

* guix/monads.scm: New file.
* tests/monads.scm: New file.
* Makefile.am (MODULES): Add guix/monads.scm.
  (SCM_TESTS): Add tests/monads.scm.
* doc/guix.texi (The Store Monad): New node.
  (The Store): Reference it.

10 years agognu: libxcb: Enable xcb-xkb.
Andreas Enge [Thu, 3 Oct 2013 20:46:54 +0000 (22:46 +0200)]
gnu: libxcb: Enable xcb-xkb.

* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".

10 years agognu: gnome: Add brasero.
Andreas Enge [Thu, 3 Oct 2013 12:51:49 +0000 (14:51 +0200)]
gnu: gnome: Add brasero.

* gnu/packages/gnome.scm (brasero): New variable; not totally usable due to
    lacking inputs.

10 years agognu: Add hicolor-icon-theme.
Andreas Enge [Wed, 2 Oct 2013 20:44:02 +0000 (22:44 +0200)]
gnu: Add hicolor-icon-theme.

* gnu/packages/gnome.scm (hicolor-icon-theme): New variable.

10 years agognu: gnome: Add gnome-icon-theme.
Andreas Enge [Wed, 2 Oct 2013 20:22:21 +0000 (22:22 +0200)]
gnu: gnome: Add gnome-icon-theme.

* gnu/packages/gnome.scm (gnome-icon-theme): New variable.

10 years agognu: Add icon-naming-utils.
Andreas Enge [Wed, 2 Oct 2013 20:15:00 +0000 (22:15 +0200)]
gnu: Add icon-naming-utils.

* gnu/packages/gnome.scm (icon-naming-utils): New variable.

10 years agognu: Add perl-xml-simple.
Andreas Enge [Wed, 2 Oct 2013 19:46:44 +0000 (21:46 +0200)]
gnu: Add perl-xml-simple.

* gnu/packages/xml.scm (perl-xml-simple): New variable.

10 years agognu: gnome: Add gsettings-desktop-schemas.
Andreas Enge [Wed, 2 Oct 2013 17:44:55 +0000 (19:44 +0200)]
gnu: gnome: Add gsettings-desktop-schemas.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): New variable.

10 years agognu: xnee: Drop input gtk+.
Andreas Enge [Wed, 2 Oct 2013 13:21:17 +0000 (15:21 +0200)]
gnu: xnee: Drop input gtk+.

* gnu/packages/xnee.scm (xnee): Drop unused input gtk+.

10 years agognu: itstool: Really push the modification announced in 9000d556.
Andreas Enge [Wed, 2 Oct 2013 12:33:48 +0000 (14:33 +0200)]
gnu: itstool: Really push the modification announced in 9000d556.

* gnu/packages/glib.scm (itstool): Do as announced in 9000d556.

10 years agognu: itstool: Add propagated inputs python-2 and libxml2.
Andreas Enge [Wed, 2 Oct 2013 11:53:19 +0000 (13:53 +0200)]
gnu: itstool: Add propagated inputs python-2 and libxml2.

* gnu/packages/glib.scm (itstool): Add propagated input python-2; it is needed
    to rewrite the shebang in the output python script and must be propagated
    so that PYTHONPATH gets set when using itstool; and libxml2, imported as a
    module by the script.

10 years agognu: Add libcanberra.
Andreas Enge [Wed, 2 Oct 2013 11:39:17 +0000 (13:39 +0200)]
gnu: Add libcanberra.

* gnu/packages/libcanberra.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: libvorbis: Propagate input libogg.
Andreas Enge [Wed, 2 Oct 2013 11:34:03 +0000 (13:34 +0200)]
gnu: libvorbis: Propagate input libogg.

* gnu/packages/oggvorbis.scm (libvorbis): Propagate input libogg, as
    stipulated by the pkg-config files.

10 years agognu: gnome: Add libnotify.
Andreas Enge [Wed, 2 Oct 2013 11:19:21 +0000 (13:19 +0200)]
gnu: gnome: Add libnotify.

* gnu/packages/gnome.scm (libnotify): New variable.

10 years agognu: racket: Revert input from gtk+-3 to gtk+-2.
Andreas Enge [Wed, 2 Oct 2013 11:03:29 +0000 (13:03 +0200)]
gnu: racket: Revert input from gtk+-3 to gtk+-2.

* gnu/packages/scheme.scm (racket): Revert input from gtk+-3 to gtk+-2.

10 years agognu: gtk+: Propagate inputs.
Andreas Enge [Tue, 1 Oct 2013 20:59:06 +0000 (22:59 +0200)]
gnu: gtk+: Propagate inputs.

* gnu/packages/gtk.scm (gtk+): Propagate inputs at-spi2-atk, libxi and
    libxinerama.

10 years agognu: Revert inputs from gtk+-3 to gtk+-2.
Andreas Enge [Tue, 1 Oct 2013 19:27:26 +0000 (21:27 +0200)]
gnu: Revert inputs from gtk+-3 to gtk+-2.

* gnu/packages/cdrom.scm (dvdisaster): Replace input gtk+ by gtk+-2.
* gnu/packages/emacs.scm (emacs): Replace input gtk+ by gtk+-2.
* gnu/packages/geeqie.scm (geeqie): Replace input gtk+ by gtk+-2.
* gnu/packages/gkrellm.scm (gkrellm): Replace input gtk+ by gtk+-2.
* gnu/packages/mp3.scm (ripperx): Replace input gtk+ by gtk+-2.
* gnu/packages/scheme.scm: Drop duplicate inclusion of module gtk.

10 years agognu: gtk+-2: Update to 2.24.21.
Andreas Enge [Tue, 1 Oct 2013 18:25:30 +0000 (20:25 +0200)]
gnu: gtk+-2: Update to 2.24.21.

* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.21, add inputs perl and
    python.

10 years agognu: Add Gtk+ 3.
Andreas Enge [Tue, 1 Oct 2013 17:46:45 +0000 (19:46 +0200)]
gnu: Add Gtk+ 3.

* gnu/packages/gtk.scm (gtk+): Switch to version 3.10.0.
* gnu/packages/gtk.scm (gtk+-2): New name for version 2.24.20.

10 years agognu: Drop gtk+-3, erroneously pushed in the previous commit.
Andreas Enge [Mon, 30 Sep 2013 22:29:42 +0000 (00:29 +0200)]
gnu: Drop gtk+-3, erroneously pushed in the previous commit.

* gnu/packages/gtk.scm (gtk+-3): Delete variable.

10 years agognu: Add at-spi2-atk.
Andreas Enge [Mon, 30 Sep 2013 22:26:54 +0000 (00:26 +0200)]
gnu: Add at-spi2-atk.

* gnu/packages/gtk.scm (at-spi2-atk): New variable.

10 years agognu: atk: Update to 2.10.0.
Andreas Enge [Mon, 30 Sep 2013 22:23:43 +0000 (00:23 +0200)]
gnu: atk: Update to 2.10.0.

* gnu/packages/gtk.scm (atk): Update to 2.10.0.

10 years agognu: Add at-spi2-core.
Andreas Enge [Mon, 30 Sep 2013 22:08:45 +0000 (00:08 +0200)]
gnu: Add at-spi2-core.

* gnu/packages/gtk.scm (at-spi2-core): New variable.

10 years agognu: libxi: Propagate inputs inputproto and libx11.
Andreas Enge [Mon, 30 Sep 2013 21:35:01 +0000 (23:35 +0200)]
gnu: libxi: Propagate inputs inputproto and libx11.

* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11,
    as stipulated by xi.pc.

10 years agognu: glib: Update to 2.38.0.
Andreas Enge [Mon, 30 Sep 2013 20:19:35 +0000 (22:19 +0200)]
gnu: glib: Update to 2.38.0.

* gnu/packages/glib.scm (glib): Update to 2.38.0 and drop rewriting of GTESTER.
* gnu/packages/patches/glib-tests-homedir.patch: Update patch for 2.38.0.
* gnu/packages/patches/glib-tests-desktop.patch: Update patch for 2.38.0 and
    drop test dbus-appinfo.

10 years agognu: Add gobject-introspection.
Cyril Roelandt [Sun, 29 Sep 2013 15:24:31 +0000 (17:24 +0200)]
gnu: Add gobject-introspection.

* gnu/packages/glib.scm (gobject-introspection): New variable.

10 years agognu: git: Add graphical tools to the "gui" output.
Ludovic Courtès [Sun, 29 Sep 2013 19:55:41 +0000 (21:55 +0200)]
gnu: git: Add graphical tools to the "gui" output.

* gnu/packages/version-control.scm (git): Add "gui" output.  Add Tcl/Tk
  as inputs.  Add #:configure-flags.  Augment 'split' phase to handle
  graphical user interfaces.

10 years agognu: git: Do not retain reference from "out" to Subversion.
Ludovic Courtès [Sun, 29 Sep 2013 19:18:53 +0000 (21:18 +0200)]
gnu: git: Do not retain reference from "out" to Subversion.

* gnu/packages/version-control.scm (git): Wrap 'git-svn', not 'git', for
  PERL5LIB and LD_LIBRARY_PATH.

10 years agoAdd httpd
Aljosha Papsch [Sun, 29 Sep 2013 18:55:47 +0000 (20:55 +0200)]
Add httpd

* gnu/packages/web.scm (httpd): New variable
* gnu-system.am (GNU_SYSTEM_MODULES): Add it

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
10 years agognu: bzip2: Allow cross-compilation.
Ludovic Courtès [Sun, 29 Sep 2013 15:22:08 +0000 (17:22 +0200)]
gnu: bzip2: Allow cross-compilation.

Reported by Nikita Karetnikov <nikita@karetnikov.org>.

* gnu/packages/compression.scm (bzip2): Add 'set-cross-environment'
  phase for cross-compilation.

10 years agognu: git: Add "svn" output for 'git-svn'.
Ludovic Courtès [Sun, 29 Sep 2013 15:30:04 +0000 (17:30 +0200)]
gnu: git: Add "svn" output for 'git-svn'.

* gnu/packages/version-control.scm (git): Add SUBVERSION as an input.
  Add 'split' phase.

10 years agognu: subversion: Install Perl bindings.
Ludovic Courtès [Sun, 29 Sep 2013 14:57:50 +0000 (16:57 +0200)]
gnu: subversion: Install Perl bindings.

* gnu/packages/version-control.scm (subversion): Add
  'install-perl-bindings' phase.

10 years agognu: Add SWIG.
Ludovic Courtès [Sun, 29 Sep 2013 13:38:11 +0000 (15:38 +0200)]
gnu: Add SWIG.

* gnu/packages/swig.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: libmicrohttpd: Update to 0.9.30.
Ludovic Courtès [Sun, 29 Sep 2013 12:46:20 +0000 (14:46 +0200)]
gnu: libmicrohttpd: Update to 0.9.30.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.30.

10 years agognu: flex: Use Bison 2.7 for tests.
Ludovic Courtès [Sun, 29 Sep 2013 10:44:25 +0000 (12:44 +0200)]
gnu: flex: Use Bison 2.7 for tests.

* gnu/packages/bison.scm (bison): Move FLEX to 'inputs', and remove the
  hack that turned off its test suite.
* gnu/packages/flex.scm (flex): Add 'bison-for-tests' in 'inputs', and
  use that to run the tests.

10 years agoUpdate 'pt_BR.po'.
Ludovic Courtès [Sun, 29 Sep 2013 09:29:27 +0000 (11:29 +0200)]
Update 'pt_BR.po'.

10 years agognu: Add Skribilo.
Ludovic Courtès [Sat, 28 Sep 2013 20:43:48 +0000 (22:43 +0200)]
gnu: Add Skribilo.

* gnu/packages/skribilo.scm (skribilo): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

10 years agognu: Add Guile-Cairo.
Ludovic Courtès [Sat, 28 Sep 2013 19:42:02 +0000 (21:42 +0200)]
gnu: Add Guile-Cairo.

* gnu/packages/gtk.scm (guile-cairo): New variable.

10 years agognu: xorriso: Update to 1.3.2.
Ludovic Courtès [Sat, 28 Sep 2013 14:36:39 +0000 (16:36 +0200)]
gnu: xorriso: Update to 1.3.2.

* gnu/packages/cdrom.scm (xorriso): Update to 1.3.2.

10 years agognu: lightning: Update to 2.0.1.
Ludovic Courtès [Sat, 28 Sep 2013 14:35:11 +0000 (16:35 +0200)]
gnu: lightning: Update to 2.0.1.

* gnu/packages/lightning.scm (lightning): Update to 2.0.1.

10 years agognu: freeipmi: Update to 1.3.2.
Ludovic Courtès [Sat, 28 Sep 2013 14:30:20 +0000 (16:30 +0200)]
gnu: freeipmi: Update to 1.3.2.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.3.2.

10 years agognu: gdb: Update to 7.6.1.
Ludovic Courtès [Sat, 28 Sep 2013 14:29:52 +0000 (16:29 +0200)]
gnu: gdb: Update to 7.6.1.

* gnu/packages/gdb.scm (gdb): Update to 7.6.1.

10 years agognu: bison: Update to 3.0.
Ludovic Courtès [Fri, 27 Sep 2013 20:06:38 +0000 (22:06 +0200)]
gnu: bison: Update to 3.0.

* gnu/packages/bison.scm (bison): Update to 3.0.  Make Perl a native
  input.  Add a variant of Flex as a native input.  Use #:export instead
  of 'define-public'.
* gnu/packages/flex.scm (flex): Use #:export instead of 'define-public'.

10 years agognu: units: Update to 2.02.
Ludovic Courtès [Fri, 27 Sep 2013 20:05:08 +0000 (22:05 +0200)]
gnu: units: Update to 2.02.

* gnu/packages/maths.scm (units): Update to 2.02.

10 years agognu: texinfo: Update to 5.2.
Ludovic Courtès [Fri, 27 Sep 2013 20:02:50 +0000 (22:02 +0200)]
gnu: texinfo: Update to 5.2.

* gnu/packages/texinfo.scm (texinfo): Update to 5.2.

10 years agognu: global: Update to 6.2.9.
Ludovic Courtès [Fri, 27 Sep 2013 20:00:30 +0000 (22:00 +0200)]
gnu: global: Update to 6.2.9.

* gnu/packages/global.scm (global): Update to 6.2.9.

10 years agobuild: Bump version to 0.5.
Ludovic Courtès [Fri, 27 Sep 2013 19:10:20 +0000 (21:10 +0200)]
build: Bump version to 0.5.

* configure.ac: Switch to 0.5.

10 years agognu: guix: Update to 0.4.
Ludovic Courtès [Fri, 27 Sep 2013 19:09:02 +0000 (21:09 +0200)]
gnu: guix: Update to 0.4.

* gnu/packages/package-management.scm (guix): Update to 0.4.
  (guix-0.4): Remove.
* gnu/system/vm.scm (qemu-image, system-qemu-image): Use GUIX instead of
  GUIX-0.4.

10 years agognu: vm: Remove erroneous store reference.
Ludovic Courtès [Fri, 27 Sep 2013 19:06:35 +0000 (21:06 +0200)]
gnu: vm: Remove erroneous store reference.

* gnu/system/vm.scm (system-qemu-image): Remove reference from BOOT to
  MINGETTY since MINGETTY may not be valid yet.

10 years agoUpdate '.po' files.
Ludovic Courtès [Fri, 27 Sep 2013 12:32:16 +0000 (14:32 +0200)]
Update '.po' files.

10 years agognu: vm: Add more packages to the profile.
Ludovic Courtès [Fri, 27 Sep 2013 11:28:52 +0000 (13:28 +0200)]
gnu: vm: Add more packages to the profile.

* gnu/system/vm.scm (system-qemu-image): Add grep, sed, and Findutils to
  the profile.

10 years agodoc: Fix typos.
Nikita Karetnikov [Fri, 27 Sep 2013 08:22:02 +0000 (08:22 +0000)]
doc: Fix typos.

* doc/guix.texi: Fix typos.

10 years agoUpdate 'NEWS'.
Ludovic Courtès [Fri, 27 Sep 2013 06:44:55 +0000 (08:44 +0200)]
Update 'NEWS'.

10 years agognu: module-init-tools: Remove reference to unavailable man page tarball.
Ludovic Courtès [Fri, 27 Sep 2013 06:41:19 +0000 (08:41 +0200)]
gnu: module-init-tools: Remove reference to unavailable man page tarball.

Fixes <http://bugs.gnu.org/15187>.
Reported by Mark H. Weaver <mhw@netris.org>.

* gnu/packages/linux.scm (module-init-tools): Remove reference to
  Gentoo's pre-built man pages and 'unpack-man-pages' phase.  Add
  'fake-docbook' phases.

10 years agoUpdate 'NEWS'.
Ludovic Courtès [Thu, 26 Sep 2013 23:50:59 +0000 (01:50 +0200)]
Update 'NEWS'.

10 years agognu: guix: Remove warning about 0.4 hack.
Ludovic Courtès [Thu, 26 Sep 2013 23:39:52 +0000 (01:39 +0200)]
gnu: guix: Remove warning about 0.4 hack.

* gnu/packages/package-management.scm (guix-0.4): Remove warning.

10 years agoMerge branch 'core-updates'
Ludovic Courtès [Thu, 26 Sep 2013 23:30:57 +0000 (01:30 +0200)]
Merge branch 'core-updates'

10 years agodoc: Link from "guix gc" to '--delete-generations'.
Ludovic Courtès [Thu, 26 Sep 2013 23:26:26 +0000 (01:26 +0200)]
doc: Link from "guix gc" to '--delete-generations'.

* doc/guix.texi (Invoking guix package): Mention that deleting
  generations prevents roll-back.
  (Invoking guix gc): Link to '--delete-generations'.

10 years agoguix package: '--delete-generations' deletes generations older than specified.
Ludovic Courtès [Thu, 26 Sep 2013 23:17:01 +0000 (01:17 +0200)]
guix package: '--delete-generations' deletes generations older than specified.

* guix/scripts/package.scm (matching-generations): Add
  'duration-relation' keyword parameter.
  (guix-package)[process-action](delete-generations): Pass
  #:duration-relation >.
* tests/guix-package.sh: Add test.
* doc/guix.texi (Invoking guix package): Clarify the meaning of
  durations for '--list-durations' and '--delete-durations'.

10 years agotests: Fix typo.
Ludovic Courtès [Thu, 26 Sep 2013 23:07:37 +0000 (01:07 +0200)]
tests: Fix typo.

* tests/guix-package.sh: Add missing "-p" option.

10 years agognu: vm: Add a few packages to the default profile.
Ludovic Courtès [Thu, 26 Sep 2013 22:45:53 +0000 (00:45 +0200)]
gnu: vm: Add a few packages to the default profile.

* gnu/system/vm.scm (system-qemu-image): Add procps, psmisc, and Zile to
  the default profile.  Increase the image size to 550 MiB.

10 years agognu: dmd: Make the 'networking' service slightly more robust.
Ludovic Courtès [Thu, 26 Sep 2013 22:41:33 +0000 (00:41 +0200)]
gnu: dmd: Make the 'networking' service slightly more robust.

* gnu/system/dmd.scm (static-networking-service)[start]: Sleep before
  running 'route', to leave time for the interface to come up.
  [stop]: Run "route del -net default".

10 years agognu: vm: Set the right permissions and ownership on directories.
Ludovic Courtès [Thu, 26 Sep 2013 22:35:50 +0000 (00:35 +0200)]
gnu: vm: Set the right permissions and ownership on directories.

* gnu/system/vm.scm (qemu-image): Change the store's mode to #o1775.
  Support 'populate' clauses that specify a UID and GID.
  (system-qemu-image): Make sure /nix/store has owner 'root' and group
  'guixbuild'.  Set the right owner for /home/guest.  Create
  /var/nix/profiles/per-user/{root,guest}.

10 years agognu: linux-initrd: Mount /tmp as a tmpfs.
Ludovic Courtès [Thu, 26 Sep 2013 22:33:15 +0000 (00:33 +0200)]
gnu: linux-initrd: Mount /tmp as a tmpfs.

* gnu/packages/linux-initrd.scm (gnu-system-initrd): Make sure /root/tmp
  exists; mount it as a tmpfs.

10 years agognu: vm: Add build users.
Ludovic Courtès [Thu, 26 Sep 2013 21:28:17 +0000 (23:28 +0200)]
gnu: vm: Add build users.

* gnu/system/shadow.scm (guix-build-accounts): New procedure.
* gnu/system/vm.scm (system-qemu-image): Use it.  Add the "guixbuild"
  group.
* gnu/system/dmd.scm (guix-service): Add 'builder-group' parameter.
  Pass 'guix-daemon' the '--build-users-group' option.

10 years agognu: vm: Add /etc/{services,protocols,rpc} to the image.
Ludovic Courtès [Thu, 26 Sep 2013 21:26:57 +0000 (23:26 +0200)]
gnu: vm: Add /etc/{services,protocols,rpc} to the image.

* gnu/system/vm.scm (system-qemu-image): Link
  /etc/{services,protocols,rpc}.  Add net-base as an input.

10 years agoRun 'guix' with '--no-auto-compile'.
Ludovic Courtès [Thu, 26 Sep 2013 21:25:53 +0000 (23:25 +0200)]
Run 'guix' with '--no-auto-compile'.

* scripts/guix.in: Change '-s' to '--no-auto-compile'.  This avoids
  annoying messages about auto-compilation, and avoids permission denied
  issues when running without write access in the usual places.

10 years agognu: vm: Add a 'guest' account.
Ludovic Courtès [Thu, 26 Sep 2013 20:06:00 +0000 (22:06 +0200)]
gnu: vm: Add a 'guest' account.

* gnu/system/vm.scm (system-qemu-image): Add a "guest" user and a
  "users" user group.  Make /home/guest.  Add /etc/group.  Update
  /etc/issue to mention it.

10 years agognu: shadow: Add record type for user groups.
Ludovic Courtès [Thu, 26 Sep 2013 20:02:02 +0000 (22:02 +0200)]
gnu: shadow: Add record type for user groups.

* gnu/system/shadow.scm (<user-group>): New record type.
  (group-file): New procedure.
* gnu/system/vm.scm (system-qemu-image): Use it.

10 years agognu: shadow: Add record type for user accounts.
Ludovic Courtès [Thu, 26 Sep 2013 19:52:39 +0000 (21:52 +0200)]
gnu: shadow: Add record type for user accounts.

* gnu/system/shadow.scm (<user-account>): New record type.
  (passwd-file): Use it.
* gnu/system/vm.scm (system-qemu-image): Adjust accordingly.