summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Fix namespace issue.Eelco Dolstra2015-12-02
|
* daemon: Support SHA-512 hashes.Eelco Dolstra2015-12-02
| | | | | | | | | Fixes #679. Note: on x86_64, SHA-512 is considerably faster than SHA-256 (198 MB/s versus 131 MB/s). Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* daemon: int2String -> std::to_string.Eelco Dolstra2015-12-02
|
* daemon: Filter build-chroot-dirs entries that conflict with derivation outputs.Eelco Dolstra2015-12-02
| | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/9504. Note that this means we may have a non-functional /bin/sh in the chroot while rebuilding Bash or one of its dependencies. Ideally those packages don't rely on /bin/sh though.
* daemon: Prevent .chroot from being GC'ed when using ↵Eelco Dolstra2015-12-02
| | | | | | LocalStore::buildDerivation() Fixes #616.
* gnu: python-matplotlib: Adjust path to figures in 'info' file.Federico Beffa2015-12-02
| | | | * gnu/packages/python.scm (python-matplotlib): Do it.
* gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.Federico Beffa2015-12-02
| | | | * gnu/packages/python.scm (python-ipython): Do it.
* gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.Federico Beffa2015-12-02
| | | | | | * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it. * gnu/packages/patches/matplotlib-setupext-tk.patch: New file. * gnu-system.am (dist_patch_DATA): Add the new patch.
* gnu: opus: Update to 1.1.1.Efraim Flashner2015-12-02
| | | | * gnu/packages/xiph.scm (opus): Update to 1.1.1.
* gnu: libbluray: Update to 0.9.2.Efraim Flashner2015-12-02
| | | | * gnu/packages/video.scm (libbluray): Update to 0.9.2.
* import: pypi: Updater silently ignores packages without source.Ludovic Courtès2015-12-01
| | | | | | | | | | | Reported by Andreas Enge <andreas@enge.fr> at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00764.html>. * guix/import/pypi.scm (&missing-source-error): New error type. (latest-source-release): Raise it instead of using 'error'. (pypi->guix-package): Guard against it and use 'leave' to report the error. (latest-release): Guard against it and return #f when caught.
* gnu: python-six: Update to 1.10.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/python.scm (python-six): Update to 1.10.0. [source]: Change uri to pypi format.
* gnu: python-babel: Update to 2.1.1.Efraim Flashner2015-12-01
| | | | | * gnu/packages/python.scm (python-babel): Update to 2.1.1. [source]: Change uri to pypi format.
* gnu: python-oslo.utils: Update to 3.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-oslo.utils): Update to 3.0.0. [source]: Change uri to pypi format.
* gnu: python-oslo.serialization: Update to 2.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.0.0. [source]: Change uri to pypi format.
* gnu: python-oslo.i18n: Update to 3.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.0.0. [source]: Change uri to pypi format.
* gnu: python-oslo.context: Update to 1.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-oslo.context): Update to 1.0.0. [source]: Change uri to pypi format.
* gnu: python-tempest-lib: Update to 0.11.0.Efraim Flashner2015-12-01
| | | | * gnu/packages/openstack.scm (python-tempest-lib): Update to 0.11.0.
* gnu: python-stevedore: Update to 1.9.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0. [source]: Change uri to pypi format.
* gnu: python-requests-mock: Update to 0.7.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-requests-mock): Update to 0.7.0. [source]: Change uri to pypi format.
* gnu: python-os-client-config: Update to 1.12.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-os-client-config): Update to 1.12.0. [source]: Change uri to pypi format.
* gnu: python-debtcollector: Update to 1.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0. [source]: Change uri to pypi format.
* gnu: python-mox3: Update to 0.12.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-mox3): Update to 0.12.0. [source]: Change uri to pypi format.
* gnu: enlightenment: Update to 0.20.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.0. [arguments]: Add '--enable-mount-eeze' to configure-flags.
* guix build: Modularize transformation handling.Ludovic Courtès2015-12-01
| | | | | | | | | * guix/scripts/build.scm (options/resolve-packages): Remove. (options->things-to-build, transform-package-source): New procedure. (%transformations): New variable. (options->transformation): New procedure. (options->derivations): Rewrite to use 'options->things-to-build' and 'options->transformation'.
* guix package: Refactor 'options->installable'.Ludovic Courtès2015-12-01
| | | | | | | | * guix/scripts/package.scm (options->upgrade-predicate) (store-item->manifest-entry): New procedures. * guix/scripts/package.scm (options->installable): Use them. Remove the 'packages-to-upgrade' and 'packages-to-install' variables by getting rid of a level of indirection.
* guix package: Move 'process-actions' out of sight.Ludovic Courtès2015-12-01
| | | | | | * guix/scripts/package.scm (process-actions): New procedure, moved from... (guix-package): ... here. Adjust accordingly.
* build: Fix detection of ARM systems.Ludovic Courtès2015-12-01
| | | | | | | | Reported by Andreas Enge <andreas@enge.fr>. This fixes a regression introduced in 968ae903. * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add extra square braquets around armv[7-9] pattern.
* guix package: Formalize the list of actions.Ludovic Courtès2015-12-01
| | | | | | | | * guix/scripts/package.scm (roll-back-action, switch-generation-action) (delete-generations-action, manifest-action): New procedures. (%actions): New variable. * guix/scripts/package.scm (guix-package)[process-action]: Rewrite to traverse %ACTIONS.
* nls: Update 'de' translation.Ludovic Courtès2015-12-01
|
* guix package: Move 'build-and-use-profile' out of sight.Ludovic Courtès2015-12-01
| | | | | | * guix/scripts/package.scm (build-and-use-profile): New procedure. Adapted and moved from... (guix-package)[process-actions]: ... here. Adjust call sites.
* guix package: Move a couple of procedures out of sight.Ludovic Courtès2015-12-01
| | | | | | * guix/scripts/package.scm (ensure-default-profile, process-query): New procedures, moved from... (guix-package): ... here.
* guix package: Remove unnecessary use of (%store).Ludovic Courtès2015-12-01
| | | | | * guix/scripts/package.scm (delete-matching-generations): Use STORE instead of (%store).
* gnu: python-pbr: Update to 1.8.1.Efraim Flashner2015-11-30
| | | | * gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
* gnu: parallel: Update to 20151122.Efraim Flashner2015-11-30
| | | | * gnu/packages/parallel.scm (parallel): Update to 20151122.
* gnu: python2-keyring: Use python2-pycrypto.Efraim Flashner2015-11-30
| | | | | * gnu/packages/python.scm (python2-keyring)[inputs]: Force building with python2-pycrypto.
* gnu: python2-pycrypto: Use python2.Efraim Flashner2015-11-30
| | | | | * gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building with python2.
* gnu: openssh: Install ssh-copy-id.Ricardo Wurmus2015-11-30
| | | | | | | | * gnu/packages/ssh.scm (openssh)[arguments]: Install "ssh-copy-id" and documentation. Fixes <http://bugs.gnu.org/22024>. Reported by Florian Paul Schmidt <mista.tapas@gmx.net>.
* gnu: openssh: Use modify-phases syntax.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ssh.scm (openssh)[arguments]: Use modify-phases syntax.
* gnu: Add ruby-tins.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-tins): New variable.
* gnu: Add ruby-sdoc.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-sdoc): New variable.
* gnu: Add ruby-pry-editline.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-pry-editline): New variable.
* gnu: Add ruby-ci-reporter.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
* gnu: Add ruby-atoulme-saikuro.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
* gnu: Add ruby-simplecov.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-simplecov): New variable.
* gnu: Add sparsehash.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/crypto.scm (sparsehash): New variable.
* gnu: Add cereal.Ricardo Wurmus2015-11-30
| | | | | * gnu/packages/serialization.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: xorriso: Update to 1.4.2.Efraim Flashner2015-11-30
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
* gnu: python: Move tkinter to "tk" output.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/python.scm (python-2)[outputs]: New field. [arguments]: Add 'move-tk-inter' phase. (python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
* gnu: python: Clarify and shorten the list of built-time modules.Ludovic Courtès2015-11-29
| | | | | * gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list shorter.