jackhill/guix/guix.git
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.

9 years agoinstall: Add Cryptsetup to the image.
Ludovic Courtès [Sun, 23 Nov 2014 20:53:24 +0000 (21:53 +0100)]
install: Add Cryptsetup to the image.

Reported by Nikita Karetnikov.

* gnu/system/install.scm (installation-os)[packages]: Add CRYPTSETUP.
* doc/guix.texi (System Installation): Mention it.

9 years agognu: libcdio: Update to 0.93.
Andreas Enge [Sun, 23 Nov 2014 20:50:38 +0000 (21:50 +0100)]
gnu: libcdio: Update to 0.93.

* gnu/packages/cdrom.scm (libcdio): Update to 0.93.

9 years agodoc: Fix erroneous cross-manual references.
Ludovic Courtès [Sun, 23 Nov 2014 20:18:40 +0000 (21:18 +0100)]
doc: Fix erroneous cross-manual references.

* doc/guix.texi (User Accounts): Fix cross-references to libc and guile.

9 years agostore: default to serial "scheduler"
nebuli [Sat, 22 Nov 2014 18:16:51 +0000 (19:16 +0100)]
store: default to serial "scheduler"

* guix/store.scm (set-build-options): exchange default argument values

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agodoc: Add a section on naming conventions for font packages.
Andreas Enge [Sun, 23 Nov 2014 17:23:35 +0000 (18:23 +0100)]
doc: Add a section on naming conventions for font packages.

* doc/guix.texi (Fonts): New section.
  (Package naming): Reference the new section.

9 years agognu: abbaye: Fix install phase.
David Thompson [Sun, 23 Nov 2014 16:29:41 +0000 (11:29 -0500)]
gnu: abbaye: Fix install phase.

* gnu/packages/games (abbaye): Create '/share/pixmaps' directory
  before installing.

9 years agognu: xf86-video-openchrome: Patch to correct build failure.
Andreas Enge [Sun, 23 Nov 2014 14:41:30 +0000 (15:41 +0100)]
gnu: xf86-video-openchrome: Patch to correct build failure.

* gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build failure
    with glibc-2.20. Fixes bug #18740.
* gnu/packages/patches/xf86-video-openchrome-includes.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.

9 years agognu: atlas: Try to fix build on MIPS.
Federico Beffa [Sat, 22 Nov 2014 15:42:41 +0000 (16:42 +0100)]
gnu: atlas: Try to fix build on MIPS.

* gnu/packages/maths.scm (atlas): Add MIPS specific configure flags.

9 years agognu: gegl: Disable tests.
Andreas Enge [Sun, 23 Nov 2014 12:49:48 +0000 (13:49 +0100)]
gnu: gegl: Disable tests.

* gnu/packages/gimp.scm (gegl): Disable tests since failures are apparently
    not taken care of in upstream releases.

9 years agognu: youtube-dl: Update to 2014.11.21.1.
Ludovic Courtès [Sat, 22 Nov 2014 18:15:45 +0000 (19:15 +0100)]
gnu: youtube-dl: Update to 2014.11.21.1.

* gnu/packages/video.scm (youtube-dl): Update to 2014.11.21.1.

9 years agognu: linux-libre: Update to 3.17.4
Jason Self [Sat, 22 Nov 2014 15:14:51 +0000 (07:14 -0800)]
gnu: linux-libre: Update to 3.17.4

* gnu/packages/linux.scm (linux-libre): Update to version 3.17.4.

9 years agognu: libxkbcommon: Add inputs libx11 and xkeyboard-config and use
Andreas Enge [Fri, 21 Nov 2014 23:14:09 +0000 (00:14 +0100)]
gnu: libxkbcommon: Add inputs libx11 and xkeyboard-config and use
  corresponding configure flags.

* gnu/packages/qt.scm (libxkbcommon): Add inputs libx11 and xkeyboard-config.
    Use configure flags to set XKB config root and X11 locale root
    directories.

9 years agognu: qt: Add input ruby.
Andreas Enge [Fri, 21 Nov 2014 22:46:01 +0000 (23:46 +0100)]
gnu: qt: Add input ruby.

* gnu/packages/qt.scm (qt): Add input ruby.

9 years agognu: Add AVR-Libc.
Manolis Ragkousis [Fri, 21 Nov 2014 23:22:51 +0000 (23:22 +0000)]
gnu: Add AVR-Libc.

* gnu/packages/avr.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add avr.scm.
* gnu/packages/cross-base.scm (xgcc-avr): New variable.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
  "avr".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agodoc: Fix typos regarding 'lsh-service'.
Ludovic Courtès [Fri, 21 Nov 2014 21:51:55 +0000 (22:51 +0100)]
doc: Fix typos regarding 'lsh-service'.

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

* doc/guix.texi (Using the Configuration System): Use #:root-login?, not
  #:allow-root-login?, in example.
  (Networking Services): Fix module name for ssh.

9 years agognu: Add hexchat.
Julien Lepiller [Fri, 21 Nov 2014 17:39:39 +0000 (18:39 +0100)]
gnu: Add hexchat.

* gnu/packages/messaging.scm (hexchat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: libxkbcommon: Update to 0.5.0.
Andreas Enge [Thu, 20 Nov 2014 22:52:48 +0000 (23:52 +0100)]
gnu: libxkbcommon: Update to 0.5.0.

* gnu/packages/qt.scm (libxkbcommon): Update to 0.5.0.
    Add input libxcb and native input pkg-config.

9 years agognu: xcb-util-renderutil: Update to 0.3.9.
Andreas Enge [Thu, 20 Nov 2014 22:46:40 +0000 (23:46 +0100)]
gnu: xcb-util-renderutil: Update to 0.3.9.

* gnu/packages/xorg.scm (xcb-util-renderutil): Update to 0.3.9.

9 years agognu: xcb-util-keysyms: Update to 0.4.0.
Andreas Enge [Thu, 20 Nov 2014 22:45:09 +0000 (23:45 +0100)]
gnu: xcb-util-keysyms: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util-keysyms): Update to 0.4.0.

9 years agognu: xcb-util-image: Update to 0.4.0.
Andreas Enge [Thu, 20 Nov 2014 22:43:17 +0000 (23:43 +0100)]
gnu: xcb-util-image: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util-image): Update to 0.4.0.

9 years agognu: xcb-util: Update to 0.4.0.
Andreas Enge [Thu, 20 Nov 2014 22:41:39 +0000 (23:41 +0100)]
gnu: xcb-util: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util): Update to 0.4.0.

9 years agognu: libxcb: Update to 1.11.
Andreas Enge [Thu, 20 Nov 2014 22:38:27 +0000 (23:38 +0100)]
gnu: libxcb: Update to 1.11.

* gnu/packages/xorg.scm (libxcb): Update to 1.11.

9 years agognu: xcb-proto: Update to 1.11.
Andreas Enge [Thu, 20 Nov 2014 22:36:02 +0000 (23:36 +0100)]
gnu: xcb-proto: Update to 1.11.

* gnu/packages/xorg.scm (xcb-proto): Update to 1.11.

9 years agognu: dbus: Add 1.8.10 as a replacement.
Ludovic Courtès [Fri, 21 Nov 2014 15:29:13 +0000 (16:29 +0100)]
gnu: dbus: Add 1.8.10 as a replacement.

* gnu/packages/glib.scm (dbus)[replacement]: New field.
  (dbus-1.8.10): New variable.

9 years agohydra: Build only non-grafted variants of the packages.
Ludovic Courtès [Fri, 21 Nov 2014 15:00:47 +0000 (16:00 +0100)]
hydra: Build only non-grafted variants of the packages.

* build-aux/hydra/gnu-system.scm (package->alist): Pass #:graft? #f.
  (package-cross-job): Adjust last argument of 'package->alist' to
  accept #:graft?.  This fixes the problem reported in commit a480307.

9 years agognu: Add pflask.
David Thompson [Fri, 21 Nov 2014 03:31:56 +0000 (22:31 -0500)]
gnu: Add pflask.

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

9 years agoguix system: Add '--share' and '--expose' options for 'vm'.
Ludovic Courtès [Thu, 20 Nov 2014 23:02:26 +0000 (00:02 +0100)]
guix system: Add '--share' and '--expose' options for 'vm'.

* guix/scripts/system.scm (system-derivation-for-action): Add #:mappings
  parameter.  Pass it to 'system-qemu-image/shared-store-script'.
  (perform-action): Likewise.
  (show-help): Document --share and --expose.
  (specification->file-system-mapping): New procedure.
  (%options): Add --share and --expose.
  (guix-system): Pass #:mapping to 'perform-action'.
* doc/guix.texi (Invoking guix system): Document it.

9 years agovm: Introduce 'file-system-mapping'.
Ludovic Courtès [Thu, 20 Nov 2014 22:32:54 +0000 (23:32 +0100)]
vm: Introduce 'file-system-mapping'.

* gnu/system/vm.scm (<file-system-mapping>): New record type.
  (%store-mapping): New variable.
  (host-9p-file-system): Rename to...
  (mapping->file-system): ... this.  Replace 'source' and 'target'
  parameters with 'mapping'.  Set 'flags' field.
  (virtualized-operating-system): Add 'mappings' parameter and  honor
  it.
  (system-qemu-image/shared-store-script): Add 'mappings' parameter.
  Pass it to 'virtualized-operating-system'.  Use it in argument to
  'common-qemu-options'.

9 years agovm: Formalize use of '-virtfs' options.
Ludovic Courtès [Thu, 20 Nov 2014 21:48:18 +0000 (22:48 +0100)]
vm: Formalize use of '-virtfs' options.

* gnu/system/vm.scm (file-system->mount-tag, host-9p-file-system): New
  procedures.
  (virtualized-operating-system): Use 'host-9p-file-system' for the
  store.
  (common-qemu-options): Add 'shared-fs' parameter.
  [virtfs-option]: New procedure.
  Use it.
  (system-qemu-image/shared-store-script): Adjust accordingly.

9 years agolinux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.
Ludovic Courtès [Thu, 20 Nov 2014 21:43:47 +0000 (22:43 +0100)]
linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.

* gnu/build/linux-boot.scm (mount-root-file-system): Remove 'catch #t'
  around body.  This was unneeded and even inconvenient because this
  procedure is called from within 'call-with-error-handling' already.

9 years agoemacs: Don't override the user's 'geiser-guile-load-path'.
Ludovic Courtès [Thu, 20 Nov 2014 20:12:58 +0000 (21:12 +0100)]
emacs: Don't override the user's 'geiser-guile-load-path'.

* emacs/guix-backend.el (guix-start-repl): Add GUIX-LOAD-PATH to the
  front of GEISER-GUILE-LOAD-PATH instead of overriding it.

9 years agoservices: xorg: Include ~/.guix-profile/bin to the session's $PATH.
Ludovic Courtès [Thu, 20 Nov 2014 20:12:04 +0000 (21:12 +0100)]
services: xorg: Include ~/.guix-profile/bin to the session's $PATH.

Fixes <http://bugs.gnu.org/19119>.
Reported by David Thompson <dthompson2@worcester.edu>.

* gnu/services/xorg.scm (xinitrc): Augment $PATH to include
  ~/.guix-profile/bin.

9 years agofile-systems: Always write the options field in /etc/mtab.
Ludovic Courtès [Thu, 20 Nov 2014 19:54:46 +0000 (20:54 +0100)]
file-systems: Always write the options field in /etc/mtab.

* gnu/build/file-systems.scm (mount-file-system): When OPTIONS is false,
  write "rw" to /etc/mtab.  This fixes a bug whereby 'remove-from-mtab'
  in (guix syscalls) would otherwise raise a 'match-error' because of
  the missing field.  This affected file systems mounted from the
  initrd, such as devtmpfs, which has options == #f.

9 years agognu: icu4c: Update to 54.1.
Andreas Enge [Thu, 20 Nov 2014 13:01:20 +0000 (14:01 +0100)]
gnu: icu4c: Update to 54.1.

* gnu/packages/icu4c.scm (icu4c): Update to 54.1.
* gnu/packages/patches/icu4c-test-date-format.patch: Remove unneeded patch.
* gnu-system.am (dist_patch_DATA): Unregister dropped patch.

9 years agognu: gst-plugins-good: Enable more plugins
John Darrington [Wed, 19 Nov 2014 14:15:30 +0000 (15:15 +0100)]
gnu: gst-plugins-good: Enable more plugins

* gnu/packages/gstreamer.scm (gst-plugins-good): New inputs:
  cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg,
  libXext, libxv, pulseaudio.

9 years agolint: Fix typos in checker descriptions.
Ludovic Courtès [Wed, 19 Nov 2014 21:45:47 +0000 (22:45 +0100)]
lint: Fix typos in checker descriptions.

* guix/scripts/lint.scm (%checkers): "file names" (two words), and
  "synopses" (plural).

9 years agolint: Use localized checker descriptions.
Ludovic Courtès [Wed, 19 Nov 2014 21:44:22 +0000 (22:44 +0100)]
lint: Use localized checker descriptions.

* guix/scripts/lint.scm (list-checkers-and-exit): Wrap
  'lint-checker-description' call in (_ ...).

9 years agolint: Correctly internationalize warning messages.
Ludovic Courtès [Wed, 19 Nov 2014 21:42:23 +0000 (22:42 +0100)]
lint: Correctly internationalize warning messages.

* guix/scripts/lint.scm (emit-warning): Remove '_' call for format
  string.
  (check-description-style, check-inputs-should-be-native,
  check-synopsis-style, check-patches, check-gnu-synopsis+description):
  Wrap message in (_ ...).

9 years agolint: Change checker names to be symbols.
Ludovic Courtès [Wed, 19 Nov 2014 21:37:29 +0000 (22:37 +0100)]
lint: Change checker names to be symbols.

* guix/scripts/lint.scm (%checkers): Change 'name' fields to be
  symbols.
  (%options): Adjust "-c" option handler accordingly.

9 years agolint: Fold 'sync-descriptions' script as 'gnu-description' lint checker.
Ludovic Courtès [Wed, 19 Nov 2014 21:52:14 +0000 (22:52 +0100)]
lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker.

* build-aux/sync-descriptions.scm: Remove.  Move payload to...
* guix/scripts/lint.scm: ... here.
  (escape-quotes, official-gnu-packages*,
  check-gnu-synopsis+description): New procedures.
  (%checkers): Add 'gnu-descriptions'.
* Makefile.am (EXTRA_DIST): Remove build-aux/sync-descriptions.scm.
  (sync-descriptions): Use 'guix lint'.

9 years agognu: Add NcFTP Client.
Ludovic Courtès [Wed, 19 Nov 2014 16:37:35 +0000 (17:37 +0100)]
gnu: Add NcFTP Client.

* gnu/packages/ftp.scm (ncftp): New variable.

9 years agolicenses: Add the Clarified Artistic License.
Ludovic Courtès [Wed, 19 Nov 2014 16:37:09 +0000 (17:37 +0100)]
licenses: Add the Clarified Artistic License.

* guix/licenses.scm (clarified-artistic): New variable.

9 years agognu: Add Glulxe.
宋文武 [Tue, 18 Nov 2014 15:58:02 +0000 (23:58 +0800)]
gnu: Add Glulxe.

* gnu/packages/games.scm (glkterm, glulxe): New variables.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
9 years agognu: Add some more gstreamer plugins
John Darrington [Tue, 18 Nov 2014 20:29:04 +0000 (21:29 +0100)]
gnu: Add some more gstreamer plugins

* gnu/packages/gstreamer.scm (gst-plugins-good): New variable.
                             (gst-plugins-base): New inputs:
                               pango, libogg, libtheora,
                               libvorbis, libx11, libXext,
                               libxv, alsa-lib, zlib

9 years agognu: busybox - whitespace changes only.
John Darrington [Tue, 18 Nov 2014 17:22:06 +0000 (18:22 +0100)]
gnu: busybox - whitespace changes only.

* gnu/packages/busybox.scm: Adjust formatting of description field.

9 years agognu: intltool: Make file a regular input.
Eric Bavier [Thu, 13 Nov 2014 18:46:04 +0000 (12:46 -0600)]
gnu: intltool: Make file a regular input.

* gnu/packages/glib.scm (intltool)[propagated-inputs]: Move file from here...
  [inputs]: to here.
  [arguments]: New 'patch-file-references phase.

9 years agognu: acl: Towards tests; enable infrastructure, but keep tests disabled
Andreas Enge [Fri, 7 Nov 2014 22:18:56 +0000 (23:18 +0100)]
gnu: acl: Towards tests; enable infrastructure, but keep tests disabled
  since they fail.

* gnu/packages/acl.scm (acl): Correct test target, add inputs perl and sed,
    replace "/bin/sh" in perl test script.

9 years agognu: acl: Also install header files.
Andreas Enge [Fri, 7 Nov 2014 21:55:56 +0000 (22:55 +0100)]
gnu: acl: Also install header files.

* gnu/packages/acl.scm (acl): Install header files. Drop unneeded phase
    PATCH-MAKEFILE-SHELL.

9 years agognu: Add Wine.
宋文武 [Sat, 15 Nov 2014 13:02:30 +0000 (21:02 +0800)]
gnu: Add Wine.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agoAdd Julien to 'AUTHORS'.
Ludovic Courtès [Tue, 18 Nov 2014 21:02:50 +0000 (22:02 +0100)]
Add Julien to 'AUTHORS'.

9 years agognu: Add Openbox.
Julien Lepiller [Sun, 16 Nov 2014 16:57:06 +0000 (17:57 +0100)]
gnu: Add Openbox.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: pango: Add dependency on libxft.
Julien Lepiller [Tue, 18 Nov 2014 20:57:25 +0000 (21:57 +0100)]
gnu: pango: Add dependency on libxft.

* gnu/packages/gtk.scm (pango)[inputs]: Add LIBXFT.

9 years agognu: curl: Enable more verbose test output.
Ludovic Courtès [Tue, 18 Nov 2014 12:55:47 +0000 (13:55 +0100)]
gnu: curl: Enable more verbose test output.

* gnu/packages/curl.scm (curl)[arguments]: Fold 'patch-runtests' phase
  into 'check' phase, and replace the standard 'check' phase.  Run "make
  -C tests test".

9 years agognu: Fix cross-compilation issue in guile-json
John Darrington [Sun, 16 Nov 2014 08:08:28 +0000 (09:08 +0100)]
gnu:  Fix cross-compilation issue in guile-json

* gnu/packages/guile.scm (guile-json): Move guile from inputs to native inputs.

9 years agognu: Fix cross compilation issue with libgcrypt.
John Darrington [Sun, 16 Nov 2014 01:54:15 +0000 (02:54 +0100)]
gnu: Fix cross compilation issue with libgcrypt.

* gnu/packages/gnupg.scm (libgcrypt): Distinguish between the native and
  non-native libgpg-error input

9 years agognu: Fix cross-compilation issues with autotools
John Darrington [Sun, 16 Nov 2014 01:49:51 +0000 (02:49 +0100)]
gnu: Fix cross-compilation issues with autotools

* gnu/packages/autotools.scm (autoconf, automake): Move inputs to native-inputs.

9 years agognu: Add perl-digest-sha1.
Ludovic Courtès [Mon, 17 Nov 2014 22:58:58 +0000 (23:58 +0100)]
gnu: Add perl-digest-sha1.

* gnu/packages/perl.scm (perl-digest-sha1): New variable.

9 years agognu: guix: Update snapshot.
Ludovic Courtès [Mon, 17 Nov 2014 22:57:46 +0000 (23:57 +0100)]
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to post-0.8
  commit.
  (guix): Switch from GUIX-0.8 to GUIX-DEVEL.

9 years agognu: guix: Update to 0.8.
Ludovic Courtès [Mon, 17 Nov 2014 21:57:43 +0000 (22:57 +0100)]
gnu: guix: Update to 0.8.

* gnu/packages/package-management.scm (guix-0.7): Rename to...
  (guix-0.8): ... this.  Update to 0.8.  Adjust users accordingly.
  (guix): Switch from GUIX-DEVEL to GUIX-0.8.

9 years agoUpdate NEWS.
Ludovic Courtès [Mon, 17 Nov 2014 21:09:38 +0000 (22:09 +0100)]
Update NEWS.

9 years agoThank Bruno.
Ludovic Courtès [Mon, 17 Nov 2014 19:54:50 +0000 (20:54 +0100)]
Thank Bruno.