jackhill/guix/guix.git
9 years agomonads: Add 'mwhen' and 'munless'.
Ludovic Courtès [Tue, 2 Dec 2014 09:11:11 +0000 (10:11 +0100)]
monads: Add 'mwhen' and 'munless'.

* guix/monads.scm (mbegin): Add special '%current-monad' syntactic
  keyword.
  (mwhen, munless): New macros.

9 years agoguix system: Use 'mbegin' for 'install'.
Ludovic Courtès [Mon, 1 Dec 2014 22:07:11 +0000 (23:07 +0100)]
guix system: Use 'mbegin' for 'install'.

* guix/scripts/system.scm (install): Use 'mbegin'.  Lift FORMAT and
  POPULATE-ROOT-FILE-SYSTEM, and use the result.

9 years agognu: Add gourmet.
Eric Bavier [Fri, 21 Nov 2014 04:16:52 +0000 (22:16 -0600)]
gnu: Add gourmet.

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

9 years agognu: Add python2-pygtk.
Eric Bavier [Thu, 20 Nov 2014 02:25:24 +0000 (20:25 -0600)]
gnu: Add python2-pygtk.

* gnu/packages/gtk.scm (python2-pygtk): New variable.

9 years agognu: Add python-pygobject.
Eric Bavier [Wed, 19 Nov 2014 00:57:41 +0000 (18:57 -0600)]
gnu: Add python-pygobject.

* gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch:
  New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (python-pygobject, python2-pygobject-2): New
  variables.

9 years agognu: Add python-pycairo.
Eric Bavier [Fri, 21 Nov 2014 04:37:23 +0000 (22:37 -0600)]
gnu: Add python-pycairo.

* gnu/packages/gtk.scm (python-pycairo, python2-py2cairo): New variables.

9 years agognu: Add python-elib.intl.
Eric Bavier [Fri, 21 Nov 2014 04:36:34 +0000 (22:36 -0600)]
gnu: Add python-elib.intl.

* gnu/packages/python.scm (python-elib.intl, python2-elib.intl): New
  variables.

9 years agognu: Add python-distutils-extra.
Eric Bavier [Fri, 21 Nov 2014 04:35:41 +0000 (22:35 -0600)]
gnu: Add python-distutils-extra.

* gnu/packages/python.scm (python-distutils-extra, python2-distutils-extra):
  New variables.

9 years agognu: Add python-pillow.
Eric Bavier [Fri, 21 Nov 2014 04:34:57 +0000 (22:34 -0600)]
gnu: Add python-pillow.

* gnu/packages/python.scm (python-pillow, python2-pillow): New variables.

9 years agognu: Add python-sqlalchemy.
Eric Bavier [Wed, 19 Nov 2014 00:31:57 +0000 (18:31 -0600)]
gnu: Add python-sqlalchemy.

* gnu/packages/python.scm (python-sqlalchemy, python2-sqlalchemy): New
  variables.

9 years agognu: python: Add sqlite input.
Eric Bavier [Tue, 18 Nov 2014 01:36:01 +0000 (19:36 -0600)]
gnu: python: Add sqlite input.

* gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch,
  gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch: New patches.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/python.scm (python-2)[source]: Add patch.
  [inputs]: Add sqlite.
  (python)[source]: Add patch.

9 years agognu: subversion: Fix libtool wrapper execution in hooks.
Eric Bavier [Tue, 18 Nov 2014 03:22:16 +0000 (21:22 -0600)]
gnu: subversion: Fix libtool wrapper execution in hooks.

* gnu/packages/version-control.scm (subversion)[arguments]: New
  'patch-libtool-wrapper-ls phase.

9 years agognu: Add xclip.
John Darrington [Tue, 2 Dec 2014 14:06:51 +0000 (15:06 +0100)]
gnu: Add xclip.

* gnu/packages/xdisorg.scm (xclip): New variable.

9 years agognu: move xorg to xdisorg
John Darrington [Tue, 2 Dec 2014 13:29:01 +0000 (14:29 +0100)]
gnu: move xorg to xdisorg

* gnu/packages/xorg.scm (xeyes, pixman, libdrm, libdrm-2.4.33, mtdev):
  Move to ...
* gnu/packages/xdisorg.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

9 years agognu: Add numpy.
Federico Beffa [Mon, 1 Dec 2014 12:28:24 +0000 (13:28 +0100)]
gnu: Add numpy.

* gnu/packages/python.scm (python-numpy, python2-numpy): New variables.

9 years agognu: bittorrent: Build with 'glib-or-gtk-build-system'.
Ludovic Courtès [Mon, 1 Dec 2014 21:40:30 +0000 (22:40 +0100)]
gnu: bittorrent: Build with 'glib-or-gtk-build-system'.

Fixes <http://bugs.gnu.org/19128>.

* gnu/packages/bittorrent.scm (transmission)[build-system]: Change to
  GLIB-OR-GTK-BUILD-SYSTEM.
  [arguments]: Add #:glib-or-gtk-wrap-excluded-outputs argument.

9 years agobuild-system/glib-or-gtk: Allow specific outputs to be excluded from wrapping.
Ludovic Courtès [Mon, 1 Dec 2014 21:39:05 +0000 (22:39 +0100)]
build-system/glib-or-gtk: Allow specific outputs to be excluded from wrapping.

* guix/build/glib-or-gtk-build-system.scm (wrap-all-programs): Add
  #:glib-or-gtk-wrap-excluded-outputs parameter and honor it.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Add
  #:glib-or-gtk-wrap-excluded-outputs parameter and pass it in BUILDER.
* doc/guix.texi (Build Systems): Mention it.

9 years agobuild-system/glib-or-gtk: Correctly handle multiple-output packages.
Ludovic Courtès [Mon, 1 Dec 2014 21:24:21 +0000 (22:24 +0100)]
build-system/glib-or-gtk: Correctly handle multiple-output packages.

* guix/build/glib-or-gtk-build-system.scm (wrap-all-programs): Move body
  to 'handle-output' inner procedure, and parametrize it by output name
  and directory.  Call it for each element of OUTPUTS.
  (compile-glib-schemas): Likewise.

9 years agobuild-system/glib-or-gtk: Use 'for-each' and 'cut' as appropriate.
Ludovic Courtès [Mon, 1 Dec 2014 21:15:49 +0000 (22:15 +0100)]
build-system/glib-or-gtk: Use 'for-each' and 'cut' as appropriate.

* guix/build/glib-or-gtk-build-system.scm (wrap-all-programs): Use
  'for-each' instead of 'map' in for-effect contexts.  Use 'cut' instead
  of 'lambda' when appropriate.

9 years agobuild-system/glib-or-gtk: Clean up whitespace.
Ludovic Courtès [Mon, 1 Dec 2014 21:12:23 +0000 (22:12 +0100)]
build-system/glib-or-gtk: Clean up whitespace.

* guix/build/glib-or-gtk-build-system.scm: M-x whitespace-cleanup.

9 years agognu: libgpg-error: Update to 1.17.
Andreas Enge [Mon, 1 Dec 2014 21:39:47 +0000 (22:39 +0100)]
gnu: libgpg-error: Update to 1.17.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.17.

9 years agognu: libtasn1: Update to 4.2.
Andreas Enge [Mon, 1 Dec 2014 21:35:39 +0000 (22:35 +0100)]
gnu: libtasn1: Update to 4.2.

* gnu/packages/gnutls.scm (libtasn1): Update to 4.2.

9 years agognu: parallel: Update to 20141122.
Andreas Enge [Mon, 1 Dec 2014 21:33:44 +0000 (22:33 +0100)]
gnu: parallel: Update to 20141122.

* gnu/packages/parallel.scm (parallel): Update to 20141122.

9 years agognu: ocrad: Update to 0.24.
Andreas Enge [Mon, 1 Dec 2014 21:32:03 +0000 (22:32 +0100)]
gnu: ocrad: Update to 0.24.

* gnu/packages/ocrad.scm (ocrad): Update to 0.24.

9 years agognu: libmicrohttpd: Update to 0.9.38.
Andreas Enge [Mon, 1 Dec 2014 21:30:39 +0000 (22:30 +0100)]
gnu: libmicrohttpd: Update to 0.9.38.

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

9 years agognu: freeipmi: Update to 1.4.6.
Andreas Enge [Mon, 1 Dec 2014 21:24:32 +0000 (22:24 +0100)]
gnu: freeipmi: Update to 1.4.6.

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

9 years agognu: help2man: Update to 1.46.4.
Andreas Enge [Mon, 1 Dec 2014 21:21:18 +0000 (22:21 +0100)]
gnu: help2man: Update to 1.46.4.

* gnu/packages/man.scm (help2man): Update to 1.46.4.

9 years agognu: global: Update to 6.3.3.
Andreas Enge [Mon, 1 Dec 2014 21:19:46 +0000 (22:19 +0100)]
gnu: global: Update to 6.3.3.

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

9 years agognu: ucommon: Update to 6.2.3.
Andreas Enge [Mon, 1 Dec 2014 20:46:32 +0000 (21:46 +0100)]
gnu: ucommon: Update to 6.2.3.

* gnu/packages/telephony.scm (ucommon): Update to 6.2.3.

9 years agognu: cd-discid: Fix download location.
Andreas Enge [Mon, 1 Dec 2014 20:42:21 +0000 (21:42 +0100)]
gnu: cd-discid: Fix download location.

* gnu/packages/cdrom.scm (cd-discid): Fix download location.

9 years agognu: Add git-test-sequence.
Eric Bavier [Mon, 24 Nov 2014 20:25:09 +0000 (14:25 -0600)]
gnu: Add git-test-sequence.

* gnu/packages/version-control.scm (git-test-sequence): New variable.

9 years agognu: Add git-flow.
Eric Bavier [Sat, 22 Nov 2014 08:04:35 +0000 (02:04 -0600)]
gnu: Add git-flow.

* gnu/packages/version-control.scm (git-flow, shflags): New variables.

9 years agognu: wpa-supplicant: Remove dependency on DBus.
Ludovic Courtès [Sun, 30 Nov 2014 22:23:24 +0000 (23:23 +0100)]
gnu: wpa-supplicant: Remove dependency on DBus.

* gnu/packages/admin.scm (wpa-supplicant): Remove dependency on DBUS.

9 years agoguix: scripts: Add GUIX_BUILD_OPTIONS environment handling.
nebuli [Sun, 30 Nov 2014 16:47:22 +0000 (17:47 +0100)]
guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.

* doc/guix.texi (Invoking guix build): Mention 'GUIX_BUILD_OPTIONS'.
* guix/scripts/archive.scm: (append args (environment-build-options)).
* guix/scripts/build.scm: Ditto.
* guix/scripts/environment.scm: Ditto.
* guix/scripts/package.scm: Ditto.
* guix/scripts/system.scm: Ditto.
* guix/ui.scm (environment-build-options): New function.
* guix/utils.scm (arguments-from-environment-variable): New function.
* tests/guix-build.sh: Add tests.
* test-env.in: Unset GUIX_BUILD_OPTIONS.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
9 years agodaemon: Default to '--cores=0'.
Ludovic Courtès [Sun, 30 Nov 2014 17:34:31 +0000 (18:34 +0100)]
daemon: Default to '--cores=0'.

Suggested by Deck Pickard <deck.r.pickard@gmail.com>.

* nix/nix-daemon/guix-daemon.cc (main): Set 'settings.buildCores' to 0.
* doc/guix.texi (Invoking guix-daemon): Adjust accordingly.

9 years agodoc: Explain that 'file-system' must refer to mapped devices by file name.
Ludovic Courtès [Sun, 30 Nov 2014 17:29:13 +0000 (18:29 +0100)]
doc: Explain that 'file-system' must refer to mapped devices by file name.

* doc/guix.texi (File Systems): Clarify what to do when mapped devices
  are used.

9 years agoRevert "system: Add a 'needed-for-boot?' field to 'mapped-device'."
Ludovic Courtès [Sun, 30 Nov 2014 16:50:07 +0000 (17:50 +0100)]
Revert "system: Add a 'needed-for-boot?' field to 'mapped-device'."

This reverts commit 3b09332adf7ce8e976a4d117a62c586a53af04aa, which
turned out to be a bad idea because we need to have dependency
information between the device-mapping service and the file-system
service that uses it.

9 years agognu: Add matplotlib.
Federico Beffa [Thu, 27 Nov 2014 19:11:53 +0000 (20:11 +0100)]
gnu: Add matplotlib.

* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): New
  variables.

9 years agoservices: xorg: Add 'xf86-video-sis'.
Alex Kost [Fri, 28 Nov 2014 20:49:58 +0000 (23:49 +0300)]
services: xorg: Add 'xf86-video-sis'.

* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add
  ModulePath for 'xf86-video-sis'.

9 years agognu-maintenance: Support .zip files.
Ludovic Courtès [Sat, 29 Nov 2014 21:14:34 +0000 (22:14 +0100)]
gnu-maintenance: Support .zip files.

Reported by Andreas Enge <andreas@enge.fr>.

* guix/gnu-maintenance.scm (sans-extension): Add case for ".zip".
  (%tarball-rx): Extend to handle .zip extension.

9 years agognu: Add mg.
Taylan Ulrich B [Wed, 26 Nov 2014 22:14:16 +0000 (23:14 +0100)]
gnu: Add mg.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: wireless-tools: Install the manual pages under $out/share/man.
宋文武 [Sat, 29 Nov 2014 04:52:59 +0000 (12:52 +0800)]
gnu: wireless-tools: Install the manual pages under $out/share/man.

* gnu/packages/linux.scm (wireless-tools)[origin]: Add snippet.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add abcde.
Ludovic Courtès [Sat, 29 Nov 2014 19:51:09 +0000 (20:51 +0100)]
gnu: Add abcde.

* gnu/packages/cdrom.scm (abcde): New variable.

9 years agognu: Add cd-discid.
Ludovic Courtès [Sat, 29 Nov 2014 19:48:15 +0000 (20:48 +0100)]
gnu: Add cd-discid.

* gnu/packages/cdrom.scm (cd-discid): New variable.

9 years agognu: guix: Update snapshot.
Ludovic Courtès [Sat, 29 Nov 2014 17:21:56 +0000 (18:21 +0100)]
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update.

9 years agodoc: Improve porting instructions.
Ludovic Courtès [Sat, 29 Nov 2014 13:59:46 +0000 (14:59 +0100)]
doc: Improve porting instructions.

* doc/guix.texi (Porting): Move 'glibc-dynamic-linker' paragraph above.
  Clarify what is meant by updating (gnu packages bootstrap).  Mention
  'gnu-system.am'.

9 years agosystem: locale: Fix typo in docstring.
Alex Kost [Sat, 29 Nov 2014 21:32:06 +0000 (00:32 +0300)]
system: locale: Fix typo in docstring.

* gnu/system/locale.scm (localedef-command): Fix typo.

9 years agognu: Rename fonts according to our new naming scheme.
Andreas Enge [Sat, 29 Nov 2014 20:36:35 +0000 (21:36 +0100)]
gnu: Rename fonts according to our new naming scheme.

* gnu/packages/fonts.scm (ttf-dejavu): Rename to ...
* gnu/packages/fonts.scm (font-dejavu): ... this.
* gnu/packages/fonts.scm (ttf-bitstream-vera): Rename to ...
* gnu/packages/fonts.scm (font-bitstream-vera): ... this.
* gnu/packages/fonts.scm (freefont-ttf): Rename to ...
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): ... this.
* gnu/packages/fonts.scm (terminus-font): Rename to ...
* gnu/packages/fonts.scm (font-terminus): ... this.

9 years agosystem: Add a 'needed-for-boot?' field to 'mapped-device'.
Ludovic Courtès [Sat, 29 Nov 2014 13:40:26 +0000 (14:40 +0100)]
system: Add a 'needed-for-boot?' field to 'mapped-device'.

* gnu/system/file-systems.scm (<mapped-device>)[needed-for-boot?]: New
  field.
* gnu/system.scm (operating-system-user-mapped-devices,
  operating-system-boot-mapped-devices): Use it instead of trying to
  guess.  Guessing doesn't work when one refers to a partition using its
  label, for instance.
* doc/guix.texi (Mapped Devices): Document 'needed-for-boot?'.

9 years agosystem: Change "en_US.UTF-8" to "en_US.utf8".
Ludovic Courtès [Sat, 29 Nov 2014 10:37:53 +0000 (11:37 +0100)]
system: Change "en_US.UTF-8" to "en_US.utf8".

* build-aux/hydra/demo-os.scm (locale): Change to "en_US.utf8".
* gnu/system/install.scm (installation-os)[locale]: Ditto.

9 years agolinux-modules: Correctly propagate error code from 'init_module'.
Ludovic Courtès [Fri, 28 Nov 2014 14:08:56 +0000 (15:08 +0100)]
linux-modules: Correctly propagate error code from 'init_module'.

* gnu/packages/patches/guile-linux-syscalls.patch (scm_load_linux_module):
  Leave 'errno' unchanged when ERR != 0.
* gnu/build/linux-modules.scm (load-linux-module*): Check for the errno
  value of ARGS to determine whether the module was already loaded.

9 years agolinux-initrd: Remove the ".ko" suffix from module names in 'base-initrd'.
Ludovic Courtès [Thu, 27 Nov 2014 23:06:54 +0000 (00:06 +0100)]
linux-initrd: Remove the ".ko" suffix from module names in 'base-initrd'.

* gnu/system/linux-initrd.scm (base-initrd): Remove the .ko suffix from
  module names.

9 years agolinux-initrd: Remove now redundant module names.
Ludovic Courtès [Thu, 27 Nov 2014 23:03:08 +0000 (00:03 +0100)]
linux-initrd: Remove now redundant module names.

* gnu/system/linux-initrd.scm (base-initrd)[virtio-modules]: Remove
  "virtio.ko" and "virtio_ring.ko".
  [virtio-9p-modules]: Remove "fscache.ko" and "9pnet.ko".
  [linux-modules]: Remove "libahci.ko".

9 years agolinux-boot: Load modules and their dependencies, à la 'modprobe'.
Ludovic Courtès [Thu, 27 Nov 2014 22:59:26 +0000 (23:59 +0100)]
linux-boot: Load modules and their dependencies, à la 'modprobe'.

* gnu/build/linux-boot.scm: Use (gnu build linux-modules).
  (load-linux-module*): Remove.
  (boot-system): Add #:linux-module-directory parameter.
  [lookup-module]: New procedure.
  Call 'current-module-debugging-port'.  Pass #:lookup-module to
  'load-linux-module*'.  Map LOOKUP-MODULE on LINUX-MODULES.
* gnu/system/linux-initrd.scm (base-initrd): Adjust 'boot-system' call
  accordingly.  Adjust #:modules argument as well.
* gnu/system.scm (operating-system-activation-script)[%modules]: Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.

9 years agolinux-initrd: Copy modules and their dependencies to the initrd.
Ludovic Courtès [Thu, 27 Nov 2014 23:01:29 +0000 (00:01 +0100)]
linux-initrd: Copy modules and their dependencies to the initrd.

* gnu/system/linux-initrd.scm (flat-linux-module-directory)[build-exp]:
  Add 'lookup' procedure.  Use 'recursive-module-dependencies' to
  compute the list of modules to copy.
  Adjust #:modules parameter.

9 years agosystem: Add (gnu build linux-modules).
Ludovic Courtès [Thu, 27 Nov 2014 22:54:25 +0000 (23:54 +0100)]
system: Add (gnu build linux-modules).

* gnu/build/linux-modules.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

9 years agoAdd (guix elf).
Ludovic Courtès [Thu, 27 Nov 2014 22:51:48 +0000 (23:51 +0100)]
Add (guix elf).

* guix/elf.scm: New file.  Taken from Guile 'master', commit 3f826e3.
* Makefile.am (MODULES): Add it.
* THANKS: Thank Andy, who wrote this module.

9 years agodoc: Update stale references in "Bootstrapping".
Ludovic Courtès [Thu, 27 Nov 2014 20:26:40 +0000 (21:26 +0100)]
doc: Update stale references in "Bootstrapping".

* doc/guix.texi (Bootstrapping): Final definitions are in (gnu packages
  commencement).
  Change gnu-build-system xref to "Build Systems".

9 years agosubstitute-binary: Change "unresponsive" to "slow".
Ludovic Courtès [Thu, 27 Nov 2014 20:20:11 +0000 (21:20 +0100)]
substitute-binary: Change "unresponsive" to "slow".

* guix/scripts/substitute-binary.scm (fetch): Change "unresponsive" to
  "somewhat slow".  I'm being told that the former is often
  misunderstood as "broken".

9 years agognu: gcl: Drop 'strip phase.
Andreas Enge [Thu, 27 Nov 2014 22:34:46 +0000 (23:34 +0100)]
gnu: gcl: Drop 'strip phase.

* gnu/packages/lisp.scm (gcl): Drop 'strip phase to make maxima build.

9 years agognu: Add numpydoc.
Federico Beffa [Wed, 26 Nov 2014 16:29:16 +0000 (17:29 +0100)]
gnu: Add numpydoc.

* gnu/packages/python.scm (python-numpydoc, python2-numpydoc): New variables.

9 years agosystem: Build system-wide locale definitions.
Ludovic Courtès [Wed, 26 Nov 2014 21:49:11 +0000 (22:49 +0100)]
system: Build system-wide locale definitions.

* gnu/system/locale.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/system.scm (<operating-system>)[locale]: Change the default to
  "en_US.utf8".
  (operating-system-locale-directory): New procecure.
  (operating-system-derivation): Use it.
* doc/guix.texi (Using the Configuration System): Change example locale
  to "fr_FR.utf8".
  (operating-system Reference): Add xref to "Locales".  Document
  'locale-definitions'.
  (Locales): New section.
* po/guix/POTFILES.in: Add gnu/system.scm.

9 years agognu: ccrtp: Update to 2.1.1.
Andreas Enge [Sun, 23 Nov 2014 21:12:25 +0000 (22:12 +0100)]
gnu: ccrtp: Update to 2.1.1.

* gnu/packages/telephony.scm (ccrtp): Update to 2.1.1.

9 years agoemacs: Add missing directory to the guile load path.
Alex Kost [Wed, 26 Nov 2014 20:07:16 +0000 (23:07 +0300)]
emacs: Add missing directory to the guile load path.

Reported by Adam Pribyl and David Thompson.

* emacs/guix-helper.scm.in (set-paths!): Add guile module dir to '%load-path'.

9 years agoUpdate gnupg mirrors.
Andreas Enge [Wed, 26 Nov 2014 18:52:11 +0000 (19:52 +0100)]
Update gnupg mirrors.

* guix/download.scm (%mirrors): Update mirror list for gnupg.

9 years agognu: ucommon: Update to 6.2.2.
Andreas Enge [Sun, 23 Nov 2014 21:10:26 +0000 (22:10 +0100)]
gnu: ucommon: Update to 6.2.2.

* gnu/packages/telephony.scm (ucommon): Update to 6.2.2.

9 years agognu: sipwitch: Update to 1.9.3.
Andreas Enge [Sun, 23 Nov 2014 21:08:13 +0000 (22:08 +0100)]
gnu: sipwitch: Update to 1.9.3.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.3.

9 years agolinux-boot: Call 'pre-mount' before 'mount-root-file-system'.
Ludovic Courtès [Wed, 26 Nov 2014 10:58:06 +0000 (11:58 +0100)]
linux-boot: Call 'pre-mount' before 'mount-root-file-system'.

Partly fixes <http://bugs.gnu.org/19190>.
Reported by Nikita Karetnikov <nikita@karetnikov.org>.

* gnu/build/linux-boot.scm (boot-system): Move PRE-MOUNT call before
  'mount-root-file-system' is called.

9 years agolinux-boot: Error out when 'pre-mount' returns #f.
Ludovic Courtès [Wed, 26 Nov 2014 10:54:21 +0000 (11:54 +0100)]
linux-boot: Error out when 'pre-mount' returns #f.

* gnu/build/linux-boot.scm (boot-system): Call 'error' when PRE-MOUNT
  returns #f.

9 years agognu: emms: Enable the 'mp3info' back-end for MP3 meta-data.
Ludovic Courtès [Wed, 26 Nov 2014 08:24:06 +0000 (09:24 +0100)]
gnu: emms: Enable the 'mp3info' back-end for MP3 meta-data.

* gnu/packages/emacs.scm (emms)[arguments]: Properly initialize
  'emms-info-mp3info-program-name'.  This allows the 'emms-info-mp3info'
  back-end to be enabled by default, even when 'mp3info' is not in
  $PATH.

9 years agognu: pkg-config: Add pkg.m4 to the cross pkg-config.
Ludovic Courtès [Tue, 25 Nov 2014 22:12:42 +0000 (23:12 +0100)]
gnu: pkg-config: Add pkg.m4 to the cross pkg-config.

Suggested by John Darrington.

* gnu/packages/pkg-config.scm (cross-pkg-config): Make
  $out/share/aclocal a symlink to %PKG-CONFIG/share/aclocal.

9 years agoemacs: Disable build traces produced by the daemon.
Ludovic Courtès [Tue, 25 Nov 2014 21:57:41 +0000 (22:57 +0100)]
emacs: Disable build traces produced by the daemon.

* emacs/guix-main.scm (process-package-actions,
  package-source-build-derivation): Pass #:print-build-trace #f to
  'set-build-options', to reduce verbosity.

9 years agognu: gss: Update to 1.0.3.
Andreas Enge [Sun, 23 Nov 2014 21:05:52 +0000 (22:05 +0100)]
gnu: gss: Update to 1.0.3.

* gnu/packages/gsasl.scm (gss): Update to 1.0.3.

9 years agoguix build: Add '--max-jobs' option.
Ludovic Courtès [Tue, 25 Nov 2014 21:32:26 +0000 (22:32 +0100)]
guix build: Add '--max-jobs' option.

Suggested by Deck Pickard <deck.r.pickard@gmail.com>.

* guix/scripts/build.scm (show-build-options-help): Document
  --max-jobs.
  (set-build-options-from-command-line): Pass #:max-build-jobs.
  (%standard-build-options): Add --max-jobs.
* doc/guix.texi (Invoking guix-daemon): Document the meaning of
  '--max-jobs 0'.
  (Invoking guix build): Document --max-jobs, with a reference to
  "Invoking guix-daemon'.

9 years agodoc: Fix syntax errors.
Taylan Ulrich Bayırlı/Kammer [Tue, 25 Nov 2014 13:46:47 +0000 (14:46 +0100)]
doc: Fix syntax errors.

* doc/guix.texi (Package Naming):
  (Fonts): Remove space between '@foo' and '{'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add pyparsing.
Federico Beffa [Tue, 25 Nov 2014 15:27:33 +0000 (16:27 +0100)]
gnu: Add pyparsing.

* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): New
  variables.

9 years agognu: Remove #:select on circular dependency.
Ludovic Courtès [Tue, 25 Nov 2014 20:49:20 +0000 (21:49 +0100)]
gnu: Remove #:select on circular dependency.

* gnu/packages/mp3.scm: Remove #:select on (gnu packages linux) so that
  the circular dependency is correctly handled.

9 years agognu: Add EMMS.
Ludovic Courtès [Tue, 25 Nov 2014 17:01:38 +0000 (18:01 +0100)]
gnu: Add EMMS.

* gnu/packages/emacs.scm (emms): New variable.

9 years agofile-systems: 'file-system-needed-for-boot?' always returns #t for "/".
Ludovic Courtès [Tue, 25 Nov 2014 15:01:21 +0000 (16:01 +0100)]
file-systems: 'file-system-needed-for-boot?' always returns #t for "/".

Reported by Nikita Karetnikov.

* gnu/system/file-systems.scm (<file-system>): Rename 'needed-for-boot?'
  accessor to '%file-system-needed-for-boot?'.
  (file-system-needed-for-boot?): New inlinable procedure.
* gnu/system.scm (other-file-system-services)[file-systems]: Rely on
  'file-system-needed-for-boot?' to handle the "/" case.
  (operating-system-initrd-file)[boot-file-systems]: Likewise.

9 years agognu: libksba: Update to 1.3.2 [security fix].
Ludovic Courtès [Tue, 25 Nov 2014 14:58:27 +0000 (15:58 +0100)]
gnu: libksba: Update to 1.3.2 [security fix].

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

9 years agobuild: Bump version number.
Ludovic Courtès [Tue, 25 Nov 2014 14:40:43 +0000 (15:40 +0100)]
build: Bump version number.

* configure.ac: Bump to 0.9.

9 years agoinstall: Add wpa-supplicant to the image.
Ludovic Courtès [Tue, 25 Nov 2014 14:39:24 +0000 (15:39 +0100)]
install: Add wpa-supplicant to the image.

Reported by Amirouche Boubekki <amirouche.boubekki@gmail.com>.

* gnu/system/install.scm (installation-os)[packages]: Add
  WPA-SUPPLICANT.

9 years agognu: Add TagLib.
Ludovic Courtès [Tue, 25 Nov 2014 13:56:58 +0000 (14:56 +0100)]
gnu: Add TagLib.

* gnu/packages/mp3.scm (taglib): New variable.

9 years agolicenses: Add MPL 1.1.
Ludovic Courtès [Tue, 25 Nov 2014 13:56:28 +0000 (14:56 +0100)]
licenses: Add MPL 1.1.

* guix/licenses.scm (mpl1.1): New variable.

9 years agognu: Add mp3info.
Ludovic Courtès [Tue, 25 Nov 2014 11:15:06 +0000 (12:15 +0100)]
gnu: Add mp3info.

* gnu/packages/mp3.scm (mp3info): New variable.

9 years agoimport: gnu: Write the hash in nix-base32 format.
Ludovic Courtès [Mon, 24 Nov 2014 22:21:10 +0000 (23:21 +0100)]
import: gnu: Write the hash in nix-base32 format.

* guix/import/gnu.scm (gnu-package->sexp): Use
  'bytevector->nix-base32-string', not 'bytevector->base32-string'.

9 years agognu: gcl: Update to 2.6.12.
Andreas Enge [Sun, 23 Nov 2014 21:02:20 +0000 (22:02 +0100)]
gnu: gcl: Update to 2.6.12.

* gnu/packages/lisp.scm (gcl): Update to 2.6.12.

9 years agognu: Add numpy-bootstrap.
Federico Beffa [Mon, 24 Nov 2014 19:51:29 +0000 (20:51 +0100)]
gnu: Add numpy-bootstrap.

* gnu/packages/python.scm (python-numpy-bootstrap, python2-numpy-bootstrap):
  New file-local variables.

9 years agognu: Add rTorrent.
Taylan Ulrich B [Sat, 22 Nov 2014 14:57:26 +0000 (15:57 +0100)]
gnu: Add rTorrent.

* gnu/packages/bittorrent.scm (rtorrent): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add libTorrent.
Ludovic Courtès [Mon, 24 Nov 2014 21:00:58 +0000 (22:00 +0100)]
gnu: Add libTorrent.

* gnu/packages/bittorrent.scm (libtorrent): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add claws-mail.
Julien Lepiller [Sun, 23 Nov 2014 00:48:53 +0000 (01:48 +0100)]
gnu: Add claws-mail.

* gnu/packages/mail.scm (claws-mail): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add libetpan.
Julien Lepiller [Sat, 22 Nov 2014 09:34:07 +0000 (10:34 +0100)]
gnu: Add libetpan.

* gnu/packages/mail.scm (libetpan): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agodoc: Add detailed node listing.
Ludovic Courtès [Mon, 24 Nov 2014 20:39:04 +0000 (21:39 +0100)]
doc: Add detailed node listing.

* doc/guix.texi (Top): Add @detailmenu.

9 years agognu: Add getmail.
宋文武 [Sun, 23 Nov 2014 05:07:42 +0000 (13:07 +0800)]
gnu: Add getmail.

* gnu/packages/mail.scm (getmail): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agodoc: Add xrefs to the lsh manual.
Ludovic Courtès [Mon, 24 Nov 2014 20:15:40 +0000 (21:15 +0100)]
doc: Add xrefs to the lsh manual.

Suggested by Adam Pribyl <pribyl@lowlevel.cz>.

* gnu/services/ssh.scm (lsh-service): Update docstring with xrefs to
  the lsh manual.  Fix typos.
* doc/guix.texi (Networking Services): Synchronize.

9 years agognu: Add 'font-liberation'.
Alex Kost [Tue, 28 Oct 2014 06:44:16 +0000 (09:44 +0300)]
gnu: Add 'font-liberation'.

* gnu/packages/fonts.scm (font-liberation): New variable.

9 years agognu: xfig: Add 'wrap-xfig phase.
Federico Beffa [Mon, 24 Nov 2014 13:22:16 +0000 (14:22 +0100)]
gnu: xfig: Add 'wrap-xfig phase.

* gnu/packages/xfig.scm (xfig): Set XAPPLRESDIR environment variable to help
  xfig find the app-defaults resource files.

9 years agodoc: Fix typos.
Alex Kost [Sun, 23 Nov 2014 08:46:38 +0000 (11:46 +0300)]
doc: Fix typos.

* doc/guix.texi (Base Services): Fix 'lsh-service' name.
  (Networking Services): Fix (gnu services networking) module name.

9 years agognu: vera: Update to 1.22.
Andreas Enge [Sun, 23 Nov 2014 20:59:10 +0000 (21:59 +0100)]
gnu: vera: Update to 1.22.

* gnu/packages/dictionaries.scm (vera): Update to 1.22.

9 years agognu: ddrescue: Update to 1.19.
Andreas Enge [Sun, 23 Nov 2014 20:56:21 +0000 (21:56 +0100)]
gnu: ddrescue: Update to 1.19.

* gnu/packages/disk.scm (ddrescue): Update to 1.19.