jackhill/guix/guix.git
9 years agosystem: Allow users to PTRACE_ATTACH to their own processes.
Ludovic Courtès [Sun, 12 Apr 2015 13:33:42 +0000 (15:33 +0200)]
system: Allow users to PTRACE_ATTACH to their own processes.

* gnu/build/activation.scm (activate-ptrace-attach): New procedure.
* gnu/system.scm (operating-system-activation-script): Use it.

9 years agobuild: Build and install (guix build-system haskell).
Ludovic Courtès [Sun, 12 Apr 2015 13:16:48 +0000 (15:16 +0200)]
build: Build and install (guix build-system haskell).

* Makefile.am (MODULES): Add guix/build-system/haskell.scm.

9 years agognu: emacs: Update to 24.5.
Mark H Weaver [Sun, 29 Mar 2015 04:23:48 +0000 (00:23 -0400)]
gnu: emacs: Update to 24.5.

* gnu/packages/emacs.scm (emacs): Update to 24.5.

9 years agosystem: Clean /tmp and /var/run during early boot.
Mark H Weaver [Wed, 25 Feb 2015 04:54:29 +0000 (23:54 -0500)]
system: Clean /tmp and /var/run during early boot.

* gnu/system.scm (operating-system-boot-script): Clean out /tmp and
  /var/run before activating the system.

9 years agognu: Add gst-libav.
宋文武 [Fri, 10 Apr 2015 13:01:10 +0000 (21:01 +0800)]
gnu: Add gst-libav.

* gnu/packages/gstreamer.scm (gst-libav): New variable.

9 years agognu: Add GRIT.
Ricardo Wurmus [Fri, 10 Apr 2015 09:05:45 +0000 (11:05 +0200)]
gnu: Add GRIT.

* gnu/packages/bioinformatics.scm (grit): New variable.

9 years agoAdd Bash completion file.
Ludovic Courtès [Thu, 9 Apr 2015 21:44:14 +0000 (23:44 +0200)]
Add Bash completion file.

* etc/completion/bash/guix: New file.
* Makefile.am (dist_bashcompletion_DATA): New variable.
* configure.ac: Add --with-bash-completion-dir.

9 years agognu: Add Shogun.
Ricardo Wurmus [Wed, 18 Mar 2015 16:59:20 +0000 (17:59 +0100)]
gnu: Add Shogun.

* gnu/packages/bioinformatics.scm (shogun): New variable.

9 years agohttp-client: Add workaround for HTTP pipelining on Guile <= 2.0.9.
Ludovic Courtès [Wed, 8 Apr 2015 19:38:52 +0000 (21:38 +0200)]
http-client: Add workaround for HTTP pipelining on Guile <= 2.0.9.

Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.

* guix/http-client.scm (make-delimited-input-port): New procedure.
  Install it in (web response) for Guile <= 2.0.9.

9 years agoactivation: Remove undeclared user accounts and groups.
Ludovic Courtès [Wed, 8 Apr 2015 19:23:45 +0000 (21:23 +0200)]
activation: Remove undeclared user accounts and groups.

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

* gnu/build/activation.scm (enumerate, current-users, current-groups,
  delete-user, delete-group): New procedures.
  (activate-users+groups): Add calls to 'delete-user' and
  'delete-group'.
* doc/guix.texi (User Accounts): Add a paragraph about statelessness.
  Explain that passwords are preserved.

9 years agognu: Add ghc-http.
Federico Beffa [Fri, 27 Mar 2015 18:17:57 +0000 (19:17 +0100)]
gnu: Add ghc-http.

* gnu/packages/haskell.scm (ghc-http): New variable.

9 years agognu: Add ghc-network-uri.
Federico Beffa [Fri, 27 Mar 2015 18:15:21 +0000 (19:15 +0100)]
gnu: Add ghc-network-uri.

* gnu/packages/haskell.scm (ghc-network-uri): New variable.

9 years agognu: Add ghc-network.
Federico Beffa [Fri, 27 Mar 2015 17:58:03 +0000 (18:58 +0100)]
gnu: Add ghc-network.

* gnu/packages/haskell.scm (ghc-network): New variable.

9 years agognu: Add ghc-vector.
Federico Beffa [Fri, 27 Mar 2015 17:37:19 +0000 (18:37 +0100)]
gnu: Add ghc-vector.

* gnu/packages/haskell.scm (ghc-vector): New variable.

9 years agognu: Add ghc-parsec.
Federico Beffa [Fri, 27 Mar 2015 17:30:06 +0000 (18:30 +0100)]
gnu: Add ghc-parsec.

* gnu/packages/haskell.scm (ghc-parsec): New variable.

9 years agognu: Add ghc-split.
Federico Beffa [Fri, 27 Mar 2015 17:20:18 +0000 (18:20 +0100)]
gnu: Add ghc-split.

* gnu/packages/haskell.scm (ghc-split): New variable.

9 years agognu: Add ghc-unordered-containers.
Federico Beffa [Fri, 27 Mar 2015 17:12:43 +0000 (18:12 +0100)]
gnu: Add ghc-unordered-containers.

* gnu/packages/haskell.scm (ghc-unordered-containers): New variable.

9 years agognu: Add ghc-fgl.
Federico Beffa [Fri, 27 Mar 2015 17:03:49 +0000 (18:03 +0100)]
gnu: Add ghc-fgl.

* gnu/packages/haskell.scm (ghc-fgl): New variable.

9 years agognu: Add ghc-containers.
Federico Beffa [Fri, 27 Mar 2015 16:59:16 +0000 (17:59 +0100)]
gnu: Add ghc-containers.

* gnu/packages/haskell.scm (ghc-containers): New variable.

9 years agognu: Add ghc-syb.
Federico Beffa [Fri, 27 Mar 2015 16:51:04 +0000 (17:51 +0100)]
gnu: Add ghc-syb.

* gnu/packages/haskell.scm (ghc-syb): New variable.

9 years agognu: Add ghc-case-insensitive.
Federico Beffa [Fri, 27 Mar 2015 16:43:11 +0000 (17:43 +0100)]
gnu: Add ghc-case-insensitive.

* gnu/packages/haskell.scm (ghc-case-insensitive): New variable.

9 years agognu: Add ghc-quickcheck.
Federico Beffa [Tue, 7 Apr 2015 12:03:00 +0000 (14:03 +0200)]
gnu: Add ghc-quickcheck.

* gnu/packages/haskell.scm (ghc-quickcheck): New variable.

9 years agognu: Add ghc-tf-random.
Federico Beffa [Fri, 27 Mar 2015 16:29:42 +0000 (17:29 +0100)]
gnu: Add ghc-tf-random.

* gnu/packages/haskell.scm (ghc-tf-random): New variable.

9 years agognu: Add ghc-primitive.
Federico Beffa [Fri, 27 Mar 2015 16:27:11 +0000 (17:27 +0100)]
gnu: Add ghc-primitive.

* gnu/packages/haskell.scm (ghc-primitive): New variable.

9 years agognu: Add ghc-random.
Federico Beffa [Fri, 27 Mar 2015 15:31:56 +0000 (16:31 +0100)]
gnu: Add ghc-random.

* gnu/packages/haskell.scm (ghc-random): New variable.

9 years agognu: Add ghc-hunit
Federico Beffa [Fri, 27 Mar 2015 15:08:00 +0000 (16:08 +0100)]
gnu: Add ghc-hunit

* gnu/packages/haskell.scm (ghc-hunit): New variable.

9 years agognu: Add ghc-hashable.
Federico Beffa [Fri, 27 Mar 2015 15:03:35 +0000 (16:03 +0100)]
gnu: Add ghc-hashable.

* gnu/packages/haskell.scm (ghc-hashable): New variable.

9 years agognu: Add ghc-text.
Federico Beffa [Fri, 27 Mar 2015 14:54:30 +0000 (15:54 +0100)]
gnu: Add ghc-text.

* gnu/packages/haskell.scm (ghc-text): New variable.

9 years agognu: Add ghc-parallel.
Federico Beffa [Fri, 27 Mar 2015 14:11:50 +0000 (15:11 +0100)]
gnu: Add ghc-parallel.

* gnu/packages/haskell.scm (ghc-parallel): New variable.

9 years agognu: Add ghc-stm.
Federico Beffa [Fri, 27 Mar 2015 13:49:39 +0000 (14:49 +0100)]
gnu: Add ghc-stm.

* gnu/packages/haskell.scm (ghc-stm): New variable.

9 years agognu: Add ghc-zlib.
Federico Beffa [Fri, 27 Mar 2015 13:31:40 +0000 (14:31 +0100)]
gnu: Add ghc-zlib.

* gnu/packages/haskell.scm (ghc-zlib): New variable.

9 years agognu: Add ghc-paths.
Federico Beffa [Thu, 26 Mar 2015 16:55:23 +0000 (17:55 +0100)]
gnu: Add ghc-paths.

* gnu/packages/haskell.scm: (ghc-paths): New variable.

9 years agognu: Add ghc-mtl.
Federico Beffa [Wed, 25 Mar 2015 16:32:33 +0000 (17:32 +0100)]
gnu: Add ghc-mtl.

* gnu/packages/haskell.scm: (ghc-mtl): New variable.

9 years agoprofiles: Generate GHC's package database cache.
Federico Beffa [Sat, 4 Apr 2015 20:51:13 +0000 (22:51 +0200)]
profiles: Generate GHC's package database cache.

* guix/profiles.scm (ghc-package-cache-file): New procedure.
  (profile-derivation): Add 'ghc-package-cache?' keyword argument.  If true
  (the default), add the result of 'ghc-package-cache-file' to 'inputs'.
* guix/scripts/package.scm (guix-package)[process-actions]: Pass
  #:ghc-package-cache? to 'profile-generation'.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation"): Likewise.

9 years agobuild-system/haskell: Update configure flags, 'haddock' and %standard-phases.
Federico Beffa [Sat, 4 Apr 2015 09:16:37 +0000 (11:16 +0200)]
build-system/haskell: Update configure flags, 'haddock' and %standard-phases.

* guix/build/haskell-build-system.scm (%standard-phases): move 'haddock phase
  before 'install phase.
* guix/build/haskell-build-system.scm (haddock): Simplify it as the 'install
  phase takes care of copying files.
* guix/build/haskell-build-system.scm (configure): Add '--libsubdir' flag.
  Fix use of '--extra-include-dirs' and '--extra-lib-dirs' flags.  Use 'doc',
  'bin' and 'lib' outputs if they are defined.
* guix/build/haskell-build-system.scm (make-ghc-package-database, register):
  Aligh location of 'package.conf.d' directory with '--libsubdir' flag.

9 years agoimport: Add hackage importer.
Federico Beffa [Sun, 8 Mar 2015 06:48:38 +0000 (07:48 +0100)]
import: Add hackage importer.

* guix/import/hackage.scm: New file.
* tests/hackage.scm: New file.

9 years agoimport: Add hackage importer.
Federico Beffa [Sat, 7 Mar 2015 16:23:14 +0000 (17:23 +0100)]
import: Add hackage importer.

* guix/scripts/import.scm (importers): Add hackage.
* guix/scripts/import/hackage.scm: New file.
* po/guix/POTFILES.in: Add guix/scripts/import.scm.
* doc/guix.texi: Add section on 'hackage' importer.

9 years agognu: Add libsecret.
宋文武 [Tue, 7 Apr 2015 09:43:53 +0000 (17:43 +0800)]
gnu: Add libsecret.

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

9 years agobuild: Enable silent rules by default.
Ludovic Courtès [Wed, 8 Apr 2015 08:42:48 +0000 (10:42 +0200)]
build: Enable silent rules by default.

* configure.ac: Use 'AM_SILENT_RULES'.

9 years agognu: guix: Update development snapshot.
Ludovic Courtès [Wed, 8 Apr 2015 08:41:27 +0000 (10:41 +0200)]
gnu: guix: Update development snapshot.

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

9 years agotests: Skip 'guix-package-net.sh' when prerequisites aren't met.
Ludovic Courtès [Wed, 8 Apr 2015 08:20:25 +0000 (10:20 +0200)]
tests: Skip 'guix-package-net.sh' when prerequisites aren't met.

* tests/guix-package-net.sh: Reinstate networking and shebang test that
  inadvertently vanished in commit 57b8623.

9 years agognu: inetutils: Apply syslogd patch.
Ludovic Courtès [Wed, 8 Apr 2015 07:44:49 +0000 (09:44 +0200)]
gnu: inetutils: Apply syslogd patch.

* gnu/packages/patches/inetutils-syslogd.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (inetutils)[source]: Use it.
  [native-inputs]: New field.

9 years agognu: julia: Pass MARCH make flag.
Ricardo Wurmus [Tue, 7 Apr 2015 08:41:57 +0000 (10:41 +0200)]
gnu: julia: Pass MARCH make flag.

* gnu/packages/julia.scm (julia)[arguments]: Pass "MARCH" flag for supported
  architectures.

9 years agognu: julia: Mark as unsupported on ARM and MIPS.
Ricardo Wurmus [Tue, 7 Apr 2015 08:39:25 +0000 (10:39 +0200)]
gnu: julia: Mark as unsupported on ARM and MIPS.

* gnu/packages/julia.scm (julia): Add 'supported-systems' field.

9 years agognu: wavpack: Fix wavpack.pc by passing '--libdir' to `configure'.
宋文武 [Tue, 7 Apr 2015 03:01:29 +0000 (11:01 +0800)]
gnu: wavpack: Fix wavpack.pc by passing '--libdir' to `configure'.

* gnu/packages/audio.scm (wavpack)[arguments]: New field.

9 years agodoc: Refer to "Substitutes" from "Setting Up the Daemon".
Ludovic Courtès [Tue, 7 Apr 2015 20:58:31 +0000 (22:58 +0200)]
doc: Refer to "Substitutes" from "Setting Up the Daemon".

Suggested by Mark H Weaver.

* doc/guix.texi (Setting Up the Daemon): Add xref to "Substitutes".

9 years agodoc: Mention the relation between module names and file names.
Ludovic Courtès [Tue, 7 Apr 2015 20:53:06 +0000 (22:53 +0200)]
doc: Mention the relation between module names and file names.

* doc/guix.texi (Package Modules): Mention the relation between module
  names and file names.

9 years agodoc: Mention that the current generation is not deleted.
Ludovic Courtès [Tue, 7 Apr 2015 20:47:32 +0000 (22:47 +0200)]
doc: Mention that the current generation is not deleted.

* doc/guix.texi (Invoking guix package): Mention that the current
  generation is not deleted.  This is a followup to d26eb84.

9 years agognu: kbd: Update to 2.0.2.
Mark H Weaver [Tue, 7 Apr 2015 17:18:22 +0000 (13:18 -0400)]
gnu: kbd: Update to 2.0.2.

* gnu/packages/linux.scm (kbd): Update to 2.0.2.

9 years agognu: Add python-drmaa.
Ricardo Wurmus [Wed, 1 Apr 2015 09:59:01 +0000 (11:59 +0200)]
gnu: Add python-drmaa.

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

9 years agognu: Add Solfege.
Ricardo Wurmus [Wed, 11 Mar 2015 08:02:34 +0000 (09:02 +0100)]
gnu: Add Solfege.

* gnu/packages/music.scm (solfege): New variable.

9 years agognu: Add Csound.
Ricardo Wurmus [Tue, 31 Mar 2015 20:28:08 +0000 (22:28 +0200)]
gnu: Add Csound.

* gnu/packages/audio.scm (csound): New variable.

9 years agognu: Add libiec61883.
宋文武 [Tue, 7 Apr 2015 05:22:40 +0000 (13:22 +0800)]
gnu: Add libiec61883.

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

9 years agognu: apl: Update to 1.5.
Mark H Weaver [Tue, 7 Apr 2015 02:22:03 +0000 (22:22 -0400)]
gnu: apl: Update to 1.5.

* gnu/packages/apl.scm (apl): Update to 1.5.

9 years agognu: parallel: Update to 20150322.
Mark H Weaver [Tue, 7 Apr 2015 02:13:48 +0000 (22:13 -0400)]
gnu: parallel: Update to 20150322.

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

9 years agognu: Add libsoup.
宋文武 [Mon, 6 Apr 2015 15:56:35 +0000 (23:56 +0800)]
gnu: Add libsoup.

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

9 years agonls: Add Danish translation.
Ludovic Courtès [Mon, 6 Apr 2015 20:06:12 +0000 (22:06 +0200)]
nls: Add Danish translation.

* po/guix/da.po: New file.
* po/guix/LINGUAS: Add 'da'.

9 years agotests: Move 'guix package' tests that require networking to a separate file.
Ludovic Courtès [Mon, 6 Apr 2015 19:52:40 +0000 (21:52 +0200)]
tests: Move 'guix package' tests that require networking to a separate file.

* tests/guix-package.sh (shebang_not_too_long): Remove.
  Move everything below "if [networking + shebang_not_too_long]" to...
* tests/guix-package-net.sh: ... here.  New file.
* Makefile.am (SH_TESTS): Add it.

9 years agoguix package: Avoid 'exit' calls in 'delete-matching-generations'.
Ludovic Courtès [Mon, 6 Apr 2015 19:27:03 +0000 (21:27 +0200)]
guix package: Avoid 'exit' calls in 'delete-matching-generations'.

* guix/scripts/package.scm (delete-matching-generations): Remove call to
  'exit' when PATTERN is "0".  Call 'leave' instead of 'exit'
  when (null-list? number).

9 years agoguix package: Never remove the current generation and warn about it.
Ludovic Courtès [Mon, 6 Apr 2015 19:26:12 +0000 (21:26 +0200)]
guix package: Never remove the current generation and warn about it.

Fixes <http://bugs.gnu.org/19978>.
Reported by taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer).

* guix/scripts/package.scm (delete-matching-generations): Warn when
  CURRENT is in NUMBERS, and always remove it before calling
  'delete-generations'.
* tests/guix-package.sh: Add --switch-generation=2 invocation before
  --delete-generations=3 invocation.
  Add --delete-generations=1.. test case.

9 years agotests: Deal with 'mount-points' not returning "/".
Ludovic Courtès [Mon, 6 Apr 2015 19:05:38 +0000 (21:05 +0200)]
tests: Deal with 'mount-points' not returning "/".

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

* tests/syscalls.scm ("mount-points"): Check for a few other likely
  mount points in addition to "/".

9 years agognu: lsof: Add mirrors.
Ludovic Courtès [Mon, 6 Apr 2015 18:50:35 +0000 (20:50 +0200)]
gnu: lsof: Add mirrors.

Reported by Tomáš Čech.

* gnu/packages/lsof.scm (lsof)[source]: Add two mirrors.

9 years agoguix package: Move generation deletion to its own procedure.
Ludovic Courtès [Mon, 6 Apr 2015 18:02:22 +0000 (20:02 +0200)]
guix package: Move generation deletion to its own procedure.

* guix/scripts/package.scm (delete-matching-generations): New procedure,
  with code formerly found...
  (guix-package)[process-actions]: ... here.  Use it.
  Remove 'current-generation-number'.

9 years agognu: Perl GD: Add real patch.
Eric Bavier [Mon, 6 Apr 2015 15:20:23 +0000 (10:20 -0500)]
gnu: Perl GD: Add real patch.

Replaces the stub patch added in 43754738e030a4083b0881b2264b905bc563e78b.

* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
  Update patch.

43754738e030a4083b0881b2264b905bc563e78b

9 years agognu: icecat: Fix source URI.
Mark H Weaver [Mon, 6 Apr 2015 13:38:54 +0000 (09:38 -0400)]
gnu: icecat: Fix source URI.

* gnu/packages/gnuzilla.scm (icecat)[source]: Fix source URI computation.

9 years agognu: icecat: Update to 31.6.0-gnu1.
Mark H Weaver [Mon, 6 Apr 2015 00:32:54 +0000 (20:32 -0400)]
gnu: icecat: Update to 31.6.0-gnu1.

* gnu/packages/patches/icecat-CVE-2015-0801.patch,
  gnu/packages/patches/icecat-CVE-2015-0807.patch,
  gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-0816.patch,
  gnu/packages/patches/icecat-CVE-2015-0817.patch,
  gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch,
  gnu/packages/patches/icecat-bug-1127780.patch,
  gnu/packages/patches/icecat-bug-1145870.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.6.0-gnu1.  Remove patches.

9 years agognu: nss: Update to 3.18.
Mark H Weaver [Mon, 6 Apr 2015 00:08:55 +0000 (20:08 -0400)]
gnu: nss: Update to 3.18.

* gnu/packages/gnuzilla.scm (nss): Update to 3.18.  Compute source URI
  automatically based on version.

9 years agoRemove unused module import (gnu packages ed) from (gnu packages commencement).
Mark H Weaver [Sat, 4 Apr 2015 07:48:26 +0000 (03:48 -0400)]
Remove unused module import (gnu packages ed) from (gnu packages commencement).

* gnu/packages/commencement.scm: Remove (gnu packages ed) module import.

9 years agognu: emacs: Add librsvg to inputs.
Mark H Weaver [Sat, 4 Apr 2015 07:32:04 +0000 (03:32 -0400)]
gnu: emacs: Add librsvg to inputs.

* gnu/packages/emacs.scm (emacs)[inputs]: Add librsvg.
  (emacs-no-x)[inputs]: Remove librsvg from inherited inputs.

9 years agognu: linux-libre: Fix drm_wait_one_vblank warnings.
Mark H Weaver [Sat, 4 Apr 2015 15:31:11 +0000 (11:31 -0400)]
gnu: linux-libre: Fix drm_wait_one_vblank warnings.

* gnu/packages/patches/linux-libre-vblank-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.

9 years agognu: Add glib-networking.
宋文武 [Sun, 5 Apr 2015 15:36:29 +0000 (23:36 +0800)]
gnu: Add glib-networking.

* gnu/packages/gnome.scm (glib-networking): New variable.

9 years agolinux-initrd: Add virtio drivers by default.
Ludovic Courtès [Sun, 5 Apr 2015 21:13:58 +0000 (23:13 +0200)]
linux-initrd: Add virtio drivers by default.

* gnu/system/linux-initrd.scm (base-initrd): Change #:virtio? default
  to #t.  This will facilitate the use of GuixSD in VM guests.

9 years agoAdd Andy to 'AUTHORS'.
Ludovic Courtès [Sun, 5 Apr 2015 20:48:41 +0000 (22:48 +0200)]
Add Andy to 'AUTHORS'.

9 years agosystem: Take kernel modules from the user-specified kernel.
Andy Wingo [Sun, 5 Apr 2015 20:47:16 +0000 (22:47 +0200)]
system: Take kernel modules from the user-specified kernel.

* gnu/system/linux-initrd.scm (base-initrd): Add #:linux option to
  specify the linux kernel to use.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Propagate
  #:linux to base-initrd.
* gnu/system.scm (operating-system-initrd-file): Pass #:linux to
  'make-initrd'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: nginx: Clean up installation directories.
David Thompson [Sun, 5 Apr 2015 16:34:45 +0000 (12:34 -0400)]
gnu: nginx: Clean up installation directories.

* gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase.

9 years agognu: nginx: Use modify-phases syntax.
David Thompson [Sun, 5 Apr 2015 16:31:54 +0000 (12:31 -0400)]
gnu: nginx: Use modify-phases syntax.

* gnu/packages/web.scm (nginx): Use modify-phases syntax.

9 years agognu: Add livestreamer.
David Thompson [Sat, 4 Apr 2015 17:18:40 +0000 (13:18 -0400)]
gnu: Add livestreamer.

* gnu/packages/video.scm (livestreamer): New variable.

9 years agognu: Add python-singledispatch.
David Thompson [Sat, 4 Apr 2015 17:17:35 +0000 (13:17 -0400)]
gnu: Add python-singledispatch.

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

9 years agognu: python-requests: Fix Python 2 version and add support for Python 3.
David Thompson [Sat, 4 Apr 2015 17:15:40 +0000 (13:15 -0400)]
gnu: python-requests: Fix Python 2 version and add support for Python 3.

* gnu/packages/python.scm (python-requests): New variable.
  (python2-requests): Generate based on Python 3 variant.

9 years agognu: gnome-mines: Update to 3.16.0.
宋文武 [Sun, 5 Apr 2015 15:55:09 +0000 (23:55 +0800)]
gnu: gnome-mines: Update to 3.16.0.

* gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.

9 years agognu: gsettings-desktop-schemas: Enable GObject introspection.
宋文武 [Sun, 5 Apr 2015 14:53:02 +0000 (22:53 +0800)]
gnu: gsettings-desktop-schemas: Enable GObject introspection.

* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
  Add gobject-introspection.

9 years agognu: gsettings-desktop-schemas: Update to 3.16.0.
宋文武 [Sun, 5 Apr 2015 14:48:32 +0000 (22:48 +0800)]
gnu: gsettings-desktop-schemas: Update to 3.16.0.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.

9 years agognu: Add aalib.
宋文武 [Sat, 4 Apr 2015 15:08:52 +0000 (23:08 +0800)]
gnu: Add aalib.

* gnu/packages/video.scm (aalib): New variable.

9 years agognu: Add WavPack.
宋文武 [Sun, 5 Apr 2015 02:36:05 +0000 (10:36 +0800)]
gnu: Add WavPack.

* gnu/packages/audio.scm (wavpack): New variable.

9 years agognu: Add libshout.
宋文武 [Sat, 4 Apr 2015 08:38:10 +0000 (16:38 +0800)]
gnu: Add libshout.

* gnu/packages/xiph.scm (libshout): New varibale.

9 years agognu: Add libavc1394.
宋文武 [Sat, 4 Apr 2015 08:19:18 +0000 (16:19 +0800)]
gnu: Add libavc1394.

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

9 years agognu: Add libraw1394.
宋文武 [Sat, 4 Apr 2015 08:00:05 +0000 (16:00 +0800)]
gnu: Add libraw1394.

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

9 years agognu: Add icecast.
David Thompson [Sat, 28 Feb 2015 02:15:12 +0000 (21:15 -0500)]
gnu: Add icecast.

* gnu/packages/xiph.scm (icecast): New variable.

9 years agoscripts: Add 'publish' command.
David Thompson [Tue, 17 Mar 2015 14:21:31 +0000 (10:21 -0400)]
scripts: Add 'publish' command.

* guix/scripts/publish.scm: New file.
* po/guix/POTFILES.in: Add it.
* tests/publish.scm: New file.
* Makefile.am (MODULES): Add script module.
  (SCM_TESTS): Add test module.
* doc/guix.texi ("Invoking guix publish"): New node.

9 years agostore: Add query-path-info operation.
David Thompson [Tue, 17 Mar 2015 14:19:36 +0000 (10:19 -0400)]
store: Add query-path-info operation.

* guix/store.scm (<path-info>): New record type.
  (read-path-info): New procedure.
  (read-arg): Add 'path-info' syntax.
  (query-path-info): New variable.
* tests/store.scm ("query-path-info"): New test.

9 years agognu: node: Update to 0.12.2.
David Thompson [Sat, 4 Apr 2015 17:47:28 +0000 (13:47 -0400)]
gnu: node: Update to 0.12.2.

9 years agognu: Add gnome-terminal.
Andy Wingo [Sat, 4 Apr 2015 17:14:38 +0000 (13:14 -0400)]
gnu: Add gnome-terminal.

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

9 years agognu: Perl GD: Add stub patch.
Mark H Weaver [Sat, 4 Apr 2015 15:15:30 +0000 (11:15 -0400)]
gnu: Perl GD: Add stub patch.

This is a temporary fix to enable hydra to complete evaluations, which were
broken by f7ee7a9b06a386863d7752ba028a79bb98d3504d due to a missing patch
file.  The real patch will be put into place in a later commit.

* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
  New file.  This is just a stub.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: source-highlight: Remove obsolete patch.
Mark H Weaver [Sat, 4 Apr 2015 15:00:21 +0000 (11:00 -0400)]
gnu: source-highlight: Remove obsolete patch.

This should have been done in a952b10c23c9ca5931793d862a718b55492a046d.

* gnu/packages/patches/source-highlight-regexrange-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/pretty-print.scm (source-highlight)[source]: Remove patch.

9 years agognu: source-highlight: Update to 3.1.8.
Mark H Weaver [Sat, 4 Apr 2015 07:34:28 +0000 (03:34 -0400)]
gnu: source-highlight: Update to 3.1.8.

* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8.

9 years agobuild-system: Add haskell-build-system.
Federico Beffa [Fri, 27 Mar 2015 08:36:56 +0000 (09:36 +0100)]
build-system: Add haskell-build-system.

* guix/build-system/haskell.scm: New file.
* guix/build/haskell-build-system.scm: New file.
* doc/guix.texi: Add section on 'haskell-build-system'.

9 years agognu: ghc: Fix i686 build.
Federico Beffa [Sat, 28 Mar 2015 19:09:37 +0000 (20:09 +0100)]
gnu: ghc: Fix i686 build.

* gnu/packages/haskell.scm (ghc-bootstrap-7.8.4): Replace with ...
  (ghc-bootstrap-i686-7.8.4, ghc-bootstrap-x86_64-7.8.4): ... these.
  (ghc)[native-inputs]: Select the appropriate bootstrap.

9 years agognu: Add Catalyst-View-JSON.
Eric Bavier [Fri, 3 Apr 2015 19:49:48 +0000 (14:49 -0500)]
gnu: Add Catalyst-View-JSON.

* gnu/packages/web.scm (perl-catalyst-view-json): New variable.

9 years agognu: Add Perl YAML.
Eric Bavier [Fri, 3 Apr 2015 19:49:06 +0000 (14:49 -0500)]
gnu: Add Perl YAML.

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

9 years agognu: Add Test-YAML.
Eric Bavier [Fri, 3 Apr 2015 19:48:41 +0000 (14:48 -0500)]
gnu: Add Test-YAML.

* gnu/packages/perl.scm (perl-test-yaml): New variable.