| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: linux-libre 5.10: Update to 5.10.130.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.130.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari | 2022-07-14 | 1 | -2/+2 |
* | gnu: linux-libre 5.15: Update to 5.15.54.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.54.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari | 2022-07-14 | 1 | -2/+2 |
* | gnu: linux-libre: Update to 5.18.11.•••* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.11.
(linux-libre-5.18-pristine-source): Update hash.
| Leo Famulari | 2022-07-14 | 1 | -2/+2 |
* | gnu: kakoune: Update to 2021.11.08.•••* gnu/packages/text-editors.scm (kakoune)[version]: Update to 2021.11.08.
[arguments]<#:phases>: Remove unnecessary phase 'chdir and drop deprecated #t
return value.
[native-inputs]: Drop ruby and asciidoc, which are not used during build.
| Lars-Dominik Braun | 2022-07-14 | 1 | -10/+5 |
* | gnu: python-gevent: Disable failing test on i686-linux.•••Fixes <https://issues.guix.gnu.org/42553>.
* gnu/packages/python-xyz.scm (python-gevent)
[phases]{adjust-tests}: Skip the test__core_stat.py test suite.
| Maxim Cournoyer | 2022-07-13 | 1 | -1/+5 |
* | services: docker: Fix race condition.•••Fixes <https://issues.guix.gnu.org/38432>.
* gnu/packages/patches/containerd-create-pid-file.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/docker.scm (containerd)[source]: Add this patch.
* gnu/services/docker.scm
(containerd-shepherd-service): Add #:pid-file and #:pid-file-timeout.
* gnu/services/docker.scm (docker-shepherd-service): Add --containerd flag.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Oleg Pykhalov | 2022-07-13 | 4 | -4/+41 |
* | doc: Add example of 'bash-extension'.•••* doc/guix.texi (Shells Home Services): Add 'bash-extension' example.
| Ludovic Courtès | 2022-07-14 | 1 | -0/+17 |
* | home: services: environment-variables: Double-quote values.•••Fixes <https://issues.guix.gnu.org/54469>.
Reported by Maxime Devos <maximedevos@telenet.be>.
* gnu/home/services.scm (environment-variable-shell-definitions): New
procedure, with code formerly in 'serialize-posix-env-vars'.
(environment-variables->setup-environment-script): Change
"setup-environment" from 'mixed-text-file' to 'computed-file', and use
'environment-variable-shell-definitions'.
* tests/guix-home.sh: Test it.
* gnu/home/services/shells.scm (serialize-posix-env-vars): Delegate to
'environment-variable-shell-definitions'.
| Ludovic Courtès | 2022-07-14 | 3 | -37/+44 |
* | home: services: shells: Double-quote environment variable values.•••Fixes <https://issues.guix.gnu.org/56540>.
Until now, environment variable values were emitted unquoted, producing
invalid shell code if the value contains spaces for example.
* gnu/home/services/shells.scm (serialize-posix-env-vars): Define
'shell-quote' procedure in staged code and use it for #$value.
* tests/guix-home.sh: Add test for PS1 variable with a value containing
spaces.
| Ludovic Courtès | 2022-07-14 | 2 | -10/+27 |
* | home: services: shell: Do not use "setup" as a verb.•••* gnu/home/services/shells.scm (zsh-file-zprofile)
(add-bash-configuration): Do not use "setup" as a word in generated
files. End sentences with a period.
| Ludovic Courtès | 2022-07-14 | 1 | -4/+4 |
* | home: services: Fix typo.•••* gnu/home/services.scm (environment-variables->setup-environment-script):
Fix spelling of 'warn-about-duplicate-definitions'.
| Ludovic Courtès | 2022-07-14 | 1 | -2/+2 |
* | gnu: xorg-server: Update to 21.1.4 [fixes CVE-2022-2319, CVE-2022-2320].•••* gnu/packages/xorg.scm (xorg-server): Update to 21.1.4.
| Marius Bakke | 2022-07-14 | 1 | -2/+2 |
* | gnu: samba: Update to 4.16.2.•••* gnu/packages/samba.scm (samba): Update to 4.16.2.
| Marius Bakke | 2022-07-13 | 1 | -2/+2 |
* | gnu: Remove duplicate package.•••* gnu/packages/autotools.scm (libtool-2.4.7): Remove variable.
| Marius Bakke | 2022-07-13 | 1 | -12/+0 |
* | etc: teams: Add entry for Jonathan Brielmaier.•••* etc/teams.scm.in ("Jonathan Brielmaier"): New member.
| Jonathan Brielmaier | 2022-07-13 | 1 | -0/+4 |
* | etc: teams: Add mozilla team.•••* etc/teams.scm.in (mozilla): New team.
| Jonathan Brielmaier | 2022-07-13 | 1 | -0/+6 |
* | gnu: mapnik: Update to 3.1.0.•••The build still fails, but hopefully it gets us closer.
* gnu/packages/geo.scm (mapnik): Update to 3.1.0.
| Maxim Cournoyer | 2022-07-13 | 1 | -5/+4 |
* | gnu: gajim: Update to 1.4.6.•••* gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.6.
| Raghav Gururajan | 2022-07-13 | 1 | -2/+2 |
* | gnu: gajim: Disable failing tests.•••* gnu/packages/messaging.scm (gajim)[phases]: Add disable-failing-tests phase.
| Raghav Gururajan | 2022-07-13 | 1 | -0/+6 |
* | tests: build-emacs-utils: Allow test to pass on Emacs 27 too.•••* tests/build-emacs-utils.scm
("emacs-batch-script: raise &emacs-batch-error on failure"): More loosely
match expected error string, which differs between Emacs 27 and Emacs 28.
| Maxim Cournoyer | 2022-07-13 | 1 | -2/+5 |
* | gnu: emacs-hyperbole: Improve package style.•••* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Use G-expressions.
| Nicolas Goaziou | 2022-07-13 | 1 | -28/+26 |
* | gnu: emacs-hyperbole: Update to 8.0.0.•••* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 8.0.0.
[arguments]<#:include>: Use %default-include.
<#:phases>: Add build fix.
* gnu/packages/patches/emacs-hyperbole-toggle-messaging.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete reference to removed file.
| Nicolas Goaziou | 2022-07-13 | 3 | -100/+13 |
* | gnu: emacs-evil-nerd-commenter: Update to 3.5.7.•••* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.7.
| Nicolas Goaziou | 2022-07-13 | 1 | -2/+2 |
* | gnu: emacs-evil-matchit: Update to 3.0.0.•••* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.0.
| Nicolas Goaziou | 2022-07-13 | 1 | -2/+2 |
* | gnu: emacs-dts-mode: Update to 1.0.•••* gnu/packages/emacs-xyz.scm (emacs-dts-mode): Update to 1.0.
[source]<origin>: Switch to ELPA repository since GitHub repository does not
seem to be up to date anymore.
[home-page]: Update URL.
| Nicolas Goaziou | 2022-07-13 | 1 | -21/+16 |
* | gnu: emacs-fennel-mode: Update to 0.5.0.•••* gnu/packages/emacs-xyz.scm (emacs-fennel-mode): Update to 0.5.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
| Nicolas Goaziou | 2022-07-13 | 1 | -18/+20 |
* | gnu: emacs-meow: Update to 1.4.2.•••* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.2.
| Nicolas Goaziou | 2022-07-13 | 1 | -2/+2 |
* | gnu: emacs-org-static-blog: Update to 1.6.0.•••* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.6.0.
| Nicolas Goaziou | 2022-07-13 | 1 | -2/+2 |
* | gnu: emacs-prescient: Update to 5.2.1.•••* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.1.
| Nicolas Goaziou | 2022-07-13 | 1 | -2/+2 |
* | gnu: emacs-yaml: Update to 0.5.1.•••* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.1.
| Nicolas Goaziou | 2022-07-13 | 1 | -2/+2 |
* | gnu: sushi: Fix URI.•••Fixes <https://issues.guix.gnu.org/56537>, introduced with ef82f34482.
* gnu/packages/gnome.scm (sushi)[source]: Adjust URI.
Reported-by: Christopher Howard <christopher@librehacker.com>
| Maxim Cournoyer | 2022-07-13 | 1 | -1/+1 |
* | gnu: r-d3r: Update d3.js input hashes, mutated in place.•••Fixes <https://issues.guix.gnu.org/46456>.
* gnu/packages/cran.scm (r-d3r)[native-inputs]: Update hashes for d3.v5.js,
d3.v6.js and d3.v7.js.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
| Maxim Cournoyer | 2022-07-13 | 1 | -3/+3 |
* | gnu: dezyne: Update to 2.15.4.•••* gnu/packages/dezyne.scm (dezyne): Update to 2.15.4.
| Jan (janneke) Nieuwenhuizen | 2022-07-13 | 1 | -2/+2 |
* | gnu: elpa: Update source URL.•••Fixes <https://issues.guix.gnu.org/46460>.
* gnu/packages/maths.scm (elpa): Update source URL.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
| Maxim Cournoyer | 2022-07-13 | 1 | -1/+2 |
* | gnu: r-rda: Update hash.•••Fixes <https://issues.guix.gnu.org/46475>.
* gnu/packages/cran.scm (r-rda): Update hash.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
| Maxim Cournoyer | 2022-07-13 | 1 | -1/+1 |
* | gnu: trilinos-serial-xyce: Fetch source from git.•••Fixes <https://issues.guix.gnu.org/46480>.
* gnu/packages/engineering.scm (trilinos-serial-xyce)[source]: Fetch from git.
[phases]: Delete trailing #t.
[native-inputs, inputs]: Use new style.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
| Maxim Cournoyer | 2022-07-13 | 1 | -15/+18 |
* | gnu: deja-dup: Use new style inputs.•••* gnu/packages/gnome.scm (deja-dup)[inputs, native-inputs]: Use new style.
| Maxim Cournoyer | 2022-07-12 | 1 | -23/+23 |
* | gnu: deja-dup: Update to 43.4.•••Fixes <https://issues.guix.gnu.org/55544>.
* gnu/packages/gnome.scm (deja-dup): Update to 43.4.
[phases]{patch-paths}: Adjust Duplicityinstance.vala path.
{skip-gtk-update-icon-cache}: Delete phase.
[inputs]: Replace gtk+ with gtk. Add libadwaita. Replace libsoup-minimal-2
with libsoup.
[native-inputs]: Add gtk:bin.
Reported-by: Michael Terry <mike@mterry.name>
| Maxim Cournoyer | 2022-07-12 | 1 | -14/+9 |
* | gnu: gtk: Use new style inputs.•••* gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style.
[propagated-inputs]: Likewise.
| Maxim Cournoyer | 2022-07-12 | 1 | -57/+57 |
* | gnu: gtk: Update to 4.6.6.•••* gnu/packages/gtk.scm (gtk): Update to 4.6.6.
[phases]{patch}: Disable 'unaligned-offscreen' test.
| Maxim Cournoyer | 2022-07-12 | 1 | -4/+8 |
* | gnu: inkscape: Add bash-minimal to inputs.•••* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
| Maxim Cournoyer | 2022-07-12 | 1 | -1/+3 |
* | gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE.•••Fixes <https://issues.guix.gnu.org/55634>.
* gnu/packages/inkscape.scm (inkscape)
[phases]{wrap-program}: Override phase.
Reported-by: Maxime Devos <maximedevos@telenet.be>
| Maxim Cournoyer | 2022-07-12 | 1 | -1/+14 |
* | gnu: inkscape: Reintroduce variable, updated to 1.2.•••* gnu/packages/inkscape.scm (inkscape): Update to 1.2.
[phases]{disable-problematic-tests}: New phase.
| Maxim Cournoyer | 2022-07-12 | 1 | -2/+34 |
* | gnu: inkscape: Rename variable to inkscape/stable and hide package.•••This will allow introducing a new 'inkscape' package that can be more freely
upgraded on the main branch.
* gnu/packages/inkscape.scm (inkscape): Rename to...
(inkscape/stable): ... this, and make it a hidden package.
* gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape
input accordingly.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme): Likewise.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise.
(python-nbconvert): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
| Maxim Cournoyer | 2022-07-12 | 7 | -200/+203 |
* | gnu: tracker-miners: Use new style inputs.•••* gnu/packages/gnome.scm (tracker-miners)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
| Maxim Cournoyer | 2022-07-12 | 1 | -42/+42 |
* | gnu: tracker-miners: Update to 3.3.1.•••* gnu/packages/gnome.scm (tracker-miners): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
[phases]{check}: Do not run the 'slow' tests, which fail.
| Maxim Cournoyer | 2022-07-12 | 1 | -4/+8 |
* | gnu: tracker: Use new style inputs.•••* gnu/packages/gnome.scm (tracker)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
| Maxim Cournoyer | 2022-07-12 | 1 | -17/+17 |
* | gnu: tracker: Propagate libraries 'required' by pkg-config.•••* gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and
sqlite to...
[propagated-inputs]: ... here. Add glib.
| Maxim Cournoyer | 2022-07-12 | 1 | -5/+8 |
* | gnu: tracker: Update to 3.3.1.•••* gnu/packages/gnome.scm (tracker): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
| Maxim Cournoyer | 2022-07-12 | 1 | -3/+3 |
* | gnu: libadwaita: Propagate gtk.•••* gnu/packages/gnome.scm (libadwaita)[inputs]: Move gtk to...
[propagated-inputs]: ... here.
| Maxim Cournoyer | 2022-07-12 | 1 | -1/+3 |