jackhill/guix/guix.git
9 years agoservices: Explicitly refer to Shadow when requiring the 'nologin' shell.
Ludovic Courtès [Fri, 17 Apr 2015 11:53:05 +0000 (13:53 +0200)]
services: Explicitly refer to Shadow when requiring the 'nologin' shell.

* gnu/services/avahi.scm (avahi-service): Change 'shell' to a gexp
  referring to "nologin" in the SHADOW package.
* gnu/services/dbus.scm (dbus-service): Likewise.
* gnu/services/networking.scm (ntp-service, tor-service): Likewise.

9 years agosystem: Populate /etc/shells with the list of all the shells in use.
Ludovic Courtès [Fri, 17 Apr 2015 11:43:43 +0000 (13:43 +0200)]
system: Populate /etc/shells with the list of all the shells in use.

Reported by Andy Wingo <wingo@pobox.com>.

* gnu/system.scm (user-shells, shells-file): New procedures.
  (etc-directory): Add #:shell parameter.  Use 'shells-file' instead of
  'text-file'.
  (operating-system-etc-directory): Call 'user-shells' and pass #:shells
  to 'etc-directory'.

9 years agognu: Add libsrtp.
David Hashe [Fri, 17 Apr 2015 05:09:42 +0000 (00:09 -0500)]
gnu: Add libsrtp.

* gnu/packages/telephony.scm (libsrtp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: linux-libre: Set CONFIG_DEVMEM=y
Jason Self [Tue, 14 Apr 2015 22:04:08 +0000 (15:04 -0700)]
gnu: linux-libre: Set CONFIG_DEVMEM=y

* gnu/packages/linux.scm (linux-libre): Set CONFIG_DEVMEM=y.

Signed-off-by: Jason Self <j@jxself.org>
9 years agognu: mig: Update to 1.5
Manolis Ragkousis [Thu, 16 Apr 2015 11:00:17 +0000 (14:00 +0300)]
gnu: mig: Update to 1.5

* gnu/packages/hurd.scm (mig): Update to version 1.5.

9 years agognu: hurd-headers: Update to 0.6
Manolis Ragkousis [Thu, 16 Apr 2015 10:51:55 +0000 (13:51 +0300)]
gnu: hurd-headers: Update to 0.6

* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.

9 years agognu: gnumach-headers: Update to 1.5
Manolis Ragkousis [Thu, 16 Apr 2015 10:09:02 +0000 (13:09 +0300)]
gnu: gnumach-headers: Update to 1.5

* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.5.

9 years agognu: Add FASTX Toolkit.
Ricardo Wurmus [Tue, 14 Apr 2015 14:36:30 +0000 (16:36 +0200)]
gnu: Add FASTX Toolkit.

* gnu/packages/bioinformatics.scm (fastx-toolkit): New variable.

9 years agognu: Add libgtextutils.
Ricardo Wurmus [Tue, 14 Apr 2015 14:35:30 +0000 (16:35 +0200)]
gnu: Add libgtextutils.

* gnu/packages/textutils.scm (libgtextutils): New variable.

9 years agognu: tbb: Set library rpath.
Ricardo Wurmus [Tue, 14 Apr 2015 12:11:42 +0000 (14:11 +0200)]
gnu: tbb: Set library rpath.

* gnu/packages/tbb.scm (tbb)[arguments]: Add the rpath for lib directory of
  output to LDFLAGS.

9 years agognu: mu: Update to 0.9.12.
Paul van der Walt [Thu, 16 Apr 2015 07:54:05 +0000 (09:54 +0200)]
gnu: mu: Update to 0.9.12.

* gnu/packages/mail.scm (mu): Update to version 0.9.12.

9 years agodoc: Add section on installation from a binary tarball.
Ludovic Courtès [Wed, 15 Apr 2015 21:25:04 +0000 (23:25 +0200)]
doc: Add section on installation from a binary tarball.

* doc/guix.texi (Binary Installation): New section.

9 years agoprofiles: Generalize "hooks" for 'profile-derivation'.
Ludovic Courtès [Wed, 15 Apr 2015 20:44:51 +0000 (22:44 +0200)]
profiles: Generalize "hooks" for 'profile-derivation'.

* guix/profiles.scm (info-dir-file): Remove (null? (manifest-entries
  manifest)) test.
  (ca-certificate-bundle): Likewise.
  (ghc-package-cache-file): Turn 'if' into 'and', and remove second
  arm.
  (%default-profile-hooks): New variable.
  (profile-derivation): Remove #:info-dir?, #:ghc-package-cache?, and
  #:ca-certificate-bundle?.  Add #:hooks.  Iterate over HOOKS.  Adjust
  'inputs' accordingly.
* guix/scripts/package.scm (guix-package): Adjust 'profile-derivation'
  call accordingly.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation",
  "profile-derivation, inputs"): Likewise.

9 years agognu: icedtea6: Update to 1.13.7.
Ricardo Wurmus [Wed, 15 Apr 2015 13:55:30 +0000 (15:55 +0200)]
gnu: icedtea6: Update to 1.13.7.

* gnu/packages/java.scm (icedtea6): Update to version 1.13.7.

9 years agognu: calibre: Update to 2.24.0.
Andreas Enge [Tue, 14 Apr 2015 18:08:47 +0000 (20:08 +0200)]
gnu: calibre: Update to 2.24.0.

* gnu/packages/ebook.scm (calibre): Update to 2.24.0.

9 years agobuild: Add missing 'make-binary-tarball.scm' script.
Ludovic Courtès [Tue, 14 Apr 2015 21:29:26 +0000 (23:29 +0200)]
build: Add missing 'make-binary-tarball.scm' script.

This script is used by the target added in 9d3fb6c.

* build-aux/make-binary-tarball.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.

9 years agohydra: Add jobs for the self-contained tarball.
Ludovic Courtès [Tue, 14 Apr 2015 21:26:41 +0000 (23:26 +0200)]
hydra: Add jobs for the self-contained tarball.

* build-aux/hydra/gnu-system.scm (tarball-jobs): New procedure.
  (hydra-jobs): Use it.

9 years agognu: Don't use #:prefix in (gnu packages sdl).
Ludovic Courtès [Tue, 14 Apr 2015 21:25:37 +0000 (23:25 +0200)]
gnu: Don't use #:prefix in (gnu packages sdl).

* gnu/packages/sdl.scm: Remove #:prefix for (gnu packages fontutils)
  import, and adjust accordingly.  Add #:hide for (guix licenses)
  import.

9 years agoThank Pjotr.
Ludovic Courtès [Tue, 14 Apr 2015 21:06:12 +0000 (23:06 +0200)]
Thank Pjotr.

9 years agoinstall: Add a procedure to build a self-contained binary tarball.
Ludovic Courtès [Tue, 14 Apr 2015 21:19:01 +0000 (23:19 +0200)]
install: Add a procedure to build a self-contained binary tarball.

Suggested by Pjotr Prins <pjotr.public12@thebird.nl>
at <http://lists.gnu.org/archive/html/guix-devel/2015-04/msg00229.html>.

* gnu/build/install.scm (populate-single-profile-directory): New procedure.
* gnu/system/install.scm (self-contained-tarball): New procedure.
* Makefile.am (guix-binary.%.tar.xz): New target.

9 years agobuild: Silence warnings about 'make' portability.
Ludovic Courtès [Tue, 14 Apr 2015 21:19:29 +0000 (23:19 +0200)]
build: Silence warnings about 'make' portability.

* configure.ac: Pass -Wno-portability to AM_INIT_AUTOMAKE.

9 years agognu: calibre: Update to 2.23.0.
Andreas Enge [Tue, 14 Apr 2015 18:00:55 +0000 (20:00 +0200)]
gnu: calibre: Update to 2.23.0.

* gnu/packages/ebook.scm (calibre): Update to 2.23.0.

9 years agognu: gst-libav: Use system ffmpeg instead of bundled libav.
宋文武 [Mon, 13 Apr 2015 16:09:10 +0000 (00:09 +0800)]
gnu: gst-libav: Use system ffmpeg instead of bundled libav.

* gnu/packages/gstreamer.scm (gst-libav)[arguments]: Remove #:phases.
  Add #:configure-flags.
  [native-inputs]: Remove yasm.
  [inputs]: Add ffmpeg.

9 years agoguix package: Add '--do-not-upgrade' option.
Mark H Weaver [Thu, 26 Mar 2015 21:25:09 +0000 (17:25 -0400)]
guix package: Add '--do-not-upgrade' option.

* guix/scripts/package.scm (%options): Add the '--do-not-upgrade' option.
  (show-help): Document it.
  (options->installable): Add 'do-not-upgrade-regexps' variable.
  Use it in 'packages-to-upgrade'.
* doc/guix.texi (Invoking guix package): Document the '--do-not-upgrade'
  option.

9 years agognu: Add mdadm.
Mark H Weaver [Thu, 9 Apr 2015 01:00:32 +0000 (21:00 -0400)]
gnu: Add mdadm.

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

9 years agognu: linux-libre: Remove linux-libre-vblank-fix.patch.
Mark H Weaver [Tue, 14 Apr 2015 06:26:57 +0000 (02:26 -0400)]
gnu: linux-libre: Remove linux-libre-vblank-fix.patch.

* gnu/packages/patches/linux-libre-vblank-fix.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (linux-libre): Remove patch.

9 years agognu: ruby: Update to 2.2.2.
David Thompson [Mon, 13 Apr 2015 23:56:01 +0000 (19:56 -0400)]
gnu: ruby: Update to 2.2.2.

* gnu/packages/ruby.scm (ruby): Update to 2.2.2.

9 years agognu: emacs: Do not keep references to the entries of the build-time $PATH.
Ludovic Courtès [Mon, 13 Apr 2015 21:09:06 +0000 (23:09 +0200)]
gnu: emacs: Do not keep references to the entries of the build-time $PATH.

This reduces the number of references of the output from 54 to 31,
removing references notably to gcc, expat, glib:bin, ld-wrapper-0,
texinfo, pkg-config, make, gawk, binutils, etc.

Reported by David Thompson.

* gnu/packages/patches/emacs-exec-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.

9 years agognu: rseqc: Update hash.
Ricardo Wurmus [Mon, 13 Apr 2015 13:37:40 +0000 (15:37 +0200)]
gnu: rseqc: Update hash.

* gnu/packages/bioinformatics.scm (rseqc): Update hash.

9 years agognu: linux-libre: Update to 4.0
Jason Self [Mon, 13 Apr 2015 12:57:50 +0000 (05:57 -0700)]
gnu: linux-libre: Update to 4.0

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

9 years agodoc: Add example showing how to customize 'nscd-service'.
Ludovic Courtès [Sun, 12 Apr 2015 20:34:47 +0000 (22:34 +0200)]
doc: Add example showing how to customize 'nscd-service'.

* doc/guix.texi (Name Service Switch): Add link to nss-mdns.  Add
  example show how to pass #:name-services to 'nscd-service'.
  (Base Services): Add link from 'nscd-service' to the above.
* gnu/services/base.scm (nscd-service): Update docstring accordingly.

9 years agognu: man-pages: Update to 3.82.
Ludovic Courtès [Sun, 12 Apr 2015 20:19:18 +0000 (22:19 +0200)]
gnu: man-pages: Update to 3.82.

* gnu/packages/man.scm (man-pages): Update to 3.82.

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.