summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: libuv: Update to 1.38.1.Jakub Kądziołka2020-07-20
| | | | * gnu/packages/libevent.scm (libuv): Update to 1.38.1.
* gnu: libevent: Update to 2.1.12.Jakub Kądziołka2020-07-20
| | | | * gnu/packages/libevent.scm (libevent): Update to 2.1.12.
* gnu: libev: Update to 4.33.Jakub Kądziołka2020-07-20
| | | | * gnu/packages/libevent.scm (libev): Update to 4.33.
* gnu: unicorn: Use python-build-system with grace.Jakub Kądziołka2020-07-18
| | | | | | * gnu/packages/emulators.scm (unicorn)[arguments]: Remove the install-bindings-to-python-output phase. Adjust output names used in other phases.
* build-system/python: Install to the python output if present.Jakub Kądziołka2020-07-18
| | | | | | | * 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.
* gnu: zstd: Update to 1.4.5.Tobias Geerinckx-Rice2020-06-30
| | | | | * gnu/packages/compression.scm (zstd): Update to 1.4.5. [arguments]: Add new work-arounds for new Makefile problems.
* gnu: zstd: Follow GNU conventions for make variables.Tobias Geerinckx-Rice2020-06-30
| | | | | * gnu/packages/compression.scm (zstd)[arguments]: Use lowercase ones where possible.
* gnu: ruby: Use ruby-2.7.Ryan Prior2020-06-24
| | | | | | * gnu/packages/ruby.scm (ruby): Use ruby-2.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Rename ruby to ruby-2.6.Ryan Prior2020-06-24
| | | | | | | | | * 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>
* gnu: bison-3.6: Remove package.Jakub Kądziołka2020-06-22
| | | | | | | | | 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.
* Merge branch 'master' into core-updatesJakub Kądziołka2020-06-22
|\
| * gnu: bison-3.6: Don't change the name of the package.Jakub Kądziołka2020-06-22
| | | | | | | | | | | | This is a follow-up to commit 512d23c65d82bb874ca1fb3c12095b1cec8bbfca. * gnu/packages/bison (bison-3.6)[name]: Remove the overridden value.
| * gnu: linux-libre@4.14: Update to 4.14.185.Mark H Weaver2020-06-21
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.185. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.228.Mark H Weaver2020-06-21
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.228. (linux-libre-4.9-pristine-source): Update hash.
| * gnu: linux-libre@4.4: Update to 4.4.228.Mark H Weaver2020-06-21
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.228. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: Add r-boruta.Peter Lo2020-06-21
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-boruta): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: xmoto: Update to 0.6.1.Nicolas Goaziou2020-06-22
| | | | | | | | | | | | * gnu/packages/games.scm (xmoto): Update to 0.6.1. [arguments]: Remove phase installing man pages, now properly handled by the installation script.
| * gnu: emacs-relint: Update to 1.18.Nicolas Goaziou2020-06-21
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.18.
| * gnu: guile: Add 3.0.3.Ludovic Courtès2020-06-21
| | | | | | | | * gnu/packages/guile.scm (guile-3.0.3): New variable.
| * gnu: Add seahorse-adventures.Nicolas Goaziou2020-06-21
| | | | | | | | * gnu/packages/games.scm (seahorse-adventures): New variable.
| * gnu: Add font-mplus-testflight.Julien Lepiller2020-06-21
| | | | | | | | * gnu/packages/fonts.scm (font-mplus-testflight): New variable.
| * gnu: k3b: Update to 20.04.2.Timotej Lazar2020-06-21
| | | | | | | | | | | | * gnu/packages/kde-multimedia.scm (k3b): Update to 20.04.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: k3b: Note the runtime dependency on udisks-service.Timotej Lazar2020-06-21
| | | | | | | | | | | | | | * gnu/packages/kde-multimedia.scm (k3b)[description]: Note that udisks-service should be enabled. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: k3b: Add inputs for libraries loaded at runtime.Timotej Lazar2020-06-21
| | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: k3b: Add inputs for external programs.Timotej Lazar2020-06-21
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: Add cdrdao.Timotej Lazar2020-06-21
| | | | | | | | | | | | * gnu/packages/cdrom.scm (cdrdao): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * channels: 'authenticate-channel' doesn't check relation with intro commit.Ludovic Courtès2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * git-authenticate: Ignore authenticated commit cache when it's not #o600.Ludovic Courtès2020-06-21
| | | | | | | | | | * guix/git-authenticate.scm (previously-authenticated-commits): Stat PORT; return the empty list if it's no #o600 and change it to #o600.
| * gnu: add convmv.Leo Prikler2020-06-21
| | | | | | | | | | | | | | * gnu/packages/convmv.scm: New file. * gnu/local.mk: Add it to build. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add font-fontna-yasashisa-antique.Julien Lepiller2020-06-21
| | | | | | | | gnu/packages/fonts.scm (font-fontna-yasashisa-antique): New variable.
| * services: childhurd: Support more than one instance.Jan (janneke) Nieuwenhuizen2020-06-21
| | | | | | | | | | | | | | | | | | | | | | * 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".
| * gnu: Add poke.B. Wilson2020-06-21
| | | | | | | | | | | | | | * gnu/packages/engineering.scm (poke): New variable. * gnu/packages/bison.scm (bison-3.6): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: git-annex: Update to 8.20200617.Kyle Meyer2020-06-21
| | | | | | | | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200617. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: emacs-hy-mode: Update to 1.0.4.Vinicius Monego2020-06-21
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-hy-mode): Update to 1.0.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS.Brice Waegeneire2020-06-21
| | | | | | | | | | | | * gnu/system.scm (%setuid-programs): Add 'sg' and 'newgrp'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: xmoto: Unbundle ODE and libccd.Nicolas Goaziou2020-06-21
| | | | | | | | | | * gnu/packages/games.scm (xmoto): Unbundle ODE and libccd. [inputs]: Add ode.
| * gnu: xmoto: Update to 0.6.0-0-f7ca787.Nicolas Goaziou2020-06-21
| | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: emacs-hyperbole: Use inputs instead of propagated inputs.Nicolas Goaziou2020-06-21
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Replace domainname with dnsdomainname, not hostname. [propagated-inputs]: move to... [inputs]: ...this.
| * gnu: emacs-magit: Update to 0746bf1b.Pierre Langlois2020-06-21
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 0746bf1b. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-hyperbole: Update to 7.0.6.Nicolas Goaziou2020-06-20
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: gnutls: Pass #:tests? unconditionally.Ludovic Courtès2020-06-20
| | | | | | | | * gnu/packages/tls.scm (gnutls)[arguments]: Add #:tests? unconditionally.
| * gnu: gnutls: Leave #:disallowed-references empty for GNU/Hurd.Ludovic Courtès2020-06-20
| | | | | | | | | | | | | | | | | | 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.
| * build-system/gnu: Cross builds properly handle #:allowed-references & co.Ludovic Courtès2020-06-20
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/41775>. * guix/build-system/gnu.scm (gnu-cross-build)[canonicalize-reference]: Pass TARGET and SYSTEM to 'package-cross-derivation'.
| * gnu: Mutt: Update to 1.14.4.Leo Famulari2020-06-20
| | | | | | | | * gnu/packages/mail.scm (mutt): Update to 1.14.4.
| * gnu: Add emacs-hyperbole.LaFreniere, Joseph2020-06-20
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-hyperbole): Add at 7.0.3 Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
| * gnu: Add hashcash.Jakub Kądziołka2020-06-20
| | | | | | | | * gnu/packages/networking.scm (hashcash): New variable.
| * news: Add 'fr' translation.Ludovic Courtès2020-06-20
| | | | | | | | * etc/news.scm: Add French translation.
| * tests: Skip tests that requires gpg when gpg is unavailable.Ludovic Courtès2020-06-20
| | | | | | | | | | | | | | | | 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.
| * tests: Actually run 'tests/guix-environment-container.sh'.Ludovic Courtès2020-06-20
| | | | | | | | | | | | | | | | | | 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 '@'.
| * doc: Make issues.guix.gnu.org more visible.Ludovic Courtès2020-06-20
| | | | | | | | | | * doc/contributing.texi (Tracking Bugs and Patches): Make issues.guix.gnu.org more visible, update issue URL.