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

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).