summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-23gnu: simple-scan: Update to 3.34.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (simple-scan): Update to 3.34.2.
2019-11-22gnu: polyml: Use HTTPS home page URI.Brett Gilio
* gnu/packages/sml.scm (polyml)[home-page]: Use HTTPS URI. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-11-22gnu: polyml: Update to 5.8.Brett Gilio
* gnu/packages/sml.scm (polyml): Update to 5.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-11-22gnu: bear: Update to 2.4.2.Brett Gilio
* gnu/packages/build-tools.scm (bear): Update to 2.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-11-22gnu: xsane: Fix snprintf buffer length.Tobias Geerinckx-Rice
* 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.
2019-11-22gnu: Register xsane patches.Tobias Geerinckx-Rice
This follows up on commit a608666d74f156819cecfabaf72290726d7964e6. * gnu/local.mk (dist_patch_DATA): Add missing patches.
2019-11-22gnu: Add xsane.Tobias Geerinckx-Rice
* gnu/packages/scanner.scm (xsane): New public variable.
2019-11-22gnu: php: Update to 7.3.12.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.3.12.
2019-11-22system: vm: Add arm64 support.Mathieu Othacehe
* 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.
2019-11-22build: vm: Fix arm32 support.Mathieu Othacehe
* gnu/build/vm.scm (load-in-linux-vm): Disable qemu highmem support on ARM32 systems.
2019-11-22utils: Use target-aarch64? and target-arm? helpers.Mathieu Othacehe
* guix/utils.scm (target-aarch64?, target-arm?): New exported procedures.
2019-11-22gnu: libseccomp: Fix build on AArch64.Ludovic Courtès
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.
2019-11-22pack: Allow multiple '--manifest' options.Ludovic Courtès
* 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.
2019-11-22package: Allow multiple '--manifest' options.Ludovic Courtès
* 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
2019-11-22profiles: Add 'concatenate-manifests'.Ludovic Courtès
* guix/profiles.scm (concatenate-manifests): New procedure. * tests/profiles.scm ("concatenate-manifests"): New test.
2019-11-22environment: Document that '--manifest' can be repeated.Ludovic Courtès
* 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.
2019-11-22import: texlive: Handle multi-license packages.Ludovic Courtès
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.
2019-11-22daemon: GC displays how much it has collected.Ludovic Courtès
* 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.
2019-11-22substitute: Don't fetch /nix-cache-info.Ludovic Courtès
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'.
2019-11-22gnu: man-pages: Update to 5.04.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-pages): Update to 5.04.
2019-11-22gnu: libbytesize: Update to 2.1.Tobias Geerinckx-Rice
* gnu/packages/c.scm (libbytesize): Update to 2.1. [source, remove]: Remove msgmerge reproducibility work-around. [inputs]: Use pcre@2.
2019-11-22gnu: libplist: Update to 2.1.0.Tobias Geerinckx-Rice
* 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.
2019-11-22gnu: libpwquality: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2.
2019-11-22gnu: libpwquality: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME.
2019-11-22gnu: r-sjstats: Update to 0.17.7.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-sjstats): Update to 0.17.7.
2019-11-22gnu: ruby-prawn-manual-builder: Update to 0.3.1.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-prawn-manual-builder): Update to 0.3.1.
2019-11-22gnu: r-rms: Update to 5.1-4.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-rms): Update to 5.1-4.
2019-11-22gnu: gthumb: Update to 3.8.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gthumb): Update to 3.8.2.
2019-11-22gnu: ruby-command-line-reporter: Update to 4.0.1.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.
2019-11-22gnu: python-lazy-object-proxy: Update to 1.4.3.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.3.
2019-11-21gnu: monero-gui: Update to 0.15.0.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21gnu: monero: Update to 0.15.0.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21gnu: Add emacs-openwith.David Wilson
* gnu/packages/emacs-xyz.scm (emacs-openwith) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21gnu: lxc: Adjust for GCC 7.Marius Bakke
* gnu/packages/virtualization.scm (lxc)[arguments]: Add #:make-flags.
2019-11-21gnu: qemu: Update to 4.1.1.Marius Bakke
* gnu/packages/virtualization.scm (qemu): Update to 4.1.1. [source](patches): Remove.
2019-11-21gnu: nginx: Update to 1.17.6.Marius Bakke
* gnu/packages/web.scm (nginx): Update to 1.17.6.
2019-11-21gnu: libseccomp: Update to 2.4.2.Marius Bakke
* gnu/packages/linux.scm (libseccomp): Update to 2.4.2. * gnu/packages/virtualization.scm (qemu-minimal-2.10)[inputs]: Remove "libseccomp".
2019-11-21gnu: jsoncpp: Update to 1.9.2.Marius Bakke
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.2. * gnu/packages/games.scm (minetest)[source](snippet): Add substitution.
2019-11-21gnu: json-modern-cxx: Update to 3.7.3.Marius Bakke
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
2019-11-21gnu: minetest: Adjust indentation.Marius Bakke
* gnu/packages/games.scm (minetest): Reindent.
2019-11-21gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes].Marius Bakke
This fixes CVE-2019-13723 and CVE-2019-13724. * gnu/packages/chromium.scm (%chromium-version): Set to 78.0.3904.108. (%ungoogled-revision): Set to 8f065138317a6152b20decc224027a5192ba76b1. (%chromium-origin, %ungoogled-origin): Update hashes.
2019-11-21gnu: ungoogled-chromium: Increase resource limits in separate phase.Marius Bakke
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add phase 'increase-resource-limits'.
2019-11-21gnu: hexchat: Fix crash on exit.Julien Lepiller
* gnu/packages/patches/hexchat-crash-exit.patch: New file. * gnu/packages/hexchat.scm (orgin): Add patch. * gnu/local.mk (dist_patch_DATA): Add it.
2019-11-21gnu: guix-data-service: Update to 0.0.1-5.23f60a6.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-5.23f60a6.
2019-11-21gnu: guix-data-service: Fix build.Christopher Baines
Use the new EMACSLOADPATH, rather than setting GUIX_ENVIRONMENT. This also allows changing emacs-no-x to emacs-minimal. * gnu/packages/web.scm (guix-data-service)[arguments]: Remove the 'set-GUIX_ENVIRONMENT phase. [native-inputs]: Replace emacs-with-modules with emacs-minimal and emacs-htmlize.
2019-11-21gnu: emacs-guix: Update to 0.5.2.Alex Kost
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2.
2019-11-21gnu: kmonad: Update to 0.3.0.Alex Griffin
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.3.0.
2019-11-21gnu: musescore: Update to 3.3.2.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 3.3.2.
2019-11-21gnu: mame: Fix build on i686.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686 with "NOWERROR" flag.
2019-11-21doc: fcgiwrap-configuration: Remove stray period.Efraim Flashner
* doc/guix.texi (Web Services)[fcgiwrap-configuration]: Remove a stray period.