aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Update NEWS.Maxim Cournoyer2022-09-15
| | | | | | This covers the commits made between v1.3.0..3eadcdc6^. * NEWS: New entries for the 1.4.0 upcoming release.
* gnu: pango-next: Fix source URL.Maxim Cournoyer2022-09-15
| | | | | | * gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not "pango-next". Reported-by: Vivien Kraus <vivien@planete-kraus.eu>
* gnu: python-pyabbix: Update to 1.2.1.Marius Bakke2022-09-15
| | | | | | | | * gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Remove patch phase. Use pytest instead of nose in check phase. [native-inputs]: Remove PYTHON-HTTPRETTY and PYTHON-NOSE. Add PYTHON-REQUESTS-MOCK and PYTHON-PYTEST. [propagated-inputs]: Remove PYTHON-SEMANTIC-VERSION. Add PYTHON-PACKAGING.
* gnu: u-boot-tools: Disable check for 100% coverage.Marius Bakke2022-09-15
| | | | * gnu/packages/bootloaders.scm (u-boot-tools)[arguments]: Add substitution.
* gnu: Add r-snftool.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/cran.scm (r-snftool): New variable.
* gnu: Add r-exposition.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/cran.scm (r-exposition): New variable.
* gnu: Add r-prettygraphs.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/cran.scm (r-prettygraphs): New variable.
* gnu: Add r-aricode.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/cran.scm (r-aricode): New variable.
* gnu: Add r-clvalid.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/cran.scm (r-clvalid): New variable.
* gnu: Add r-omicade4.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/bioconductor.scm (r-omicade4): New variable.
* gnu: Add r-made4.Ricardo Wurmus2022-09-15
| | | | * gnu/packages/bioconductor.scm (r-made4): New variable.
* gnu: Add cl-nactivitypub.Artyom Bologov2022-09-15
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-nactivitypub, ecl-nactivitypub, sbcl-nactivitypub): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-njson.Artyom Bologov2022-09-15
| | | | | | * gnu/packages/lisp-xyz.scm (cl-njson, ecl-njson, sbcl-njson): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add sbcl-stumpwm-notify.Trevor Richards2022-09-15
| | | | | | * gnu/packages/wm.scm (sbcl-stumpwm-notify): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-xml-emitter.Trevor Richards2022-09-15
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-xml-emitter, ecl-xml-emitter, sbcl-xml-emitter): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-morse.jgart2022-09-15
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-morse, ecl-cl-morse, sbcl-cl-morse): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-alea.jgart2022-09-15
| | | | | | * gnu/packages/lisp-xyz.scm (cl-alea, ecl-alea, sbcl-alea): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-meta.jgart2022-09-15
| | | | | | * gnu/packages/lisp-xyz.scm (cl-meta, ecl-meta, sbcl-meta): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: eless: Update to 0.7.kiasoc52022-09-15
| | | | | | * gnu/packages/emacs-xyz.scm (eless): Update to 0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: waybar: Update to 0.9.13.ギャラ2022-09-15
| | | | | | * gnu/packages/wm.scm (waybar): Update to 0.9.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* Update NEWS.Maxim Cournoyer2022-09-14
| | | | | | | | These news were extracted from the output of: git log --reverse v1.3.0..03eb0b1be2cfedd0d9a66fef0edc53a17f7653a5. * NEWS: Update entries for v1.4.0.
* gnu: nautilus: Simplify how tracker tests are disabled.Maxim Cournoyer2022-09-14
| | | | | | | * gnu/packages/gnome.scm (nautilus)[source]: Remove patches field. [phases]{disable-tracker-tests}: New phase. * gnu/packages/patches/nautilus-disable-tracker-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* gnu: go-ipfs: Install bash completion.Michael Rohleder2022-09-14
| | | | | | | * gnu/packages/ipfs.scm (go-ipfs)[arguments]: Use gexp. Add 'install-bashcompletion phase to install bash completion. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Install shell completions.Michael Rohleder2022-09-14
| | | | | | | * gnu/packages/containers.scm (podman)[arguments]: Add 'install-completions phase to install shell completions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-mines: Fix build.Michael Rohleder2022-09-14
| | | | | | * gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace libgnome-games-support with libgnome-games-support-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mousepad: Fix build.Michael Rohleder2022-09-14
| | | | | | * gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with gtksourceview-4.. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: stunnel: Update to 5.66.Greg Hogan2022-09-14
| | | | | | * gnu/packages/web.scm (stunnel): Update to 5.66. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rsync: Update to 3.2.6.Greg Hogan2022-09-14
| | | | | | | | * gnu/packages/rsync.scm (rsync): Update to 3.2.6. [arguments]<#:configure-flags> Remove '--disable-openssl'. [inputs]: Add openssl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xsimd-benchmark: Build example.Greg Hogan2022-09-14
| | | | | | | | * gnu/packages/cpp.scm (xsimd-benchmark): Fix package name. [arguments]<#:configure-flags>: Enable examples ... <#:phases>{install} ... and install. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xsimd: Update to 9.0.1.Greg Hogan2022-09-14
| | | | | | | * gnu/packages/cpp.scm (xsimd): Update to 9.0.1. [home-page]: Update redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-scikit-learn: Update to 1.1.2.Marius Bakke2022-09-14
| | | | * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.1.2.
* gnu: python-pingouin: Don't pin scikit-learn version.Marius Bakke2022-09-14
| | | | * gnu/packages/python-science.scm (python-pingouin)[arguments]: Add phase.
* gnu: python-tqdm: Update to 4.64.1.Marius Bakke2022-09-14
| | | | * gnu/packages/python-xyz.scm (python-tqdm): Update to 4.64.1.
* gnu: ungoogled-chromium: Update to 105.0.5195.125-1.Marius Bakke2022-09-14
| | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 105.0.5195.125-1. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: Remove duplicate copyright line.Marius Bakke2022-09-14
| | | | * gnu/packages/fontutils.scm: Remove duplicate line.
* gnu: python-afdko: Remove generated code.Marius Bakke2022-09-14
| | | | | | | * gnu/packages/fontutils.scm (python-afdko)[source](modules, snippet): New fields. [arguments]: Add regenerate-hotconv-grammar phase. [native-inputs]: Add ANTLR4 and OPENJDK.
* gnu: stcgal: Patch tests for PyYAML 6.Marius Bakke2022-09-14
| | | | | | | This fixes a regression since commit 27720d0fe14ee4cd413a6745e0782a698a011924. * gnu/packages/embedded.scm (stcgal)[source](modules, snippet): New fields.
* gnu: dragon-drop: Use G-Expressions.Liliana Marie Prikler2022-09-14
| | | | | * gnu/packages/gtk.scm (dragon-drop)[arguments]: Convert to list of G-Expressions.
* gnu: dragon-drop: Correct PREFIX.arkhan2022-09-14
| | | | | | | * gnu/packages/gtk.scm (dragon-drop)[#:make-flags]: Remove gratuitous “/bin” from PREFIX. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add folders.jgart2022-09-14
| | | | | | * gnu/packages/esolangs.scm (folders): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: evince: Use poppler-next.Mathieu Othacehe2022-09-14
| | | | | | | | | | This fixes the following issue: ../evince-42.3/meson.build:416: WARNING: PDF support is disabled since poppler-glib version >= 22.02.0 or libxml-2.0 version >= 2.5.0 not found and restores PDF support. * gnu/packages/gnome.scm (evince)[inputs]: Use poppler-next.
* gnu: Add poppler-next.Mathieu Othacehe2022-09-14
| | | | * gnu/packages/pdf.scm (poppler-next): New variable.
* gnu: fail2ban-service-type: Improve extra-content fields.muradm2022-09-14
| | | | | | | | | | * gnu/services/security.scm (fail2ban-jail-configuration)[extra-content]: Change to text-config. (fail2ban-configuration)[extra-content]: Change to text-config. * gnu/doc/guix.texi: Update type of extra-content fields. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-kv: Fix build.Andrew Tropin2022-09-14
| | | | | | | | Build fails with emacs-next cause of copypasted test defined two times. * gnu/packages/patches/emacs-kv-fix-tests.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-kv): Use it here. * gnu/local.mk (dist_patch_DATA): Register it here.
* home: shepherd: Add daemonize? option to configuration.Andrew Tropin2022-09-14
| | | | | | | | | | * gnu/home/services/shepherd.scm (home-shepherd-configuration): Add DAEMONIZE?. (home-shepherd-configuration-file): Use CONFIG argument instead of two separate SERVICES and SHEPHERD, respect DAEMONIZE?. (ensure-shepherd-gexp, launch-shepherd-gexp, shepherd-xdg-configuration-files): Adjust according to arguments changes in HOME-SHEPHERD-CONFIGURATION-FILE.
* etc: teams: Add entry for Andrew Tropin.Andrew Tropin2022-09-14
| | | | * etc/teams.scm.in ("Andrew Tropin"): New member.
* gnu: emacs-treemacs-extra: Fix build.Nicolas Goaziou2022-09-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add mu.
* gnu: txr: Update to 281.Guillaume Le Vaillant2022-09-14
| | | | * gnu/packages/lisp.scm (txr): Update to 281.
* gnu: cl-lzlib: Update to 2.0-2.22767ca.Guillaume Le Vaillant2022-09-14
| | | | * gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 2.0-2.22767ca.
* gnu: gallery-dl: Update to 1.23.0.Guillaume Le Vaillant2022-09-14
| | | | * gnu/packages/video.scm (gallery-dl): Update to 1.23.0.