summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-22gnu: guix: Update development snapshot.version-0.8.3Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to commit 5d09263. Prefix version string with "0.8.3.". (guix): Set to GUIX-DEVEL.
2015-07-21gnu: guix: Update to 0.8.3.Ludovic Courtès
* gnu/packages/package-management.scm (guix-0.8.2): Rename to... (guix-0.8.3): ... this. Adjust users. Add 'disable-container-tests' phase. (guix): Set to GUIX-0.8.3.
2015-07-21check-available-binaries: Use 'substitutable-paths'.v0.8.3Ludovic Courtès
* 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-21Update NEWS.Ludovic Courtès
2015-07-21gnu: Add Camlp4.Ludovic Courtès
* gnu/packages/ocaml.scm (camlp4): New variable.
2015-07-21import: pypi: Improve warning message.Ludovic Courtès
* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in warning.
2015-07-21gnu: hoedown: Replace 'fix-makefile' phase with make-flags.Mark H Weaver
* gnu/packages/markdown.scm (hoedown)[arguments]: Remove 'fix-makefile' phase. Add equivalent make-flags.
2015-07-21gnu: Add sox.Alex Kost
* gnu/packages/audio.scm (sox): New variable.
2015-07-21gnu: man-db: Update to 2.7.1.Alex Kost
* gnu/packages/man.scm (man-db): Update to 2.7.1. [arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
2015-07-21gnu: libpipeline: Update to 1.4.0.Alex Kost
* gnu/packages/man.scm (libpipeline): Update to 1.4.0.
2015-07-21gnu: man-db: Pass --with-col to configure.Alex Kost
* gnu/packages/man.scm (man-db)[inputs]: Add 'util-linux'. [arguments]: Add '--with-col' to configure flags.
2015-07-21gnu: Add aragorn.Ben Woodcroft
* gnu/packages/bioinformatics.scm (aragorn): New variable.
2015-07-21gnu: julia: Update to 0.3.10.Ricardo Wurmus
* 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-21gnu: mercurial: Change source URI scheme to https.Mark H Weaver
* gnu/packages/version-control.scm (mercurial)[source]: Change URI scheme to https.
2015-07-21gnu: libmad: Apply fixes for ARMv7 Thumb, etc.Mark H Weaver
* 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-20gnu: tidy: Add fixes for CVE-2015-5522 and CVE-2015-5523.Mark H Weaver
* 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-20gnu: bind-utils: Update to 9.10.2-P2.Mark H Weaver
* gnu/packages/dns.scm (bind-utils): Update to 9.10.2-P2.
2015-07-20gnu: httpd: Update to 2.4.16.Mark H Weaver
* gnu/packages/web.scm (httpd): Update to 2.4.16.
2015-07-20gnu: postgresql: Update to 9.3.8.Mark H Weaver
* gnu/packages/databases.scm (postgresql): Update to 9.3.8.
2015-07-21gnu: pspp: Update to 0.8.5.Ludovic Courtès
* gnu/packages/maths.scm (pspp)[source]: Update to 0.8.5. [native-inputs]: Add TEXINFO.
2015-07-21gnu: datamash: Update to 1.0.7.Ludovic Courtès
* gnu/packages/datamash.scm (datamash): Update to 1.0.7.
2015-07-21gnu: libmicrohttpd: Update to 0.9.42.Ludovic Courtès
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.42.
2015-07-21gnu: nano: Update to 2.4.2.Ludovic Courtès
* gnu/packages/nano.scm (nano): Update to 2.4.2.
2015-07-21Update NEWS.Ludovic Courtès
2015-07-20gnu: python-pillow: Disable egg compression.Ludovic Courtès
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-20emacs: Require 'cl-lib'.Ludovic Courtès
* emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'.
2015-07-20tests: Skip container tests if namespaces are not available.David Thompson
* tests/containers.scm: Skip all tests if user namespaces do not exist.
2015-07-20gnu: Add hoedown.David Thompson
* gnu/packages/markdown.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-07-20gnu: guix: Update snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
2015-07-20tests: Make #:references-graphs gexp test more tolerant.Ludovic Courtès
* 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-20gnu: Add python-gridmap.Ricardo Wurmus
* gnu/packages/python.scm (python-gridmap, python2-gridmap): New variables.
2015-07-20gnu: Add python-psutil.Ricardo Wurmus
* gnu/packages/python.scm (python-psutil, python2-psutil): New variables.
2015-07-20gnu: Add python-rpy2.Ricardo Wurmus
* gnu/packages/python.scm (python-rpy2, python2-rpy2): New variables.
2015-07-20emacs: Fix reference to directory variable.Christopher Allan Webber
This is a followup to commit 7741139080a6b00aa4f1846fe7668859e91bec58. * 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-19gnu: gcc-5: Update to 5.2.0.Mark H Weaver
* gnu/packages/gcc.scm (gcc-5): Update to 5.2.0. Remove gcc-arm-link-spec-fix.patch from patches.
2015-07-19gnu: gcc-5.1, gcc-toolchain-5.1, libstdc++-doc-5.1: Rename to *-5.Mark H Weaver
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-19Merge branch 'core-updates'Mark H Weaver
2015-07-20system: Default to Linux-libre 4.0.Ludovic Courtès
* gnu/system.scm (<operating-system>)[kernel]: Change default to LINUX-LIBRE-4.0.
2015-07-20publish: Do not load archive content in memory.Ludovic Courtès
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-19Merge branch 'master' into core-updatesMark H Weaver
2015-07-19publish: Serve /nar requests in a separate thread.Ludovic Courtès
* guix/scripts/publish.scm (%http-write): New variable. (http-write): New procedure. (concurrent-http-server): New variable. (run-publish-server): Use it.
2015-07-19gnu: Add python-feedgenerator.Christopher Allan Webber
* gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-07-19doc: Update the "Limitations" section.Ludovic Courtès
* doc/guix.texi (GNU Distribution): Use the new package list URL. (Limitations): Mention Enlightenment and improve wording. Update the package count.
2015-07-19gnu: Add gnu-c-manual.Ludovic Courtès
* gnu/packages/gcc.scm (gnu-c-manual): New variable.
2015-07-19nls: Add package files for translation.Ludovic Courtès
* po/packages/POTFILES.in: Add a bunch of files.
2015-07-19build: Ensure man pages are not rebuilt by users.Ludovic Courtès
* 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-19build: Fix instantiation of 'guix-daemon.service' when builddir != srcdir.Ludovic Courtès
* daemon.am (etc/guix-daemon.service): Add $(MKDIR_P) invocation. Add $(srcdir) when referring to the source file.
2015-07-19build: Do not distribute the daemon's 'schema.sql.hh' file.Ludovic Courtès
* daemon.am (libstore_headers): Remove nix/libstore/schema.sql.hh.
2015-07-19build: Build coreutils-size-map.eps for the sake of the PS and DVI outputs.Ludovic Courtès
* 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-19build: Add 'generate-authors.scm' to the distribution.Ludovic Courtès
* Makefile.am (EXTRA_DIST): Add build-aux/generate-authors.scm.