summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-21gnu: k3b: Add inputs for external programs....* 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> Timotej Lazar
2020-06-21gnu: Add cdrdao....* gnu/packages/cdrom.scm (cdrdao): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2020-06-21channels: 'authenticate-channel' doesn't check relation with intro commit....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). Ludovic Courtès
2020-06-21git-authenticate: Ignore authenticated commit cache when it's not #o600....* guix/git-authenticate.scm (previously-authenticated-commits): Stat PORT; return the empty list if it's no #o600 and change it to #o600. Ludovic Courtès
2020-06-21gnu: add convmv....* gnu/packages/convmv.scm: New file. * gnu/local.mk: Add it to build. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Leo Prikler
2020-06-21gnu: Add font-fontna-yasashisa-antique....gnu/packages/fonts.scm (font-fontna-yasashisa-antique): New variable. Julien Lepiller
2020-06-21services: childhurd: Support more than one instance....* 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". Jan (janneke) Nieuwenhuizen
2020-06-21gnu: Add poke....* gnu/packages/engineering.scm (poke): New variable. * gnu/packages/bison.scm (bison-3.6): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> B. Wilson
2020-06-21gnu: git-annex: Update to 8.20200617....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200617. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer
2020-06-21gnu: emacs-hy-mode: Update to 1.0.4....* gnu/packages/emacs-xyz.scm (emacs-hy-mode): Update to 1.0.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Vinicius Monego
2020-06-21system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS....* gnu/system.scm (%setuid-programs): Add 'sg' and 'newgrp'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Brice Waegeneire
2020-06-21gnu: xmoto: Unbundle ODE and libccd....* gnu/packages/games.scm (xmoto): Unbundle ODE and libccd. [inputs]: Add ode. Nicolas Goaziou
2020-06-21gnu: xmoto: Update to 0.6.0-0-f7ca787....* 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. Nicolas Goaziou
2020-06-21gnu: emacs-hyperbole: Use inputs instead of propagated inputs....* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Replace domainname with dnsdomainname, not hostname. [propagated-inputs]: move to... [inputs]: ...this. Nicolas Goaziou
2020-06-21gnu: emacs-magit: Update to 0746bf1b....* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 0746bf1b. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Pierre Langlois
2020-06-20gnu: emacs-hyperbole: Update to 7.0.6....* 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. Nicolas Goaziou
2020-06-20gnu: gnutls: Pass #:tests? unconditionally....* gnu/packages/tls.scm (gnutls)[arguments]: Add #:tests? unconditionally. Ludovic Courtès
2020-06-20gnu: gnutls: Leave #:disallowed-references empty for GNU/Hurd....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. Ludovic Courtès
2020-06-20build-system/gnu: Cross builds properly handle #:allowed-references & co....Fixes <https://bugs.gnu.org/41775>. * guix/build-system/gnu.scm (gnu-cross-build)[canonicalize-reference]: Pass TARGET and SYSTEM to 'package-cross-derivation'. Ludovic Courtès
2020-06-20gnu: Mutt: Update to 1.14.4....* gnu/packages/mail.scm (mutt): Update to 1.14.4. Leo Famulari
2020-06-20gnu: Add emacs-hyperbole....* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Add at 7.0.3 Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> LaFreniere, Joseph
2020-06-20gnu: Add hashcash....* gnu/packages/networking.scm (hashcash): New variable. Jakub Kądziołka
2020-06-20news: Add 'fr' translation....* etc/news.scm: Add French translation. Ludovic Courtès
2020-06-20tests: Skip tests that requires gpg when gpg is unavailable....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. Ludovic Courtès
2020-06-20tests: Actually run 'tests/guix-environment-container.sh'....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 '@'. Ludovic Courtès
2020-06-20doc: Make issues.guix.gnu.org more visible....* doc/contributing.texi (Tracking Bugs and Patches): Make issues.guix.gnu.org more visible, update issue URL. Ludovic Courtès
2020-06-20gnu: hydrogen: Update to 1.0.0-rc1....* gnu/packages/music.scm (hydrogen): Update to 1.0.0-rc1. Nicolas Goaziou
2020-06-20gnu: guile-config: Update to 0.4.2....* gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.2. Alex Sassmannshausen
2020-06-19gnu: diffoscope: Update to 148....* gnu/packages/diffoscope (diffoscope): Update to 148. [arguments] Remove add-known-tools phase, fixed upstream. Vagrant Cascadian
2020-06-19gnu: sudo: Update to 1.9.1....* gnu/packages/admin.scm (sudo): Update to 1.9.1. Tobias Geerinckx-Rice
2020-06-19hurd-boot: Use 'setxattr' instead of invoking settrans....Note: Using `getxattr' on the Hurd instead of running showtrans does not work (yet?). * gnu/build/hurd-boot.scm (setup-translator): Use 'setxattr' instead of invoking settrans. * gnu/system.scm (hurd-multiboot-modules): Add --x-xattr-translator-records to enable xattr-embedding of translators. Jan (janneke) Nieuwenhuizen
2020-06-19hurd-boot: Create individual translators instead of running MAKEDEV....* gnu/build/hurd-boot.scm (make-hurd-device-nodes): Do not create dev/{null,zero,full,random,urandom} mount points. (passive-translator-xattr?, passive-translator-installed?, translated?, set-translator, set-hurd-device-translators): New procedures. (false-if-EEXIST): New macro. (boot-hurd-system): Use them instead of running MAKEDEV. Jan (janneke) Nieuwenhuizen
2020-06-19news: Add ‘de’ translation....* etc/news.scm: Add a ‘de’ translation. Florian Pelz
2020-06-18uuid: Prevent a loop on invalid arguments....* gnu/system/uuid.scm (uuid=?): Use type predicates in the fallback case to prevent looping on invalid arguments. Maxim Cournoyer
2020-06-18machine: ssh: Fix guix deploy hang when using non-DCE UUIDs....Fixes <https://issues.guix.gnu.org/issue/41237>. The UUID type information was lost when passing to the lower gexp code strata, which led to not being able to recreate the UUID in the generated script. This occurred for non-DCE type UUIDs such as that of a FAT file system. A following commit will prevent the find-partition-by-uuid procedure from entering a loop when its UUID argument is invalid. Reported-by: Brice Waegeneire <brice@waegenei.re> * gnu/machine/ssh.scm (machine-check-file-system-availability): Replace the STRING->UUID procedure by the UUID macro, and provide the UUID type as its second argument. Maxim Cournoyer
2020-06-19gnu: oil: Update to 0.8.pre6....* gnu/packages/shells.scm (oil): Update to 0.8.pre6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Ryan Prior via Guix-patches via
2020-06-18gnu: Add Iosevka quasi-proportioal fonts....* gnu/packages/fonts.scm (font-iosevka-aile, font-iosevka-etoile, font-iosevka-sparkle): New variables. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Simen Endsjø
2020-06-18gnu: Update Iosevka fonts from 2.3.3 to 3.1.1....* gnu/packages/fonts.scm (font-iosevka): (font-iosevka-slab): (font-iosevka-term): (font-iosevka-term-slab): Update to 3.1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Simen Endsjø
2020-06-18gnu: emacs-leaf: Update to 4.2.5....* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.2.5. [source]: Switch to GNU ELPA URL. Nicolas Goaziou
2020-06-18gnu: linux-libre@5.7: Update to 5.7.4....* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.4. (linux-libre-5.7-pristine-source): Update hash. Mark H Weaver
2020-06-18gnu: Add multimon-ng....* gnu/packages/radio.scm (multimon-ng): New variable. Guillaume Le Vaillant
2020-06-18gnu: Add unicorn....* gnu/packages/emulators.scm (unicorn): New variable. Jakub Kądziołka
2020-06-18gnu: Add cluffer....* gnu/packages/lisp-xyz.scm (cl-cluffer, sbcl-cluffer): New variables. Pierre Neidhardt
2020-06-18gnu: Add sbcl-cluffer-simple-buffer....* gnu/packages/lisp-xyz.scm (sbcl-cluffer-simple-buffer): New variable. Pierre Neidhardt
2020-06-18gnu: Add sbcl-cluffer-simple-line....* gnu/packages/lisp-xyz.scm (sbcl-cluffer-simple-line): New variable. Pierre Neidhardt
2020-06-18gnu: Add sbcl-cluffer-standard-buffer....* gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-buffer): New variable. Pierre Neidhardt
2020-06-18gnu: Add sbcl-cluffer-standard-line....* gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-line): New variable. Pierre Neidhardt
2020-06-18gnu: Add sbcl-cluffer-base....* gnu/packages/lisp-xyz.scm (sbcl-cluffer-base): New variable. Pierre Neidhardt
2020-06-18gnu: Add clump....* gnu/packages/lisp-xyz.scm (cl-clump, sbcl-clump): New variables. Pierre Neidhardt
2020-06-18gnu: Add sbcl-clump-binary-tree....* gnu/packages/lisp-xyz.scm (sbcl-clump-binary-tree): New variable. Pierre Neidhardt