summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-04gnu: Remove unused patch 'xboing-CVE-2004-0149.patch'.Leo Famulari
This is a followup to commit 740a335558a440245a2374fae9ffaa3427aa546c. * gnu/packages/patches/xboing-CVE-2004-0149.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Remove unused patch 'ao-cad-aarch64-support.patch'.Leo Famulari
This is a followup to commit 28f4d56dd311a3b4c7102394120de05be6937494. * gnu/packages/patches/ao-cad-aarch64-support.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Remove unused patch 'blender-newer-ffmpeg.patch'.Leo Famulari
This is a followup to commit fc51c28ae8172c9f4370772bd76601f89b9498e6. * gnu/packages/patches/blender-newer-ffmpeg.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Removed unused patch 'readline-7.0-mingw.patch'.Leo Famulari
This patch was introduced in commit ae12d586275cdd96db23fb01bf840b2055b5b979, but it was never used. See <https://bugs.gnu.org/26581> for more information. * gnu/packages/patches/readline-7.0-mingw.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-04gnu: Add ocaml-ppx-inline-test.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-04gnu: ocaml-migrate-parsetree: Update to 1.2.0.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-04gnu: dune: Update to 1.6.3.Gabriel Hondet
* gnu/packages/ocaml.scm (dune): Update to 1.6.3. * guix/build/dune-build-system.scm (build): Use --libdir. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-04gnu: gx, go-github-com-whyrusleeping-gx-util: Update to 0.14.1.Tobias Geerinckx-Rice
* gnu/packages/ipfs.scm (gx, go-github-com-whyrusleeping-gx-util): Update to 0.14.1.
2019-02-04gnu: gambit-c: Update to 4.9.2.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.2.
2019-02-04gnu: autossh: Update to 1.4g.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (autossh): Update to 1.4g.
2019-02-04gnu: autossh: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (autossh)[source, home-page]: Use HTTPS.
2019-02-04gnu: sshuttle: Update to 0.78.5.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.5. [native-inputs]: Add python-flake8 and python-pytest-cov. Remove implied python-pytest.
2019-02-04doc: Document how to enable qemu binfmt service and how to use it.Danny Milosavljevic
* doc/contributing.texi (Submitting Patches): Document how to enable qemu binfmt service and how to use it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'.Ludovic Courtès
This makes it easier to run the uninstalled daemon. * nix/local.mk (libstore_a_CPPFLAGS): Append "/guix" to NIX_LIBEXEC_DIR. * build-aux/pre-inst-env.in (NIX_LIBEXEC_DIR): Adjust comment. * nix/libstore/builtins.cc (builtinDownload): Remove SUBDIR and its use. * nix/libstore/local-store.cc (runAuthenticationProgram): Ditto. * nix/libstore/gc.cc (addAdditionalRoots): Remove "/guix" prefix. * nix/nix-daemon/guix-daemon.cc (main): Ditto.
2019-02-04daemon: Remove the 'NIX_SUBSTITUTERS' environment variable.Ludovic Courtès
* nix/libstore/globals.cc (Settings:update): Remove changes to 'substituters'. * nix/nix-daemon/guix-daemon.cc (main): Set 'settings.substituters' directly instead of changing the 'NIX_SUBSTITUTERS' environment variable. * build-aux/pre-inst-env.in: Remove reference to 'NIX_SUBSTITUTERS'.
2019-02-04gnu: youtube-dl: Update to 2019.01.30.1.Ludovic Courtès
* gnu/packages/video.scm (youtube-dl): Update to 2019.01.30.1.
2019-02-04status: Erase the progress bar or spinner.Ludovic Courtès
Previously the progress bar wouldn't be erased by the time the next "building foo" line would be printed. * guix/status.scm (print-build-event)[erase-current-line*]: New procedure. Call it instead of (display "\r").
2019-02-04gnu: python-sh: Remove duplicate.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-sh): Remove duplicate definition.
2019-02-04gnu: go-github-com-minio-sha256-simd: Remove duplicate.Ricardo Wurmus
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): Remove duplicate. * gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Bump revision to supersede the older duplicate.
2019-02-04gnu: ecl-cl-markup: Remove duplicate.Ricardo Wurmus
* gnu/packages/lisp.scm (ecl-cl-markup): Rename duplicate from this... (ecl-cl-css): ...to this.
2019-02-04gnu: python-astor: Remove duplicate.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-astor): Remove duplicate.
2019-02-04gnu: Add missing module reference.Ricardo Wurmus
This is a follow-up to commit 05b4b3ea05b2a9e0c769fe3418c54a2819447a25. * gnu/packages/python-xyz.scm: Add missing reference to (gnu packages monitoring).
2019-02-04gnu: python-send2trash: Remove duplicates.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-send2trash, python2-send2trash): Remove duplicates. [source]: Fetch from git.
2019-02-04gnu: python-prometheus-client: Remove duplicate.Ricardo Wurmus
* gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.5.0. * gnu/packages/python-xyz.scm (python-prometheus-client, python2-prometheus-client): Remove variables.
2019-02-04gnu: guile-wisp: Update to 0.9.9.1.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 0.9.9.1. [arguments]: Add phases to build and install Emacs files. [native-inputs]: Add emacs-minimal.
2019-02-04gnu: 0ad: Update to 0.0.23b-alpha.Vagrant Cascadian
* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23b-alpha. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-02-04gnu: borg: Make man pages reproducible.Ricardo Wurmus
* gnu/packages/backup.scm (borg)[arguments]: Add "remove-documentation-timestamps" phase.
2019-02-04gnu: containerd: Update to 1.2.2.Tobias Geerinckx-Rice
* gnu/packages/docker.scm (containerd): Update to 1.2.2.
2019-02-04gnu: docker-cli: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/docker.scm (docker-cli)[home-page]: Use HTTPS.
2019-02-04gnu: freeipmi: Update to 1.6.3.Tobias Geerinckx-Rice
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.3.
2019-02-04gnu: Remove duplicate import from (gnu packages gnome).Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (define-module): Remove duplicate module imports. Order the remainder alphabetically.
2019-02-04gnu: gnome-mpv: Update to 0.16.Tobias Geerinckx-Rice
* gnu/packages/video.scm (gnome-mpv): Update to 0.16.
2019-02-04gnu: jo: Update to 1.2.Tobias Geerinckx-Rice
* gnu/packages/web.scm (jo): Update to 1.2.
2019-02-04gnu: go@1.4: Build with binutils-gold on armhf and aarch64.Efraim Flashner
* gnu/packages/golang.scm (go@1.4)[native-inputs]: Add binutils-gold for armhf-linux and aarch64-linux.
2019-02-04gnu: Add binutils-gold.Efraim Flashner
This commit is thanks to Guix Days. * gnu/packages/base.scm (binutils-gold): New variable.
2019-02-04gnu: u-boot: Update to 2019.01.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot): Update to 2019.01. (u-boot-tools): Disable CONFIG_SOUND in sandbox configs. (u-boot-pinebook)[source]: Remove patches. * gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch, gnu/packages/patches/u-boot-pinebook-dts.patch, gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch, gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch, gnu/packages/patches/u-boot-pinebook-syscon-node.patch, gnu/packages/patches/u-boot-pinebook-video-bridge.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust as necessary.
2019-02-04gnu: efilinux: Fix indentation of source code.Danny Milosavljevic
Follow-up to 6adfcbeab1cbaf8ce6ff6f32aad5d72f94860cbb. * gnu/packages/efi.scm (efilinux): Fix indentation of source code.
2019-02-04gnu: fc-host-tools: Update to 9a.Danny Milosavljevic
* gnu/packages/embedded.scm (fc-host-tools)[source]: Update to 9a. [arguments]<#:phases>[patch-installation-paths]: Modify.
2019-02-04gnu: Add efilinux.Danny Milosavljevic
* gnu/packages/efi.scm (efilinux): New variable.
2019-02-04gnu: Add efitools.Danny Milosavljevic
* gnu/packages/efi.scm (efitools): New variable.
2019-02-04gnu: Add sbsigntools.Danny Milosavljevic
* gnu/packages/efi.scm (sbsigntools): New variable.
2019-02-04gnu: Add gnu-efi.Danny Milosavljevic
* gnu/packages/efi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-02-04store: 'log-file' honors 'GUIX_LOG_DIRECTORY'.Ludovic Courtès
* guix/store.scm (derivation-log-file): Use %LOCALSTATEDIR or "GUIX_LOG_DIRECTORY" instead of (dirname %STATE-DIRECTORY).
2019-02-04daemon: Remove unused 'NIX_DATA_DIR' environment variable.Ludovic Courtès
* nix/libstore/globals.hh (Settings)[nixDataDir]: Remove. * nix/libstore/globals.cc (Settings:processEnvironment): Remove setting of 'nixDataDir'. * nix/local.mk (libstore_a_CPPFLAGS): Remove '-DNIX_DATA_DIR'.
2019-02-04self: Ensure the daemon refers to the right 'guix' command.Ludovic Courtès
Previously it would refer to /var/guix/profiles/per-user/root/current-guix/bin/guix, which would fail when that profile does not exist. This is notably the case when using 'channel-instance->package' as done in commit 7e6d8d366a61f951936ed83371877ce006f679f6. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install phase, honor environment variable 'GUIX'. * guix/self.scm (whole-package)[wrap]: New procedure. Use it.
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.Ludovic Courtès
Fixes <https://bugs.gnu.org/22459>. Reported by Jeff Mickey <j@codemac.net>. * guix/config.scm.in (%state-directory): Change NIX_STATE_DIR to GUIX_STATE_DIRECTORY. (%store-database-directory): Change NIX_DB_DIR to GUIX_DATABASE_DIRECTORY. * nix/libstore/globals.cc (Settings::processEnvironment): Likewise. * guix/self.scm (make-config.scm): Likewise. * build-aux/build-self.scm (make-config.scm): Likewise. * build-aux/test-env.in: Likewise. * tests/derivations.scm ("derivation #:leaked-env-vars"): Likewise. * tests/guix-build.sh (GUIX_DAEMON_SOCKET): Likewise. * tests/guix-daemon.sh (socket): Likewise.
2019-02-04doc: Show how to install Emacs, Guile, and Geiser.Ludovic Courtès
* doc/contributing.texi (The Perfect Setup): Show "guix package -i" command line.
2019-02-03gnu: Add guile-picture-language.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-picture-language): New variable.
2019-02-02Update copyright header.Nicolas Goaziou
2019-02-02gnu: giac-xcas: Update to 1.5.0-37.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-37.