summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-07-20gnu: libev: Update to 4.33.Jakub Kądziołka
* gnu/packages/libevent.scm (libev): Update to 4.33.
2020-07-18gnu: unicorn: Use python-build-system with grace.Jakub Kądziołka
* gnu/packages/emulators.scm (unicorn)[arguments]: Remove the install-bindings-to-python-output phase. Adjust output names used in other phases.
2020-07-18build-system/python: Install to the python output if present.Jakub Kądziołka
* gnu/build/python-build-system.scm (python-output): New procedure. (site-packages, install): Use python-output to find the output path. (wrap, rename-pth-file): Use site-packages where appropriate. * doc/guix.texi (Build Systems): Mention the new behavior.
2020-06-30gnu: zstd: Update to 1.4.5.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): Update to 1.4.5. [arguments]: Add new work-arounds for new Makefile problems.
2020-06-30gnu: zstd: Follow GNU conventions for make variables.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd)[arguments]: Use lowercase ones where possible.
2020-06-24gnu: ruby: Use ruby-2.7.Ryan Prior
* gnu/packages/ruby.scm (ruby): Use ruby-2.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-06-24gnu: Rename ruby to ruby-2.6.Ryan Prior
* gnu/packages/ruby.scm (ruby): Rename to ruby-2.6. (ruby-2.7): Inherit from ruby-2.6. (ruby-2.5): Inherit from ruby-2.6. (ruby-2.4): Inherit from ruby-2.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-06-22gnu: bison-3.6: Remove package.Jakub Kądziołka
The `bison-3.6' variable is no longer necessary as `bison' itself already provides this version. * gnu/packages/bison.scm (bison-3.6): Remove variable. * gnu/packages/engineering.scm (poke)[native-inputs]: Replace bison-3.6 with bison.
2020-06-22Merge branch 'master' into core-updatesJakub Kądziołka
2020-06-22gnu: bison-3.6: Don't change the name of the package.Jakub Kądziołka
This is a follow-up to commit 512d23c65d82bb874ca1fb3c12095b1cec8bbfca. * gnu/packages/bison (bison-3.6)[name]: Remove the overridden value.
2020-06-21gnu: linux-libre@4.14: Update to 4.14.185.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.185. (linux-libre-4.14-pristine-source): Update hash.
2020-06-21gnu: linux-libre@4.9: Update to 4.9.228.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.228. (linux-libre-4.9-pristine-source): Update hash.
2020-06-21gnu: linux-libre@4.4: Update to 4.4.228.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.228. (linux-libre-4.4-pristine-source): Update hash.
2020-06-21gnu: Add r-boruta.Peter Lo
* gnu/packages/statistics.scm (r-boruta): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-06-22gnu: xmoto: Update to 0.6.1.Nicolas Goaziou
* gnu/packages/games.scm (xmoto): Update to 0.6.1. [arguments]: Remove phase installing man pages, now properly handled by the installation script.
2020-06-21gnu: emacs-relint: Update to 1.18.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.18.
2020-06-21gnu: guile: Add 3.0.3.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0.3): New variable.
2020-06-21gnu: Add seahorse-adventures.Nicolas Goaziou
* gnu/packages/games.scm (seahorse-adventures): New variable.
2020-06-21gnu: Add font-mplus-testflight.Julien Lepiller
* gnu/packages/fonts.scm (font-mplus-testflight): New variable.
2020-06-21gnu: k3b: Update to 20.04.2.Timotej Lazar
* gnu/packages/kde-multimedia.scm (k3b): Update to 20.04.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21gnu: k3b: Note the runtime dependency on udisks-service.Timotej Lazar
* gnu/packages/kde-multimedia.scm (k3b)[description]: Note that udisks-service should be enabled. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21gnu: k3b: Add inputs for libraries loaded at runtime.Timotej Lazar
Patch the source to load these from absolute paths. Actual loading is done by the Qt library, so we cannot use k3b’s runpath. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add libcdio-paranoia and libdvdcss. [arguments]<#:phases>[set-absolute-library-paths]: New phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21gnu: k3b: Add inputs for external programs.Timotej Lazar
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add cdrdao, dvd+rw-tools, libburn and sox. [arguments]<#:phases>[wrap-path]: New phase to wrap the binary with paths to the above. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21gnu: Add cdrdao.Timotej Lazar
* gnu/packages/cdrom.scm (cdrdao): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-21channels: 'authenticate-channel' doesn't check relation with intro commit.Ludovic Courtès
Fixes <https://bugs.gnu.org/41908>. Reported by Jan Nieuwenhuizen <janneke@gnu.org>. The relation check imposed an extra restriction that was unnecessary: it's enough to authenticate the set difference between the closure of START-COMMIT and that of END-COMMIT. Any attempt to jump to an unrelated commit would lead to the authentication failure of one commit on the way. * guix/channels.scm (authenticate-channel): Remove extra 'commit-relation' check when (null? commits).
2020-06-21git-authenticate: Ignore authenticated commit cache when it's not #o600.Ludovic Courtès
* guix/git-authenticate.scm (previously-authenticated-commits): Stat PORT; return the empty list if it's no #o600 and change it to #o600.
2020-06-21gnu: add convmv.Leo Prikler
* gnu/packages/convmv.scm: New file. * gnu/local.mk: Add it to build. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-06-21gnu: Add font-fontna-yasashisa-antique.Julien Lepiller
gnu/packages/fonts.scm (font-fontna-yasashisa-antique): New variable.
2020-06-21services: childhurd: Support more than one instance.Jan (janneke) Nieuwenhuizen
* gnu/services/virtualization.scm (<hurd-vm-configuration>)[options]: Remove "--hda" option. [id,net-options]: New fields. (hurd-vm-net-options): New procedure. Parameterize port forwarding with ID. * gnu/services/virtualization.scm (hurd-vm-shepherd-service): Use them. Parameterize provision with ID, if set. Hardcode "--hda" option for image. * doc/guix.texi (Virtualization Services): Document new fields. Update for hardcoding of "--hda".
2020-06-21gnu: Add poke.B. Wilson
* gnu/packages/engineering.scm (poke): New variable. * gnu/packages/bison.scm (bison-3.6): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-06-21gnu: bison: Update to 3.6.3.B. Wilson
* gnu/packages/bison.scm (bison): Update to 3.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-06-21gnu: git-annex: Update to 8.20200617.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200617. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-21gnu: emacs-hy-mode: Update to 1.0.4.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-hy-mode): Update to 1.0.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-06-21system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS.Brice Waegeneire
* gnu/system.scm (%setuid-programs): Add 'sg' and 'newgrp'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-06-21gnu: xmoto: Unbundle ODE and libccd.Nicolas Goaziou
* gnu/packages/games.scm (xmoto): Unbundle ODE and libccd. [inputs]: Add ode.
2020-06-21gnu: xmoto: Update to 0.6.0-0-f7ca787.Nicolas Goaziou
* gnu/packages/games.scm (xmoto): Update to 0.6.0-0-f7ca787. [source]: Remove patches. [arguments]: Remove make-flags keyword. * gnu/packages/patches/xmoto-remove-glext.patch: * gnu/packages/patches/xmoto-reproducible.patch: * gnu/packages/patches/xmoto-utf8.patch: Delete files. * gnu/local.mk: Register previous deletions.
2020-06-21gnu: emacs-hyperbole: Use inputs instead of propagated inputs.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Replace domainname with dnsdomainname, not hostname. [propagated-inputs]: move to... [inputs]: ...this.
2020-06-21gnu: emacs-magit: Update to 0746bf1b.Pierre Langlois
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 0746bf1b. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-20gnu: emacs-hyperbole: Update to 7.0.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.0.6. [source]: Use GNU ELPA URL. Remove some patches. [arguments]: Add phase. * gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch: Delete file. * gnu/packages/patches/emacs-hyperbole-domainname.patch: Delete file. * gnu/local.mk: Register sole patch.
2020-06-20gnu: gnutls: Pass #:tests? unconditionally.Ludovic Courtès
* gnu/packages/tls.scm (gnutls)[arguments]: Add #:tests? unconditionally.
2020-06-20gnu: gnutls: Leave #:disallowed-references empty for GNU/Hurd.Ludovic Courtès
Partly fixes <https://bugs.gnu.org/41775>. This is a followup to a9bcc6474667d6699500f03d69f9c8212a50d711. * gnu/packages/tls.scm (gnutls)[arguments]: Let #:disallowed-references empty when 'hurd-target?' returns true.
2020-06-20build-system/gnu: Cross builds properly handle #:allowed-references & co.Ludovic Courtès
Fixes <https://bugs.gnu.org/41775>. * guix/build-system/gnu.scm (gnu-cross-build)[canonicalize-reference]: Pass TARGET and SYSTEM to 'package-cross-derivation'.
2020-06-20gnu: Mutt: Update to 1.14.4.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.14.4.
2020-06-20gnu: Add emacs-hyperbole.LaFreniere, Joseph
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Add at 7.0.3 Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-06-20gnu: Add hashcash.Jakub Kądziołka
* gnu/packages/networking.scm (hashcash): New variable.
2020-06-20news: Add 'fr' translation.Ludovic Courtès
* etc/news.scm: Add French translation.
2020-06-20tests: Skip tests that requires gpg when gpg is unavailable.Ludovic Courtès
Partly fixes <https://bugs.gnu.org/41932>. Reported by Simen Endsjø <simendsjo@gmail.com>. * tests/git-authenticate.scm ("signed commits, SHA1 signature"): Use 'gpg+git-available?' in skip guard.
2020-06-20tests: Actually run 'tests/guix-environment-container.sh'.Ludovic Courtès
This test was skipped since the switch to Guile 3 because 'assert-container-features' would be inlined and thus accessing it with @@ would fail with an unbound-variable error. * guix/scripts/environment.scm (assert-container-features): Export. * tests/guix-environment-container.sh: Use single '@'.
2020-06-20doc: Make issues.guix.gnu.org more visible.Ludovic Courtès
* doc/contributing.texi (Tracking Bugs and Patches): Make issues.guix.gnu.org more visible, update issue URL.
2020-06-20gnu: hydrogen: Update to 1.0.0-rc1.Nicolas Goaziou
* gnu/packages/music.scm (hydrogen): Update to 1.0.0-rc1.