summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add cl-random.Foo Chuan Wei2021-12-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-random, ecl-cl-random, sbcl-cl-random): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-rmath.Foo Chuan Wei2021-12-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-rmath, ecl-cl-rmath, sbcl-cl-rmath): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-lla.Foo Chuan Wei2021-12-11
| | | | | | * gnu/packages/lisp-xyz.scm (cl-lla, ecl-lla, sbcl-lla): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-num-utils.Foo Chuan Wei2021-12-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-num-utils, ecl-cl-num-utils, sbcl-cl-num-utils): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-core-gp.Foo Chuan Wei2021-12-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-core-gp, ecl-core-gp, sbcl-core-gp): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-zsort.Foo Chuan Wei2021-12-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-zsort, ecl-zsort, sbcl-zsort): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add emacs-cc-mode.Liliana Marie Prikler2021-12-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-cc-mode): New variable.
* gnu: Add gprof2dot.Giacomo Leidi via Guix-patches via2021-12-10
| | | | | | * gnu/packages/graphviz.scm (gprof2dot): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add sunclock.Foo Chuan Wei2021-12-10
| | | | | | * gnu/packages/astronomy.scm (sunclock): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add sfm.Nikolay Korotkiy2021-12-10
| | | | | | * gnu/packages/suckless.scm (sfm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: lagrange: Update to 1.9.2.Nikolay Korotkiy2021-12-10
| | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.9.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: stagit: Update to 1.0.Nikolay Korotkiy2021-12-10
| | | | | | * gnu/packages/version-control.scm (stagit): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-dpd: Update to 0.2.1.Liliana Marie Prikler2021-12-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-dpd): Update to 0.2.1.
* gnu: privoxy: Update to 3.0.33.Tobias Geerinckx-Rice2021-12-10
| | | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.33. [arguments]: Don't explicitly return #t from phases.
* gnu: godot: Update to 3.4.Andy Tai2021-12-10
| | | | | | * gnu/packages/game-development.scm (godot): Update to 3.4. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: superstarfighter: Update to 0.6.5.Andy Tai2021-12-10
| | | | | | * gnu/packages/games.scm (superstarfighter): Update to 0.6.5. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add eg25-manager.phodina2021-12-10
| | | | | | * gnu/packages/firmware.scm (eg25-manager): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-sphinxext-opengraph.Vinicius Monego2021-12-10
| | | | | | * gnu/packages/sphinx.scm (python-sphinxext-opengraph): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-sphinx-prompt.Vinicius Monego2021-12-10
| | | | | | * gnu/packages/sphinx.scm (python-sphinx-prompt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sendgmail: Don't limit domain name of sender.Philip McGrath2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are three open pull requests adding this functionality: - https://github.com/google/gmail-oauth2-tools/pull/17 (October 2019) - https://github.com/google/gmail-oauth2-tools/pull/26 (May 2020) - https://github.com/google/gmail-oauth2-tools/pull/37 (May 2021) (The patch here is identical to #26, so I just closed this one.) Meanwhile, the most recent commit to the upstream repository was in May 2019: that was the commit that first added `sendgmail`. This commit adjusts Guix's `sendgmail`, following Postel's advice, to make the command "liberal in its receiving behavior" (RFC 760): it always accepts email addresses with any domain name, as in #26, and it accepts (and ignores) the `-gsuite` flag used in #17. * gnu/packages/patches/sendgmail-remove-domain-restriction.patch: New file. This is the patch from #26. * gnu/packages/patches/sendgmail-accept-ignored-gsuite-flag.patch: New file, based on #17. * gnu/local.mk (dist_patch_DATA): Add the new patches. * gnu/packages/mail.scm (sendgmail)[source]: Apply the new patches. Increment the "revision" argument to `git-version` from 0 to 1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sendgmail: Rename package to match command.Philip McGrath2021-12-10
| | | | | | | | | | | Suggested by Ludo’ in <https://issues.guix.gnu.org/50420#3>. * gnu/packages/golang.scm (go-github-com-google-gmail-oauth2-tools-go-sendgmail): Move to ... * gnu/packages/mail.scm (sendgmail): ... this variable. Change `propagated-inputs` to `inputs`. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add smlnj.Foo Chuan Wei2021-12-10
| | | | | | | * gnu/packages/sml.scm (smlnj): New variable. Co-authored-by: Brett Gilio <brettg@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* environment: Suggestion code gracefully handles empty "/bin" directories.Ludovic Courtès2021-12-10
| | | | | * guix/scripts/environment.scm (suggest-command-name): Handle the case where 'scandir' returns #f.
* shell: When using '-D -f', '-D' has no effect on remaining packages.Ludovic Courtès2021-12-10
| | | | | | | | | Fixes <https://issues.guix.gnu.org/52093>. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * guix/scripts/shell.scm (%options): In "--file" handler, add call to 'ensure-ad-hoc'. * tests/guix-shell.sh: Add test.
* shell: Fix '--file' description in '--help' output.Ludovic Courtès2021-12-10
| | | | | | Reported by pinoaffe on #guix. * guix/scripts/shell.scm (show-help): Fix '--file' description.
* gnu: ocaml-ppx-expect: Update to 0.14.2.Julien Lepiller2021-12-10
| | | | * gnu/packages/ocaml.scm (ocaml-ppx-expect): Update to 0.14.2.
* gnu: ocaml-migrate-parsetree: Update to 2.3.0.Julien Lepiller2021-12-10
| | | | * gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.3.0.
* gnu: ocamlformat: Update to 0.20.0.Julien Lepiller2021-12-10
| | | | * gnu/packages/ocaml.scm (ocamlformat): Update to 0.20.0.
* gnu: Add ocaml-either.Julien Lepiller2021-12-10
| | | | * gnu/packages/ocaml.scm (ocaml-either): New variable.
* gnu: ocaml-fix: Update to 20211125.Julien Lepiller2021-12-10
|
* gnu: Add ccwl.Arun Isaac2021-12-10
| | | | * gnu/packages/bioinformatics.scm (ccwl): New variable.
* gnu: notmuch: Update to 0.34.2.Nicolas Goaziou2021-12-10
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.34.2.
* gnu: emacs-which-key: Update to 3.5.4.Nicolas Goaziou2021-12-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.4.
* gnu: emacs-ebib: Update to 2.34.Nicolas Goaziou2021-12-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.34.
* gnu: gajim: Fix typo.Tobias Geerinckx-Rice2021-12-10
| | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets. All typos are my own.
* gnu: gajim: Restore 'disable-failing-tests phase.Tobias Geerinckx-Rice2021-12-10
| | | | | | | | | Gajim consistently builds on my machines & bayfront, whilst raghavgururajan reports the exact same derivation consistently failing with the commented error. Odd. * gnu/packages/messaging.scm (gajim)[arguments]: Restore the old 'disable-failing-tests phase.
* gnu: gpxsee: Update to 10.0.Nikolay Korotkiy2021-12-10
| | | | | | * gnu/packages/gps.scm (gpxsee): Update to 10.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nnn: Update to 4.4.Nikolay Korotkiy2021-12-10
| | | | | | * gnu/packages/admin.scm (nnn): Update to 4.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-parsebib: Update to 3.1.Nicolas Goaziou2021-12-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 3.1.
* gnu: rosegarden: Update to 21.12.Nicolas Goaziou2021-12-10
| | | | * gnu/packages/music.scm (rosegarden): Update to 21.12.
* gnu: pyzo: Update to 4.11.7.Nicolas Goaziou2021-12-10
| | | | * gnu/packages/python-xyz.scm (pyzo): Update to 4.11.7.
* gnu: Add rust-spotify-tui-0.25.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-spotify-tui-0.25): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rust-arboard-1: Update to 1.2.1.Petr Hodina2021-12-10
| | | | | | | | * gnu/packages/crates-io.scm (rust-arboard-1): Update to 1.2.1. [arguments](cargo-inputs): Add rust-env-logger-0.8, rust-simple-logger-1, rust-wl-clipboard-rs-0.4 and rust-x11rb-0.8. Remove rust-xcb-0.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-wl-clipboard-rs-0.4.Petr Hodina2021-12-10
| | | | | | | | * gnu/packages/crates-io.scm (rust-wl-clipboard-rs-0.4): New variable. * gnu/packages/patches/rust-wl-clipboard-rs-newer-wl.patch: New file. * gnu/local.mk: Add patch. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-stderrlog-0.4.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-stderrlog-0.4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-thread-local-0.3.4.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-thread-local-0.3.4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-simple-logger-1.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-simple-logger-1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-atty-0.2.11.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-atty-0.2.11): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rust-anyhow-1: Update to 1.0.46.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.46. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-tree-magic-0.2.Petr Hodina2021-12-10
| | | | | | * gnu/packages/crates-io.scm (rust-tree-magic-0.2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>