summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: guile-next: Update to 2.9.5.Ludovic Courtès2019-11-23
| | | | * gnu/packages/guile.scm (guile-next): Update to 2.9.5.
* gnu: Add guile-semver.Timothy Sample2019-11-23
| | | | * gnu/packages/guile-xyz.scm (guile-semver): New variable.
* gnu: Add srfi-64-driver.Timothy Sample2019-11-23
| | | | * gnu/packages/guile-xyz.scm (srfi-64-driver): New variable.
* gnu: r-biocmanager: Update to 1.30.10.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/cran.scm (r-biocmanager): Update to 1.30.10.
* gnu: r-roxygen2: Update to 7.0.1.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/statistics.scm (r-roxygen2): Update to 7.0.1.
* gnu: r-vgam: Update to 1.1-2.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/statistics.scm (r-vgam): Update to 1.1-2.
* gnu: r-glmnet: Update to 3.0-1.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/statistics.scm (r-glmnet): Update to 3.0-1.
* gnu: r-quadprog: Update to 1.5-8.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/maths.scm (r-quadprog): Update to 1.5-8.
* gnu: r-desolve: Update to 1.25.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/maths.scm (r-desolve): Update to 1.25.
* gnu: r-selectr: Update to 0.4-2.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/cran.scm (r-selectr): Update to 0.4-2.
* gnu: r-cardata: Update to 3.0-3.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/statistics.scm (r-cardata): Update to 3.0-3.
* gnu: r-car: Update to 3.0-5.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/statistics.scm (r-car): Update to 3.0-5.
* gnu: r-algdesign: Update to 1.1-7.3.1.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/cran.scm (r-algdesign): Update to 1.1-7.3.1.
* gnu: r-shinyfiles: Update to 0.7.5.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/cran.scm (r-shinyfiles): Update to 0.7.5.
* gnu: ocaml-odoc: Update to 1.4.2.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.2.
* gnu: hangups: Update to 0.4.10.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.10.
* gnu: simple-scan: Update to 3.34.2.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/gnome.scm (simple-scan): Update to 3.34.2.
* gnu: polyml: Use HTTPS home page URI.Brett Gilio2019-11-22
| | | | | | * gnu/packages/sml.scm (polyml)[home-page]: Use HTTPS URI. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: polyml: Update to 5.8.Brett Gilio2019-11-22
| | | | | | * gnu/packages/sml.scm (polyml): Update to 5.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: bear: Update to 2.4.2.Brett Gilio2019-11-22
| | | | | | * gnu/packages/build-tools.scm (bear): Update to 2.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: xsane: Fix snprintf buffer length.Tobias Geerinckx-Rice2019-11-22
| | | | | | * gnu/packages/scanner.scm (xsane)[source]: Add patch. * gnu/packages/patches/xsane-fix-snprintf-buffer-length.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Register xsane patches.Tobias Geerinckx-Rice2019-11-22
| | | | | | This follows up on commit a608666d74f156819cecfabaf72290726d7964e6. * gnu/local.mk (dist_patch_DATA): Add missing patches.
* gnu: Add xsane.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/scanner.scm (xsane): New public variable.
* gnu: php: Update to 7.3.12.Julien Lepiller2019-11-22
| | | | * gnu/packages/php.scm (php): Update to 7.3.12.
* system: vm: Add arm64 support.Mathieu Othacehe2019-11-22
| | | | | | | | * gnu/build/vm.scm (load-in-linux-vm): Add target-arm64? argument and use it to pass correct arguments to qemu. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass the new target-arm64? argument added above. Do not add ESP partition on all ARM targets. Do not pass grub-efi package to initialize-hard-disk on ARM targets.
* build: vm: Fix arm32 support.Mathieu Othacehe2019-11-22
| | | | | * gnu/build/vm.scm (load-in-linux-vm): Disable qemu highmem support on ARM32 systems.
* utils: Use target-aarch64? and target-arm? helpers.Mathieu Othacehe2019-11-22
| | | | * guix/utils.scm (target-aarch64?, target-arm?): New exported procedures.
* gnu: libseccomp: Fix build on AArch64.Ludovic Courtès2019-11-22
| | | | | | | | This is a followup to d100d5d5449eabd65e9c26081b7620a3d342c9eb. * gnu/packages/patches/libseccomp-open-aarch64.patch: New file. * gnu/packages/linux.scm (libseccomp)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* pack: Allow multiple '--manifest' options.Ludovic Courtès2019-11-22
| | | | | | | * guix/scripts/pack.scm (guix-pack): Collect 'manifest' options, and concatenate the resulting manifests. * tests/guix-pack.sh: Test it. * doc/guix.texi (Invoking guix pack): Document it.
* package: Allow multiple '--manifest' options.Ludovic Courtès2019-11-22
| | | | | | | | | | | * guix/scripts/package.scm (manifest-action): Remove. (%actions): Remove it. (load-manifest): New procedure. (process-actions): Handle 'manifest' options. Define 'files' from 'manifest' options. Define 'manifest' based on FILES. Define 'trans' to represent the final transaction. * tests/guix-package.sh: Test it. * doc/guix.texi (Invoking guix package): Mention
* profiles: Add 'concatenate-manifests'.Ludovic Courtès2019-11-22
| | | | | * guix/profiles.scm (concatenate-manifests): New procedure. * tests/profiles.scm ("concatenate-manifests"): New test.
* environment: Document that '--manifest' can be repeated.Ludovic Courtès2019-11-22
| | | | | | * tests/guix-environment.sh: Test 'guix environment' with two '-m' options. * doc/guix.texi (Invoking guix environment): Explain that '-m' can be passed multiple times.
* import: texlive: Handle multi-license packages.Ludovic Courtès2019-11-22
| | | | | | | This fixes "guix import texlive translator". * guix/import/texlive.scm (sxml->package): Add clause for when 'license' is a list of licences, as is the case with the "translator" package.
* daemon: GC displays how much it has collected.Ludovic Courtès2019-11-22
| | | | | | * nix/libstore/gc.cc (LocalStore::deletePathRecursive): Display the percentage reached relative to 'maxFreed', or the total amount of data deleted when 'maxFreed' is ULLONG_MAX.
* substitute: Don't fetch /nix-cache-info.Ludovic Courtès2019-11-22
| | | | | | | | | | | | | | | | This avoids one GET request every time 'fetch-narinfos' is called. The file itself was essentially useless. * guix/scripts/substitute.scm (<cache-info>, download-cache-info): Remove. (%unreachable-hosts): New variable. (open-connection-for-uri/maybe): New procedure. (fetch-narinfos)[handle-narinfo-response]: Check whether NARINFO has its 'path' under (%store-prefix) and ignore it otherwise. Move 'update-progress!' call before 'if'. [do-fetch]: Remove 'port' parameter. Use 'open-connection-for-uri/maybe'. Remove call to 'download-cache-info'.
* gnu: man-pages: Update to 5.04.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/man.scm (man-pages): Update to 5.04.
* gnu: libbytesize: Update to 2.1.Tobias Geerinckx-Rice2019-11-22
| | | | | | * gnu/packages/c.scm (libbytesize): Update to 2.1. [source, remove]: Remove msgmerge reproducibility work-around. [inputs]: Use pcre@2.
* gnu: libplist: Update to 2.1.0.Tobias Geerinckx-Rice2019-11-22
| | | | | | | * gnu/packages/libusb.scm (libplist): Update to 2.1.0. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘configure-later’ phase. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: libpwquality: Update to 1.4.2.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2.
* gnu: libpwquality: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME.
* gnu: r-sjstats: Update to 0.17.7.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/cran.scm (r-sjstats): Update to 0.17.7.
* gnu: ruby-prawn-manual-builder: Update to 0.3.1.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/ruby.scm (ruby-prawn-manual-builder): Update to 0.3.1.
* gnu: r-rms: Update to 5.1-4.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/cran.scm (r-rms): Update to 5.1-4.
* gnu: gthumb: Update to 3.8.2.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/gnome.scm (gthumb): Update to 3.8.2.
* gnu: ruby-command-line-reporter: Update to 4.0.1.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.
* gnu: python-lazy-object-proxy: Update to 1.4.3.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.3.
* gnu: monero-gui: Update to 0.15.0.1.Guillaume Le Vaillant2019-11-21
| | | | | | * gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: monero: Update to 0.15.0.1.Guillaume Le Vaillant2019-11-21
| | | | | | * gnu/packages/finance.scm (monero): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add emacs-openwith.David Wilson2019-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-openwith) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lxc: Adjust for GCC 7.Marius Bakke2019-11-21
| | | | * gnu/packages/virtualization.scm (lxc)[arguments]: Add #:make-flags.