Age | Commit message (Expand) | Author |
2021-06-29 | guix build: Autoload (gnu packages)....* guix/scripts/build.scm: Autoload (gnu packages).
| Ludovic Courtès |
2021-06-29 | pull: Use SRFI-71 instead of SRFI-11....* guix/scripts/pull.scm (display-new/upgraded-packages): Use SRFI-71 'let'.
| Ludovic Courtès |
2021-06-29 | pull: Autoload (gnu ...) modules....This reduces startup time for 'guix pull --help' and similar.
* guix/scripts/pull.scm: Autoload (gnu ...) modules.
| Ludovic Courtès |
2021-06-29 | ui: Have 'guix help' stat less....This reduces the number of syscalls for:
env -i $(type -P strace) -c $(type -P guix) help
from 4.3K to 2.2K, thereby reducing startup time.
Reported by Julien Lepiller.
* guix/ui.scm (run-guix-command): Move %FILE-PORT-NAME-CANONICALIZATION
to...
(run-guix): ... here.
| Ludovic Courtès |
2021-06-29 | (guix) no longer pulls in (guix ftp-client)....That choice was made in 2014 and never made much sense.
* guix.scm (%public-modules): Remove 'ftp-client'.
| Ludovic Courtès |
2021-06-29 | gnu: scotch: Add 'release-monitoring-url' property....* gnu/packages/maths.scm (scotch)[properties]: New field.
| Ludovic Courtès |
2021-06-28 | Revert "gnu: Add ytfzf."...This reverts commit 3fdb2d679259f5d1541240dd4e9cedda17040bf2,
as it was accidentally pushed.
| Raghav Gururajan |
2021-06-28 | Revert "gnu: Add python-ueberzug."...This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d,
as it was accidentally pushed.
| Raghav Gururajan |
2021-06-28 | gnu: python-fire: Respect #:tests?...* gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests?
in the custom 'check' phase.
| Raghav Gururajan |
2021-06-28 | gnu: Add ytfzf....* gnu/packages/image-viewers.scm (ytfzf): New variable.
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
Co-authored-by: jgart <jgart@dismail.de>
| LibreMiami |
2021-06-28 | gnu: Add python-ueberzug....* gnu/packages/python-xyz.scm (python-ueberzug): New variable.
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
Co-authored-by: jgart <jgart@dismail.de>
| LibreMiami |
2021-06-28 | guix: Delete duplicates from emacs-load-path....It has been reported in IRC, that directories may show up multiple times in
subdirs.el, probably a result of propagation. This can for instance be seen
by ‘guix environment --ad-hoc emacs emacs-guix’, which will generate multiple
references to dash. With this patch only one reference per package is
generated.
* guix/profiles.scm (emacs-subdirs): wrap subdirs added to
‘normal-top-level-add-to-load-path’ in ‘delete-duplictes’.
| Leo Prikler |
2021-06-28 | gnu: Add go-1.16....Add go@1.16 as a non-default go. Changes from 1.14: Use now-supported GO_LDSO
configuration option for setting the interpreter. Bootstrap with gccgo on
platforms which do not support go-1.4. Fix and re-enable cmd/go script tests.
Fix typo in cgoldflags patch. Break out tests into "check" phase. Remove
references to perl to reduce closure size by ~10%. Set GOCACHE so go doesn't
attempt to access $HOME.
* gnu/packages/patches/go-fix-script-tests.patch: New file.
* local.mk (dist_patch_DATA): Register it.
* gnu/packages/golang.scm (go-1.16): New variable. Use the patch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sarah Morgensen |
2021-06-28 | gnu: Add gccgo-10....Generate gccgo with MAKE-GCCGO to factorize phases, and to fix the
cyclic dependency between out and lib (caused by libgo embedding the
gotools path) that was worked around in
<https://issues.guix.gnu.org/18101>.
* gnu/packages/gcc.scm (custom-gcc-gccgo): New procedure.
(make-gccgo): New procedure.
(gccgo-10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sarah Morgensen |
2021-06-28 | gnu: Add oneko....* gnu/packages/toys.scm (oneko): New variable.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Timotej Lazar |
2021-06-28 | gnu: r-cistopic: Update to 2.1.0....* gnu/packages/bioconductor.scm (r-cistopic): Update to 2.1.0.
| Ricardo Wurmus |
2021-06-28 | gnu: Add librem-ec-acpi-linux-module....* gnu/packages/linux.scm (librem-ec-acpi-linux-module): New public variable.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: srain: Update to 1.2.3....* gnu/packages/irc.scm (srain): Update to 1.2.3.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: totem-pl-parser: Update to 3.26.6....* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.6.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: upower: Update to 0.99.12....* gnu/packages/gnome.scm (upower): Update to 0.99.12.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: libgudev: Update to 236....* gnu/packages/gnome.scm (libgudev): Update to 236.
[build-system]: Use Meson.
[arguments]: Drop obsolete #:configure-flags.
[propagated-inputs]: Add eudev.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: upower: Build from Git sources....* gnu/packages/gnome.scm (upower)[source]: Use GIT-FETCH and
GIT-FILE-NAME. Adjust snippet.
[native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which.
* gnu/packages/patches/upower-builddir.patch: Adjust to Makefile.am.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: gnome-autoar: Update to 0.3.3....* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.3.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: drawing: Update to 0.8.1....* gnu/packages/gnome.scm (drawing): Update to 0.8.1.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: Add xkbprint....* gnu/packages/xorg.scm (xkbprint): New public variable.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: stellarium: Update to 0.21.1....* gnu/packages/astronomy.scm (stellarium): Update to 0.21.1.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: indi: Update to 1.9.1....* gnu/packages/astronomy.scm (indi): Update to 1.9.1.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: acpica: Update to 20210604....* gnu/packages/admin.scm (acpica): Update to 20210604.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: Add mda-lv2....* gnu/packages/audio.scm (mda-lv2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Thorsten Wilms |
2021-06-28 | gnu: vim-guix-vim: Update to 0.2.0....* gnu/packages/vim.scm (vim-guix-vim): Update to 0.2.0.
[arguments]: Also install autoload, plugin directories.
| Efraim Flashner |
2021-06-28 | import: go: Fix match-error in 'go-package-description'...* guix/import/go.scm (go-package-description): Make sure description* is
always a list, so the result is properly matched.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
| Sarah Morgensen via Guix-patches via |
2021-06-28 | gnu: opensurge: Update to 0.5.2.1....* gnu/packages/games.scm (opensurge): Update to 0.5.2.1.
[arguments]: Keep installing into /bin.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: freeciv: Update to 2.6.5....* gnu/packages/games.scm (freeciv): Update to 2.6.5.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: extremetuxracer: Update to 0.8.1....* gnu/packages/games.scm (extremetuxracer): Update to 0.8.1.
| Tobias Geerinckx-Rice |
2021-06-28 | gnu: nyacc: Add final upstream description line, too....* gnu/packages/mes.scm (nyacc)[description]: Mention compilers,
languages.
| Tobias Geerinckx-Rice |
2021-06-27 | gnu: Add ocaml-cohttp....* gnu/packages/ocaml.scm (ocaml-cohttp): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Xinglu Chen |
2021-06-27 | gnu: Add ocaml-uri-sexp....* gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Xinglu Chen |
2021-06-27 | gnu: ocaml-uri: Update to 4.2.0....* gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Xinglu Chen |
2021-06-27 | gnu: rust-stackvector-1: Don't skip build....* gnu/packages/crates-io.scm (rust-stackvector-1)[arguments]: Remove
skip-build.
| Efraim Flashner |
2021-06-27 | gnu: rust-stackvector: Update to 1.1.1 [fixes CVE-2021-29939]....* gnu/packages/mail.scm (rust-stackvector-1): Update to 1.1.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-06-27 | gnu: jami-qt: Add support for desktop notifications....* gnu/packages/jami.scm (jami-qt)[inputs]: Add libnotify.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Diego Nicola Barbato |
2021-06-27 | gnu: Add blastem....* gnu/packages/emulators.scm (blastem): New variable.
| Leo Prikler |
2021-06-27 | gnu: Add cl-markup-reader....* gnu/packages/lisp-xyz.scm (sbcl-markup-reader, ecl-markup-reader,
cl-markup-reader): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Charles |
2021-06-26 | gnu: Add ruby-taskjuggler....[[PGP Signed Part:Good signature from D37D0EA7CECC3912 Giovanni Biscuolo (Xelera) <g@xelera.eu> (trust undefined) created at 2021-06-16T13:00:30+0200 using RSA]]
[1. text/x-diff; 0001-gnu-Add-ruby-taskjuggler.patch]
From 46aacfc1ab93166a289f8edb1fcd119e9145840c Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <g@xelera.eu>
Date: Wed, 9 Jun 2021 11:57:12 +0200
Subject: [PATCH] gnu: Add ruby-taskjuggler.
* gnu/packages/ruby.scm (ruby-taskjuggler): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giovanni Biscuolo |
2021-06-26 | gnu: ruby-term-ansicolor: Update to 1.7.1....* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giovanni Biscuolo |
2021-06-26 | gnu: Add texlive-latex-ebproof....* gnu/packages/tex.scm (texlive-latex-ebproof): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-06-26 | gnu: python-rpy2: Update to 3.4.5....* gnu/packages/statistics.scm (python-rpy2): Update to 3.4.5
[source]: Remove the patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| BonfaceKilz |
2021-06-26 | gnu: php: Build sodium....* gnu/packages/php.scm (php): Build sodium extension.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Aljosha Papsch |
2021-06-26 | etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’...Adjust to changes in commit aaafd19bd1e37265de07e246286a6819792c25b4.
* etc/snippets/scheme-mode/guix-origin: Use ‘hg-file-name’ instead of
‘string-append’ when ‘method’ for origin is ‘hg-fetch’.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-06-26 | gnu: Add python-fire....* gnu/packages/python-xyz.scm (python-fire): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Danial Behzadi |