jackhill/guix/guix.git
9 years agognu: Adjust synopses as recommended by 'guix lint'.
Ludovic Courtès [Sat, 13 Sep 2014 13:50:30 +0000 (15:50 +0200)]
gnu: Adjust synopses as recommended by 'guix lint'.

Remove leading articles and trailing periods in package synopses.

9 years agognu: Synchronize GNU package descriptions with upstream.
Ludovic Courtès [Sat, 13 Sep 2014 13:31:31 +0000 (15:31 +0200)]
gnu: Synchronize GNU package descriptions with upstream.

These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2.

9 years agosync-descriptions: Improve output of proposed descriptions.
Ludovic Courtès [Sat, 13 Sep 2014 13:26:37 +0000 (15:26 +0200)]
sync-descriptions: Improve output of proposed descriptions.

* build-aux/sync-descriptions.scm (escape-quotes): New procedure.
  Use it.  Add quotes around the proposed description.

9 years agonls: Update 'sr' translation.
Ludovic Courtès [Sat, 13 Sep 2014 12:22:37 +0000 (14:22 +0200)]
nls: Update 'sr' translation.

9 years agosystem: Use eudev instead of udev by default.
Ludovic Courtès [Sat, 13 Sep 2014 08:54:47 +0000 (10:54 +0200)]
system: Use eudev instead of udev by default.

* gnu/system.scm (%base-packages): Change 'udev' to 'eudev'.
* gnu/services/base.scm (udev-service): Change #:udev to default to
  'eudev'.

9 years agoservices: udev: Allow the use of eudev.
Ludovic Courtès [Sat, 13 Sep 2014 08:53:47 +0000 (10:53 +0200)]
services: udev: Allow the use of eudev.

* gnu/services/base.scm (udev-service): Adjust 'start' method to support
  eudev in addition to udev.

9 years agosystem: Add Diffutils to '%base-packages'.
Ludovic Courtès [Sat, 13 Sep 2014 08:52:21 +0000 (10:52 +0200)]
system: Add Diffutils to '%base-packages'.

* gnu/system.scm (%base-packages): Add DIFFUTILS.

9 years agosystem: Add FUSE and ALSA udev rules by default.
Ludovic Courtès [Sat, 13 Sep 2014 08:50:26 +0000 (10:50 +0200)]
system: Add FUSE and ALSA udev rules by default.

* gnu/services/base.scm (%base-services): Pass FUSE and ALSA-UTILS to
  'udev-service'.

9 years agognu: eudev: Honor $EUDEV_RULES_DIRECTORY.
Ludovic Courtès [Sat, 13 Sep 2014 08:47:58 +0000 (10:47 +0200)]
gnu: eudev: Honor $EUDEV_RULES_DIRECTORY.

* gnu/packages/patches/eudev-rules-directory.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (eudev): Use it.

9 years agognu: eudev: Build with libkmod support.
Ludovic Courtès [Sat, 13 Sep 2014 08:46:10 +0000 (10:46 +0200)]
gnu: eudev: Build with libkmod support.

* gnu/packages/linux.scm (eudev)[arguments]: New field.

9 years agognu: fuse: Install udev rules in lib/udev/rules.d.
Ludovic Courtès [Sat, 13 Sep 2014 08:32:47 +0000 (10:32 +0200)]
gnu: fuse: Install udev rules in lib/udev/rules.d.

* gnu/packages/linux.scm (fuse): Change UDEV_RULES_PATH suffix to
  /lib/udev/rules.d.

9 years agoRevert "gnu: util-linux: Don't install 'logger'."
Ludovic Courtès [Fri, 12 Sep 2014 20:19:33 +0000 (22:19 +0200)]
Revert "gnu: util-linux: Don't install 'logger'."

This reverts commit c9a8ad847712dfa4811608efae2d48cb8500f72f.

9 years agognu: Add eudev.
Ludovic Courtès [Fri, 12 Sep 2014 20:12:33 +0000 (22:12 +0200)]
gnu: Add eudev.

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

9 years agognu: util-linux: Don't install 'logger'.
Ludovic Courtès [Fri, 12 Sep 2014 20:05:50 +0000 (22:05 +0200)]
gnu: util-linux: Don't install 'logger'.

* gnu/packages/linux.scm (util-linux)[source]: Add 'snippet'.

9 years agoactivation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.
Ludovic Courtès [Fri, 12 Sep 2014 15:41:06 +0000 (17:41 +0200)]
activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.

* gnu/build/activation.scm (activate-current-system): Honor
  $GUIX_NEW_SYSTEM by default.
* guix/scripts/system.scm (switch-to-system): Set $GUIX_NEW_SYSTEM
  before loading SCRIPT.

9 years agognu: e2fsprogs: Build with --disable-blkid.
Ludovic Courtès [Fri, 12 Sep 2014 15:25:39 +0000 (17:25 +0200)]
gnu: e2fsprogs: Build with --disable-blkid.

* gnu/packages/linux.scm (e2fsprogs)[arguments]: Pass --disable-blkid.

9 years agosystem: Add more common tools to '%base-packages'.
Ludovic Courtès [Fri, 12 Sep 2014 20:13:23 +0000 (22:13 +0200)]
system: Add more common tools to '%base-packages'.

* gnu/system.scm (%base-packages): Add gawk, tar, gzip, bzip2, xz, lzip,
  and wireless-tools.

9 years agosystem: Produce a basic /etc/nsswitch.conf to honor /etc/hosts.
Ludovic Courtès [Fri, 12 Sep 2014 07:55:25 +0000 (09:55 +0200)]
system: Produce a basic /etc/nsswitch.conf to honor /etc/hosts.

* gnu/system.scm (etc-directory): Produce nsswitch.conf.

9 years agosystem: Fix the default /etc/hosts.
Ludovic Courtès [Fri, 12 Sep 2014 07:52:05 +0000 (09:52 +0200)]
system: Fix the default /etc/hosts.

* gnu/system.scm (default-/etc/hosts): Fix the alias/address order.
  Add ::1.

9 years agosystem: Add support for Linux-style mapped devices.
Ludovic Courtès [Thu, 11 Sep 2014 21:39:15 +0000 (23:39 +0200)]
system: Add support for Linux-style mapped devices.

* gnu/system/file-systems.scm (<mapped-device>): New record type.
* gnu/system.scm (<operating-system>)[mapped-devices]: New field.
  (luks-device-mapping): New procedure.
  (other-file-system-services)[device-mappings, requirements]: New
  procedures.  Pass #:requirements to 'file-system-service'.
  (device-mapping-services): New procedure.
  (essential-services): Use it.  Append its result to the return value.
  (operating-system-initrd-file): Add comment.
* gnu/services/base.scm (file-system-service): Add #:requirements
  parameter and honor it.
  (device-mapping-service): New procedure.
* gnu/system/linux-initrd.scm (base-initrd): Add comment.

9 years agoactivation: Set the permissions of /etc/sudoers to 440.
Ludovic Courtès [Thu, 11 Sep 2014 21:23:07 +0000 (23:23 +0200)]
activation: Set the permissions of /etc/sudoers to 440.

* gnu/build/activation.scm (activate-etc): Move 'rm-f' to a local
  'define'.  When TARGET is "sudoers", make it 440.

9 years agosystem: Add '\w' to the default PS1.
Ludovic Courtès [Thu, 11 Sep 2014 21:21:42 +0000 (23:21 +0200)]
system: Add '\w' to the default PS1.

* gnu/system.scm (etc-directory)[bashrc]: Add '\w' to PS1.

9 years agoactivation: Make the /bin/sh symlink at activation time.
Ludovic Courtès [Thu, 11 Sep 2014 20:18:52 +0000 (22:18 +0200)]
activation: Make the /bin/sh symlink at activation time.

* gnu/build/install.scm (directives): Remove "/bin/sh".
* gnu/build/activation.scm (activate-/bin/sh): New procedure.
* gnu/system.scm (operating-system-activation-script): Use it.

9 years agoservices: udev: Allow for additional udev rules.
Ludovic Courtès [Thu, 11 Sep 2014 20:13:37 +0000 (22:13 +0200)]
services: udev: Allow for additional udev rules.

* gnu/services/base.scm (udev-rules-union): New procedure.
  (udev-service): Add #:rules parameter.  Call 'udev-rules-union' and
  create udev.conf.  Set $UDEV_CONFIG_FILE before spawning udevd.

9 years agosystem: Add 'hosts-file' field.
Ludovic Courtès [Thu, 11 Sep 2014 20:03:24 +0000 (22:03 +0200)]
system: Add 'hosts-file' field.

* gnu/system.scm (<operating-system>)[hosts-file]: New field.
  (default-/etc/hosts): New procedure.
  (etc-directory): Add #:hosts-file parameter and honor it.
  (operating-system-etc-directory): Build /etc/hosts, and pass
  it as #:hosts-file to 'etc-directory'.

9 years agosystem: Add default PAM entries for xlock and xscreensaver.
Ludovic Courtès [Thu, 11 Sep 2014 19:53:20 +0000 (21:53 +0200)]
system: Add default PAM entries for xlock and xscreensaver.

* gnu/system/linux.scm (base-pam-services): Add "xlock" and
  "xscreensaver".

9 years agoactivation: Make sure /etc/sudoers & co. are regular files.
Ludovic Courtès [Thu, 11 Sep 2014 19:34:30 +0000 (21:34 +0200)]
activation: Make sure /etc/sudoers & co. are regular files.

Before that, 'sudo' would exit with:

  sudo: /etc/sudoers is not a regular file
  sudo: no valid sudoers sources found, quitting

* gnu/build/activation.scm (activate-etc): Check if SOURCE matches
  'file-is-directory?'.  If not, use 'copy-file' instead of 'symlink'.

9 years agoactivation: Remove outdated comment.
Ludovic Courtès [Thu, 11 Sep 2014 19:27:19 +0000 (21:27 +0200)]
activation: Remove outdated comment.

* gnu/build/activation.scm (activate-etc): Remove outdated comment.

9 years agoactivation: Factorize the link-or-copy trick.
Ludovic Courtès [Thu, 11 Sep 2014 19:25:58 +0000 (21:25 +0200)]
activation: Factorize the link-or-copy trick.

* gnu/build/activation.scm (link-or-copy): New procedure.
  (activate-setuid-programs): Use it.

9 years agognu: Add weechat
Kevin Lemonnier [Thu, 11 Sep 2014 23:49:22 +0000 (01:49 +0200)]
gnu: Add weechat

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

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
9 years agognu: glpk: Update to 4.55.
Andreas Enge [Thu, 11 Sep 2014 14:43:08 +0000 (16:43 +0200)]
gnu: glpk: Update to 4.55.

* gnu/packages/maths.scm (glpk): Update to 4.55.

9 years agognu: global: Update to 6.3.2.
Andreas Enge [Thu, 11 Sep 2014 13:32:09 +0000 (15:32 +0200)]
gnu: global: Update to 6.3.2.

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

9 years agognu: freeipmi: Update to 1.4.5.
Andreas Enge [Thu, 11 Sep 2014 13:25:46 +0000 (15:25 +0200)]
gnu: freeipmi: Update to 1.4.5.

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

9 years agognu: Have lua-5.1 compile a .so
Kevin Lemonnier [Thu, 11 Sep 2014 01:12:39 +0000 (03:12 +0200)]
gnu: Have lua-5.1 compile a .so

* gnu/packages/patches/lua51-liblua-so.patch: New file
* gnu/packages/lua.scm: Use of lua51-liblua-so.patch in lua-5.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agonls: Adjust reference to stale file.
Ludovic Courtès [Thu, 11 Sep 2014 07:52:14 +0000 (09:52 +0200)]
nls: Adjust reference to stale file.

* po/packages/POTFILES.in: Replace recutils.scm with databases.scm.

9 years agognu: lzip: Update to 1.16.
Ludovic Courtès [Thu, 11 Sep 2014 07:51:39 +0000 (09:51 +0200)]
gnu: lzip: Update to 1.16.

* gnu/packages/compression.scm (lzip): Update to 1.16.

9 years agoprofiles: Adjust for compatibility with Guile 2.0.5.
Ludovic Courtès [Wed, 10 Sep 2014 21:33:30 +0000 (23:33 +0200)]
profiles: Adjust for compatibility with Guile 2.0.5.

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

* guix/profiles.scm (right-arrow): Use 'set-port-conversion-strategy!'
  instead of '%default-port-conversion-strategy'.  The latter is only
  available in Guile 2.0.5.

9 years agognu: lvm2: Programs such as 'dmsetup' now have a correct RUNPATH.
Ludovic Courtès [Wed, 10 Sep 2014 20:59:27 +0000 (22:59 +0200)]
gnu: lvm2: Programs such as 'dmsetup' now have a correct RUNPATH.

* gnu/packages/linux.scm (alsa-utils): Add comment.
  (lvm2): Add LDFLAGS as a configure flag.

9 years agoinstall: Gracefully handle corner cases with 'guix system init foo /'.
Ludovic Courtès [Wed, 10 Sep 2014 19:39:47 +0000 (21:39 +0200)]
install: Gracefully handle corner cases with 'guix system init foo /'.

* gnu/build/install.scm (evaluate-populate-directive): Wrap body in
  "catch 'system-error", and report clear errors.  In the symlink case,
  retry up EEXIST.
  (populate-root-file-system): Remove /var/guix/profiles/system-1-link
  before attempting to create it.

9 years agoAdd Marek to 'AUTHORS'.
Ludovic Courtès [Wed, 10 Sep 2014 13:44:51 +0000 (15:44 +0200)]
Add Marek to 'AUTHORS'.

9 years agognu: wv: Fix URL.
Ludovic Courtès [Tue, 9 Sep 2014 15:17:46 +0000 (17:17 +0200)]
gnu: wv: Fix URL.

Reported by Marek Benc.

* gnu/packages/wv.scm (wv): Change URL to mirror://.  Also replace one
  NAME occurrence in the URL with 'wvware'.

9 years agoHave (gnu) re-export (guix gexp).
Ludovic Courtès [Tue, 9 Sep 2014 15:13:43 +0000 (17:13 +0200)]
Have (gnu) re-export (guix gexp).

* gnu.scm (%public-modules): Add '(guix gexp)'.

9 years agosystem: Export '%setuid-programs'.
Ludovic Courtès [Tue, 9 Sep 2014 15:12:33 +0000 (17:12 +0200)]
system: Export '%setuid-programs'.

* gnu/system.scm: Export '%setuid-programs', as documented in the
  manual.

9 years agognu: libwmf: Use a mirror:// URL.
Ludovic Courtès [Tue, 9 Sep 2014 13:35:00 +0000 (15:35 +0200)]
gnu: libwmf: Use a mirror:// URL.

* gnu/packages/image.scm (libwmf): Use a mirror://sourceforge URL.

9 years agognu: abiword: Use 'wv', not 'wvware'.
Ludovic Courtès [Tue, 9 Sep 2014 13:33:57 +0000 (15:33 +0200)]
gnu: abiword: Use 'wv', not 'wvware'.

* gnu/packages/abiword.scm: Change 'wvware' to 'wv'.

9 years agognu: Add AbiWord.
Marek Benc [Tue, 9 Sep 2014 11:54:38 +0000 (13:54 +0200)]
gnu: Add AbiWord.

* gnu/packages/patches/abiword-explictly-cast-bools.patch New file.
* gnu/packages/patches/abiword-link-plugins-against-backend.patch: New file.
* gnu/packages/patches/abiword-no-include-glib-internal-headers.patch: New file.
* gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch
* gnu/packages/patches/abiword-use-proper-png-api.patch: New file.
* gnu/packages/patches/abiword-wmf-version-lookup-fix.patch: New file.
* gnu/packages/abiword.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add abiword.scm.
  (dist_patch_DATA): Add the 6 patches for abiword.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add ots.
Marek Benc [Tue, 9 Sep 2014 11:39:55 +0000 (13:39 +0200)]
gnu: Add ots.

* gnu/packages/patches/ots-no-include-missing-file.patch: New file.
* gnu/packages/ots.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add ots.scm.
  (dist_patch_DATA): Add ots-no-include-missing-file.patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add Enchant.
Marek Benc [Tue, 9 Sep 2014 11:34:22 +0000 (13:34 +0200)]
gnu: Add Enchant.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add wv.
Marek Benc [Tue, 9 Sep 2014 09:54:18 +0000 (11:54 +0200)]
gnu: Add wv.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add libwmf.
Marek Benc [Tue, 9 Sep 2014 09:48:44 +0000 (11:48 +0200)]
gnu: Add libwmf.

* gnu/packages/image.scm (libwmf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add GNU FriBidi.
Marek Benc [Tue, 9 Sep 2014 09:39:12 +0000 (11:39 +0200)]
gnu: Add GNU FriBidi.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add zsh.
Kevin Lemonnier [Mon, 8 Sep 2014 19:06:31 +0000 (21:06 +0200)]
gnu: Add zsh.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agolinux-initrd: Store Linux modules in a normal store directory.
Ludovic Courtès [Mon, 8 Sep 2014 21:46:48 +0000 (23:46 +0200)]
linux-initrd: Store Linux modules in a normal store directory.

* gnu/system/linux-initrd.scm (expression->initrd): Remove #:linux and
  #:linux-modules parameters.  Remove call to
  'float-linux-module-directory'.
  (base-initrd): Add call to 'float-linux-module-directory'.  Use it in
  #:linux-modules argument in the gexp.  Remove #:linux and
  #:linux-modules arguments to 'expression->initrd'.
* gnu/build/linux-initrd.scm (build-initrd): Remove
  #:linux-module-directory parameter.  Don't create 'modules'
  sub-directory.
* gnu/build/linux-boot.scm (boot-system): Mentin that LINUX-MODULES is a
  list of absolute file names.  Don't prepend "/modules/" to
  LINUX-MODULES.
* doc/guix.texi (Initial RAM Disk): Adjust accordingly.

9 years agolinux-initrd: Remove #:to-copy argument of 'expression->initrd'.
Ludovic Courtès [Mon, 8 Sep 2014 21:27:40 +0000 (23:27 +0200)]
linux-initrd: Remove #:to-copy argument of 'expression->initrd'.

* gnu/system/linux-initrd.scm (expression->initrd): Remove #:to-copy
  parameter.  Remove 'graph-files', and adjust #:references-graphs
  arguments to just list INIT.
  (base-initrd): Remove #:to-copy argument.
* doc/guix.texi (Initial RAM Disk): Adjust accordingly.

9 years agolinux-initrd: Move initrd creation code to (guix build linux-initrd).
Ludovic Courtès [Mon, 8 Sep 2014 21:20:34 +0000 (23:20 +0200)]
linux-initrd: Move initrd creation code to (guix build linux-initrd).

* gnu/build/linux-initrd.scm (cache-compiled-file-name,
  compile-to-cache, build-initrd): New procedures.
* gnu/system/linux-initrd.scm (expression->initrd)[builder]: Remove code
  now moved above.  Use 'build-initrd'.

9 years agolinux-initrd: Copy all the script's closure to the initrd.
Ludovic Courtès [Mon, 8 Sep 2014 20:26:05 +0000 (22:26 +0200)]
linux-initrd: Copy all the script's closure to the initrd.

* gnu/system/linux-initrd.scm (expression->initrd): Remove calls to
  'imported-modules' and 'compiled-modules'.  Use 'gexp->script' with
  EXP.  Add the result to TO-COPY.  Make /init a symlink to that script,
  and copy its closure into the "contents" directory.  Add fake
  /proc/self/exe symlink.
* gnu/build/linux-boot.scm (load-linux-module*): Add comment about mmap.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "-m
  256".  This turns out to be needed for initrds containing things like
  e2fsck and several modules; with the default of 128 MiB, loading
  libahci.ko may fail with -1.

9 years agognu: Add GNU direvent.
Ludovic Courtès [Mon, 8 Sep 2014 19:48:54 +0000 (21:48 +0200)]
gnu: Add GNU direvent.

* gnu/packages/admin.scm (direvent): New variable.

9 years agognu: Add testdisk.
Ludovic Courtès [Mon, 8 Sep 2014 19:20:55 +0000 (21:20 +0200)]
gnu: Add testdisk.

* gnu/packages/admin.scm (testdisk): New variable.

9 years agognu: youtube-dl: Update to 2014.09.06.
Ludovic Courtès [Mon, 8 Sep 2014 19:00:48 +0000 (21:00 +0200)]
gnu: youtube-dl: Update to 2014.09.06.

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

9 years agoemacs: Improve key bindings for marking the packages.
Alex Kost [Sat, 6 Sep 2014 14:00:45 +0000 (18:00 +0400)]
emacs: Improve key bindings for marking the packages.

Use "U" to upgrade the current package, "^" to upgrade all.

* emacs/guix-list.el: (guix-list-unmark): With prefix, mark all.
  (guix-package-list-mark-outputs): New procedure.
  (guix-package-list-mark-install, guix-package-list-mark-delete)
  (guix-package-list-mark-upgrade): Use it.
  (guix-package-list-mark-upgrades): New command.
* doc/emacs.texi (emacs List buffer): Update the manual accordingly.

9 years agognu: Add tdb.
Ludovic Courtès [Mon, 8 Sep 2014 16:00:03 +0000 (18:00 +0200)]
gnu: Add tdb.

* gnu/packages/databases.scm (tdb): New variable.

9 years agognu: Consolidate databases in (gnu packages databases).
Ludovic Courtès [Mon, 8 Sep 2014 15:48:03 +0000 (17:48 +0200)]
gnu: Consolidate databases in (gnu packages databases).

* gnu/packages/databases.scm: New file, with the contents of the
  following deleted files.
* gnu/packages/mysql.scm, gnu/packages/postgresql.scm,
  gnu/packages/recutils.scm, gnu/packages/sqlite.scm,
  gnu/packages/bdb.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm,
  gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm,
  gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm,
  gnu/packages/package-management.scm, gnu/packages/python.scm,
  gnu/packages/qt.scm, gnu/packages/rdf.scm,
  gnu/packages/version-control.scm: Adjust to new module name.

9 years agognu: Remove extra import in (gnu packages admin).
Ludovic Courtès [Mon, 8 Sep 2014 15:48:34 +0000 (17:48 +0200)]
gnu: Remove extra import in (gnu packages admin).

* gnu/packages/admin.scm: Remove duplicate use of (gnu packages base).

9 years agogexp: 'gexp->script' returns a script that can easily be compiled.
Ludovic Courtès [Sun, 7 Sep 2014 21:57:36 +0000 (23:57 +0200)]
gexp: 'gexp->script' returns a script that can easily be compiled.

* guix/gexp.scm (gexp->script): Produce an 'eval-when' form around
  assignments of %load-path and %load-compiled-path.

9 years agolinux-initrd: Build cpio archives without '--no-absolute-filenames'.
Ludovic Courtès [Sun, 7 Sep 2014 20:57:57 +0000 (22:57 +0200)]
linux-initrd: Build cpio archives without '--no-absolute-filenames'.

* gnu/build/linux-initrd.scm (write-cpio-archive): Remove
  '--no-absolute-filenames'.

9 years agognu: linux-libre: Update to 3.16.2.
Jason Self [Sun, 7 Sep 2014 02:52:38 +0000 (19:52 -0700)]
gnu: linux-libre: Update to 3.16.2.

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

9 years agolinux-initrd: Populate the initrd's store with complete closures.
Ludovic Courtès [Sat, 6 Sep 2014 21:30:28 +0000 (23:30 +0200)]
linux-initrd: Populate the initrd's store with complete closures.

* gnu/system/linux-initrd.scm (expression->initrd): Add 'graph-files'.
  Use (guix build store-copy) and 'populate-store' instead of local
  hack.  Pass #:references-graphs to 'gexp->derivation'.

9 years agognu: unionfs-fuse/static: Remove store references from the executable.
Ludovic Courtès [Sat, 6 Sep 2014 21:26:00 +0000 (23:26 +0200)]
gnu: unionfs-fuse/static: Remove store references from the executable.

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Add #:phases.

9 years agogexp: Allow use of high-level objects in #:references-graphs.
Ludovic Courtès [Sat, 6 Sep 2014 13:45:32 +0000 (15:45 +0200)]
gexp: Allow use of high-level objects in #:references-graphs.

* guix/gexp.scm (lower-reference-graphs): New procedure.
  (gexp->derivation)[graphs-file-names]: New procedure.
  Use 'lower-reference-graphs', and augment #:inputs argument as a
  function of #:references-graphs.
* doc/guix.texi (G-Expressions): Adjust 'gexp->derivation' documentation
  accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): Remove reference to
  TWO in BUILD-DRV.  Use TWO directly in #:references-graphs argument.
  ("gexp->derivation #:references-graphs"): New test.
* gnu/system/vm.scm (qemu-image): Remove variable 'graph'; use INPUTS as
  the #:references-graphs argument to
  'expression->derivation-in-linux-vm'.

9 years agognu: linux-libre: Revert to 3.16.1.
Jason Self [Sat, 6 Sep 2014 16:33:41 +0000 (09:33 -0700)]
gnu: linux-libre: Revert to 3.16.1.

* gnu/packages/linux.scm (linux-libre): Revert to version 3.16.1.

9 years agoemacs: Add a face for installed packages.
Alex Kost [Sat, 6 Sep 2014 08:08:42 +0000 (12:08 +0400)]
emacs: Add a face for installed packages.

* emacs/guix-list.el (guix-package-list-installed): New face.
  (guix-package-list-get-name): Use it.

9 years agognu: linux-libre: Update to 3.16.2.
Jason Self [Sat, 6 Sep 2014 16:19:08 +0000 (09:19 -0700)]
gnu: linux-libre: Update to 3.16.2.

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

9 years agognu: Add python-sphinx.
David Thompson [Fri, 5 Sep 2014 22:23:22 +0000 (18:23 -0400)]
gnu: Add python-sphinx.

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

9 years agognu: Add python-pygments.
David Thompson [Fri, 5 Sep 2014 22:22:51 +0000 (18:22 -0400)]
gnu: Add python-pygments.

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

9 years agognu: Add python-docutils.
David Thompson [Fri, 5 Sep 2014 22:22:21 +0000 (18:22 -0400)]
gnu: Add python-docutils.

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

9 years agognu: Add python-jinja2.
David Thompson [Fri, 5 Sep 2014 22:21:28 +0000 (18:21 -0400)]
gnu: Add python-jinja2.

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

9 years agognu: Add python-markupsafe.
David Thompson [Fri, 5 Sep 2014 14:01:13 +0000 (10:01 -0400)]
gnu: Add python-markupsafe.

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

9 years agognu: Add python-virtualenv.
David Thompson [Fri, 5 Sep 2014 13:57:55 +0000 (09:57 -0400)]
gnu: Add python-virtualenv.

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

9 years agognu: Add python-itsdangerous.
David Thompson [Fri, 5 Sep 2014 13:54:47 +0000 (09:54 -0400)]
gnu: Add python-itsdangerous.

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

9 years agognu: Add python-oauthlib.
David Thompson [Fri, 5 Sep 2014 13:52:38 +0000 (09:52 -0400)]
gnu: Add python-oauthlib.

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

9 years agognu: Add python-pyjwt.
David Thompson [Fri, 5 Sep 2014 13:45:52 +0000 (09:45 -0400)]
gnu: Add python-pyjwt.

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

9 years agognu: Add python-discover.
David Thompson [Sat, 6 Sep 2014 00:49:54 +0000 (20:49 -0400)]
gnu: Add python-discover.

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

9 years agognu: Add python-coverage.
David Thompson [Sat, 6 Sep 2014 00:49:23 +0000 (20:49 -0400)]
gnu: Add python-coverage.

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

9 years agognu: Add python-testrepository.
David Thompson [Fri, 5 Sep 2014 13:36:45 +0000 (09:36 -0400)]
gnu: Add python-testrepository.

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

9 years agognu: Add python-fixtures.
David Thompson [Fri, 5 Sep 2014 13:33:38 +0000 (09:33 -0400)]
gnu: Add python-fixtures.

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

9 years agognu: Add python-subunit.
David Thompson [Fri, 5 Sep 2014 13:30:31 +0000 (09:30 -0400)]
gnu: Add python-subunit.

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

9 years agognu: Add python-testresources.
David Thompson [Fri, 5 Sep 2014 13:27:41 +0000 (09:27 -0400)]
gnu: Add python-testresources.

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

9 years agognu: Add python-testscenarios.
David Thompson [Fri, 5 Sep 2014 13:25:17 +0000 (09:25 -0400)]
gnu: Add python-testscenarios.

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

9 years agognu: Add python-testtools.
David Thompson [Fri, 5 Sep 2014 13:22:29 +0000 (09:22 -0400)]
gnu: Add python-testtools.

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

9 years agognu: Add python-scripttest.
David Thompson [Fri, 5 Sep 2014 13:19:23 +0000 (09:19 -0400)]
gnu: Add python-scripttest.

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

9 years agognu: Add python-pytest.
David Thompson [Fri, 5 Sep 2014 13:16:50 +0000 (09:16 -0400)]
gnu: Add python-pytest.

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

9 years agognu: Add python-py.
David Thompson [Fri, 5 Sep 2014 12:59:37 +0000 (08:59 -0400)]
gnu: Add python-py.

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

9 years agognu: Add python-unittest2.
David Thompson [Fri, 5 Sep 2014 12:45:24 +0000 (08:45 -0400)]
gnu: Add python-unittest2.

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

9 years agognu: Add python-nose.
David Thompson [Fri, 5 Sep 2014 12:39:43 +0000 (08:39 -0400)]
gnu: Add python-nose.

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

9 years agognu: Add python-extras.
David Thompson [Fri, 5 Sep 2014 12:37:57 +0000 (08:37 -0400)]
gnu: Add python-extras.

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

9 years agognu: Add python-mimeparse.
David Thompson [Fri, 5 Sep 2014 12:33:45 +0000 (08:33 -0400)]
gnu: Add python-mimeparse.

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

9 years agognu: Add python-unidecode.
David Thompson [Thu, 4 Sep 2014 03:12:11 +0000 (23:12 -0400)]
gnu: Add python-unidecode.

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

9 years agognu: Add python-jsonschema.
David Thompson [Wed, 3 Sep 2014 12:06:29 +0000 (08:06 -0400)]
gnu: Add python-jsonschema.

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

9 years agognu: Add python2-requests.
David Thompson [Wed, 3 Sep 2014 01:22:43 +0000 (21:22 -0400)]
gnu: Add python2-requests.

* gnu/packages/python.scm (python2-requests): New variable.

9 years agognu: Add python-certifi.
David Thompson [Wed, 3 Sep 2014 01:22:14 +0000 (21:22 -0400)]
gnu: Add python-certifi.

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