Commit Graph

7647 Commits

Author SHA1 Message Date
Ludovic Courtès e348eaaf31 check-available-binaries: Use 'substitutable-paths'.
* build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths'
  instead of 'substitution-oracle'.  The latter does more than we need, and it
  no longer check the substitutability of valid items, which is not what we
  want.  Use 'lset-difference' instead of iterating over the items.
2015-07-21 22:28:20 +02:00
Ludovic Courtès e9ade3eeef Update NEWS. 2015-07-21 21:32:29 +02:00
Ludovic Courtès 492ee9887a gnu: Add Camlp4.
* gnu/packages/ocaml.scm (camlp4): New variable.
2015-07-21 21:14:33 +02:00
Ludovic Courtès dee2b3bdb9 import: pypi: Improve warning message.
* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in
  warning.
2015-07-21 21:14:33 +02:00
Mark H Weaver 606a106fcc gnu: hoedown: Replace 'fix-makefile' phase with make-flags.
* gnu/packages/markdown.scm (hoedown)[arguments]: Remove 'fix-makefile' phase.
  Add equivalent make-flags.
2015-07-21 15:08:33 -04:00
Alex Kost d739f48140 gnu: Add sox.
* gnu/packages/audio.scm (sox): New variable.
2015-07-21 20:43:12 +03:00
Alex Kost a37f9722a5 gnu: man-db: Update to 2.7.1.
* gnu/packages/man.scm (man-db): Update to 2.7.1.
  [arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
2015-07-21 20:42:06 +03:00
Alex Kost bfe5258497 gnu: libpipeline: Update to 1.4.0.
* gnu/packages/man.scm (libpipeline): Update to 1.4.0.
2015-07-21 20:42:06 +03:00
Alex Kost d2eb275a6e gnu: man-db: Pass --with-col to configure.
* gnu/packages/man.scm (man-db)[inputs]: Add 'util-linux'.
  [arguments]: Add '--with-col' to configure flags.
2015-07-21 20:42:06 +03:00
Ben Woodcroft 8dc797fa28 gnu: Add aragorn.
* gnu/packages/bioinformatics.scm (aragorn): New variable.
2015-07-21 16:39:38 +02:00
Ricardo Wurmus 5ff0edaee6 gnu: julia: Update to 0.3.10.
* gnu/packages/julia.scm (julia): Update to 0.3.10.
* gnu/packages/patches/julia-0.3.10-fix-empty-array.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-07-21 10:33:59 +02:00
Mark H Weaver 61ee4fdf05 gnu: mercurial: Change source URI scheme to https.
* gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to
  https.
2015-07-21 02:05:20 -04:00
Mark H Weaver c0eac5a862 gnu: libmad: Apply fixes for ARMv7 Thumb, etc.
* gnu/packages/patches/libmad-armv7-thumb-pt1.patch,
  gnu/packages/patches/libmad-armv7-thumb-pt2.patch,
  gnu/packages/patches/libmad-frame-length.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/mp3.scm (libmad)[source]: Add patches.
2015-07-21 02:05:20 -04:00
Mark H Weaver 4d85391059 gnu: tidy: Add fixes for CVE-2015-5522 and CVE-2015-5523.
* gnu/packages/patches/tidy-CVE-2015-5522+5523.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/web.scm (tidy)[source]: Add patch.
2015-07-20 23:33:41 -04:00
Mark H Weaver 247cdf53df gnu: bind-utils: Update to 9.10.2-P2.
* gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
2015-07-20 23:11:07 -04:00
Mark H Weaver e4e905ac44 gnu: httpd: Update to 2.4.16.
* gnu/packages/web.scm (httpd): Update to 2.4.16.
2015-07-20 22:57:01 -04:00
Mark H Weaver add19cb79c gnu: postgresql: Update to 9.3.8.
* gnu/packages/databases.scm (postgresql): Update to 9.3.8.
2015-07-20 22:42:02 -04:00
Ludovic Courtès c01876b1af gnu: pspp: Update to 0.8.5.
* gnu/packages/maths.scm (pspp)[source]: Update to 0.8.5.
  [native-inputs]: Add TEXINFO.
2015-07-21 01:12:34 +02:00
Ludovic Courtès 4e7b64c833 gnu: datamash: Update to 1.0.7.
* gnu/packages/datamash.scm (datamash): Update to 1.0.7.
2015-07-21 01:04:58 +02:00
Ludovic Courtès 51a771a9d5 gnu: libmicrohttpd: Update to 0.9.42.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.42.
2015-07-21 01:03:21 +02:00
Ludovic Courtès aac90b4a95 gnu: nano: Update to 2.4.2.
* gnu/packages/nano.scm (nano): Update to 2.4.2.
2015-07-21 01:00:23 +02:00
Ludovic Courtès 617372ef70 Update NEWS. 2015-07-21 00:40:08 +02:00
Ludovic Courtès e5358a6bac gnu: python-pillow: Disable egg compression.
Partly fixes <http://bugs.gnu.org/20765>.

* gnu/packages/python.scm (python-pillow)[arguments]: Rewrite using
  'modify-phases'.  Add 'disable-egg-compression' phase.
2015-07-20 23:15:24 +02:00
Ludovic Courtès 6078594b13 emacs: Require 'cl-lib'.
* emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'.
2015-07-20 22:25:42 +02:00
David Thompson 8bff3d1e44 tests: Skip container tests if namespaces are not available.
* tests/containers.scm: Skip all tests if user namespaces do not exist.
2015-07-20 12:05:23 -04:00
David Thompson 7782d3a6ff gnu: Add hoedown.
* gnu/packages/markdown.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-07-20 09:16:58 -04:00
Ludovic Courtès b56724ec5f gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
2015-07-20 14:14:51 +02:00
Ludovic Courtès 72cd8ec0b1 tests: Make #:references-graphs gexp test more tolerant.
* tests/gexp.scm ("gexp->derivation #:references-graphs"): Use 'lset=' instead
  of 'equal?' since the order in which references are listed in not
  guaranteed.
2015-07-20 13:37:45 +02:00
Ricardo Wurmus d05c6da05d gnu: Add python-gridmap.
* gnu/packages/python.scm (python-gridmap, python2-gridmap): New variables.
2015-07-20 11:50:43 +02:00
Ricardo Wurmus aaf625b8dc gnu: Add python-psutil.
* gnu/packages/python.scm (python-psutil, python2-psutil): New variables.
2015-07-20 11:50:43 +02:00
Ricardo Wurmus c9b1b4f9c6 gnu: Add python-rpy2.
* gnu/packages/python.scm (python-rpy2, python2-rpy2): New variables.
2015-07-20 11:50:43 +02:00
Christopher Allan Webber 8c9610be19 emacs: Fix reference to directory variable.
This is a followup to commit 7741139080.

* emacs/guix-emacs.el (guix-emacs-find-autoloads): Fix variable
  reference to 'elisp-root-dir'.

Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-20 11:37:35 +03:00
Mark H Weaver 9a7143b707 gnu: gcc-5: Update to 5.2.0.
* gnu/packages/gcc.scm (gcc-5): Update to 5.2.0.  Remove
  gcc-arm-link-spec-fix.patch from patches.
2015-07-19 23:20:39 -04:00
Mark H Weaver 629f4d2e6e gnu: gcc-5.1, gcc-toolchain-5.1, libstdc++-doc-5.1: Rename to *-5.
This reflects the new version numbering scheme for GCC 5 and up.
See <https://gcc.gnu.org/develop.html>.

* gnu/packages/gcc.scm (gcc-5.1): Rename to ...
  (gcc-5): ... this.
  (libstdc++-doc-5.1): Rename to ...
  (libstdc++-doc-5): ... this, and use gcc-5.
* gnu/packages/commencement.scm (gcc-toolchain-5.1): Rename to ...
  (gcc-toolchain-5): ... this, and use gcc-5.
* build-aux/hydra/gnu-system.scm (%core-packages): Use gcc-5.
2015-07-19 23:20:39 -04:00
Mark H Weaver e170571887 Merge branch 'core-updates' 2015-07-19 20:28:56 -04:00
Ludovic Courtès dcd9c2505c system: Default to Linux-libre 4.0.
* gnu/system.scm (<operating-system>)[kernel]: Change default to
  LINUX-LIBRE-4.0.
2015-07-20 00:55:13 +02:00
Ludovic Courtès 94080a7263 publish: Do not load archive content in memory.
Previously, before replying to a /nar/* request, 'guix publish' would first
build up the whole nar into memory (as a consequence of
<http://bugs.gnu.org/21093>), which obviously doesn't scale.

* guix/scripts/publish.scm (render-nar): Return STORE-PATH instead of a
  procedure that calls 'write-file'.
  (sans-content-length): New procedure.
  (http-write): For 'x-nix-archive', don't call '%http-write'.  Instead, call
  'write-file' right from here, using BODY as the file name.
2015-07-20 00:37:47 +02:00
Mark H Weaver 1b4e48d498 Merge branch 'master' into core-updates 2015-07-19 18:12:34 -04:00
Ludovic Courtès 7f23fb0088 publish: Serve /nar requests in a separate thread.
* guix/scripts/publish.scm (%http-write): New variable.
  (http-write): New procedure.
  (concurrent-http-server): New variable.
  (run-publish-server): Use it.
2015-07-19 23:59:29 +02:00
Christopher Allan Webber f4de5b3bf1 gnu: Add python-feedgenerator.
* gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator): New
  variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-07-19 23:17:52 +02:00
Ludovic Courtès 093ae1be9b doc: Update the "Limitations" section.
* doc/guix.texi (GNU Distribution): Use the new package list URL.
  (Limitations): Mention Enlightenment and improve wording.  Update the
  package count.
2015-07-19 22:39:16 +02:00
Ludovic Courtès 50c7a1e297 gnu: Add gnu-c-manual.
* gnu/packages/gcc.scm (gnu-c-manual): New variable.
2015-07-19 22:27:37 +02:00
Ludovic Courtès ac0922f63e nls: Add package files for translation.
* po/packages/POTFILES.in: Add a bunch of files.
2015-07-19 22:05:36 +02:00
Ludovic Courtès 0af3f404e9 build: Ensure man pages are not rebuilt by users.
* doc.am (doc/guix.1): Remove dependency on 'scripts/guix' since every user
  would end up rebuilding 'guix.1'.  Add dependency on guix/scripts/*.scm.
  (doc/guix-daemon.1): For the same reason, depend on 'guix-daemon.cc' instead
  of 'guix-daemon'.
  (doc/guix-$(1).1): Similarly, remove dependency on 'scripts/guix' and depend
  on 'guix/scripts/$(1).scm' instead of the .go file.
2015-07-19 22:04:46 +02:00
Ludovic Courtès f262f9f52d build: Fix instantiation of 'guix-daemon.service' when builddir != srcdir.
* daemon.am (etc/guix-daemon.service): Add $(MKDIR_P) invocation.  Add
  $(srcdir) when referring to the source file.
2015-07-19 21:59:00 +02:00
Ludovic Courtès 54faf17440 build: Do not distribute the daemon's 'schema.sql.hh' file.
* daemon.am (libstore_headers): Remove nix/libstore/schema.sql.hh.
2015-07-19 21:58:11 +02:00
Ludovic Courtès 66c8ea4738 build: Build coreutils-size-map.eps for the sake of the PS and DVI outputs.
* doc.am (EXTRA_DIST): Add coreutils-size-map.eps.
  (.png.eps): New rule.
  (ps-local): Add dependency on coreutils-size-map.eps.
  (dvi-local): New target.
2015-07-19 21:55:21 +02:00
Ludovic Courtès 1c2ae81080 build: Add 'generate-authors.scm' to the distribution.
* Makefile.am (EXTRA_DIST): Add build-aux/generate-authors.scm.
2015-07-19 21:54:42 +02:00
Ludovic Courtès ac140f7966 build: Adjust 'gen-AUTHORS' for 'distcheck' and when run from a tarball.
* Makefile.am (gen-AUTHORS): Don't do anything if '.git' is missing.  Remove
  "$(distdir)/AUTHORS" before invoking 'generate-authors.scm'.
2015-07-19 21:50:57 +02:00
Ludovic Courtès a5b2570a1c AUTHORS: Remove the hand-made list of people.
* AUTHORS: Remove the list of people, and add a note saying that this file is
  meant to be generated.
2015-07-19 21:49:58 +02:00