~ruther/guix-local

2ae4c32a — Distopico a year ago
gnu: direnv: Update to 2.37.1.

* gnu/packages/shellutils.scm (direnv): Update to 2.37.1.

Change-Id: I156b641435b0b0e134e9f4be206daa4275c89d51
Signed-off-by: Andreas Enge <andreas@enge.fr>
04a4f8cc — Andreas Enge a year ago
gnu: Remove (gnu packages fcitx).

* gnu/packages/fcitx.scm: Remove file.
* gnu/local.mk (GNU_SYSTEM_MODULES), po/packages/POTFILES.in: Unregister
file.

Fixes: guix/guix#2260
Change-Id: I70cdffb1dc5f8112afbdf556f457d647d788db9e
7ed492c5 — Andreas Enge a year ago
gnu: Remove presage.

* gnu/packages/fcitx.scm (presage): Delete variable.

Change-Id: I37bb83d8c6dcb949103a57827f4cac8a97fab3b1
03b630d9 — Andreas Enge a year ago
gnu: Remove maliit-framework.

* gnu/packages/freedesktop.scm (maliit-framework): Delete variable.

Change-Id: Ia8d25c29a86befd5859f39693ed67e659ed1f68d
ab26bff5 — Andreas Enge a year ago
gnu: Remove maliit-keyboard.

* gnu/packages/freedesktop.scm (maliit-keyboard): Delete variable.

Change-Id: I445aa513f75727c68860547e53d6ef378563d024
00799525 — Simon Tournier a year ago
gnu: Add r-tesseract.

* gnu/packages/cran.scm (r-tesseract): New variable.

Change-Id: Ia4227bee7f02de4901c5a6542b6a3b8c2d880cd8
Signed-off-by: Andreas Enge <andreas@enge.fr>
fff8271d — Hilton Chain a year ago
gnu: emacs-org-rainbow-tags: Update to 0.1-pre-1.dfe3604.

This change also fixes build failure of the package.

* gnu/packages/emacs-xyz.scm (emacs-org-rainbow-tags): Update to
0.1-pre-1.dfe3604.

Change-Id: Ia678db34fa9211ae100416b5e172d2b0dc35851b
896872cb — Hilton Chain a year ago
gnu: python-mpv-jsonipc: Disable tests explicitly.

* gnu/packages/python-xyz.scm (python-mpv-jsonipc) [arguments] <#:tests?>:
Disable.

Change-Id: I921848852c7963951092e9beee0c630d954320b7
ace78713 — jgart a year ago
gnu: trealla: Update to 2.83.8.

* gnu/packages/prolog.scm (trealla): Update to 2.83.8.

Change-Id: I190612b48e6a69e31384bb12d81465a668f2de59
29d36449 — Baptiste Strazzulla 1 year, 1 month ago
gnu: git-lfs: Fix build.

This change is to bypass combination of go-build-system and custom make
targets where the import path is set manually, see discussion in
guix/guix#2133.

* gnu/packages/version-control.scm (git-lfs): Rename binary and home page

Change-Id: Ic87627412f715ebed07cf79ddd298e777746975f
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
58b6dc4d — Janneke Nieuwenhuizen a year ago
gnu: guile-emacs: Fix build with gcc-14.

* gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Replace
emacs-minimal's CFLAGS in #:configure-flags with specific and extra flags to
relax gcc-14's strictness.

Change-Id: I6b3f871695eb25fbf84a2334525e1d0e15e36b92
37550883 — Sharlatan Hellseher a year ago
gnu: Add python-six-bootstrap.

* gnu/packages/python-xyz.scm (python-six-bootstrap): New variable.

Fixes: guix-science/guix-past#20.
Reported-by: @gabor-udvari
Change-Id: I15b993e39c76dd39d1871179fc899e963d411d45
1b1db5f7 — Sharlatan Hellseher a year ago
gnu: mallard-ducktype: Move to documentation.

* gnu/packages/python-xyz.scm (mallard-ducktype): Move from here ...
* gnu/packages/documentation.scm: ... to here.

Fixes: guix/guix#1200.
Change-Id: I05895a56626a0416c4c7710c48f06b62538b4622
e5d2f0bd — Efraim Flashner a year ago
gnu: toot: Update to 0.50.1.

* gnu/packages/fediverse.scm (toot): Update to 0.50.1.
[arguments]: Remove field.
[inputs]: Remove python-urwid and python-urwidgets; add python-dateutil
and python-urwid-3.
[native-inputs]: Remove python-psycopg2-binary, python-pyyaml, and
python-typing-extensions; add python-pillow and python-setuptools-scm.

Change-Id: I06a39646b1ffac130a42a1d1d10bbdcfc625ab94
7b8ef76b — Arun Isaac a year ago
services: mumi: Raise maximum duration of indexing job.

Indexing all Debbugs issues from scratch can take more than an hour.

* gnu/services/web.scm (mumi-shepherd-services): Raise #:max-duration to 2
hours.
2c7e5574 — Efraim Flashner a year ago
gnu: dbxfs: Fix build.

* gnu/packages/file-systems.scm (dbxfs)[build-system]: Switch to the
pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I79dfd9e7092aaf0b5078900c6b2ecbbe9137b44f
6b8c23fd — Douglas Deslauriers 2 years ago
gnu: vmware-open-vm-tools: Update to 13.0.0.

* gnu/packages/virtualization.scm (vmware-open-vm-tools): Update to
 13.0.0.

Change-Id: I503b9202db82992442a76af3c6b2ce8ffe017e4a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2738209b — Oscar Chevalier 1 year, 2 months ago
gnu: neovim: Add support for guix neovim packages.

Enables the use of guix as a package manager for neovim, compatible with
the outputs of `vim-build-system`.

* gnu/packages/vim.scm (neovim)[arguments]: Added another phase to
install the system init file to the correct place.
* gnu/packages/aux-files/guix-nvim.vim: New file.
* Makefile.am (AUX_FILES): Register file.

Change-Id: I375e3e0d051da27d065dff5456cb298a01bc90b1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
80f24100 — Rutherther a year ago
teams: Add entry for Rutherther.

Add myself to release team.

* etc/teams.scm (Rutherther): New member.

Change-Id: Ied242919f54abe05e429fb8e658bdc9e0ffc0cb1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
ea44a564 — Sharlatan Hellseher a year ago
gnu: python-quadpy: Adjust inputs.

* gnu/packages/maths.scm (python-quadpy)[inputs]: Add python-matplotlib.
[native-inputs]: Remove python-wheel.

Change-Id: I72f2d7daafebd98f96245697aecb60c176981336
Next