~ruther/guix-local

44fb5c6a — AwesomeAdam54321 6 months ago
gnu: Add mc2mt.

* gnu/packages/game-development.scm (mc2mt): New variable.
* gnu/packages/patches/mc2mt-add-packaging-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.

Change-Id: Ia4b268ab1c3f104bb81f386e220be47d2356e539
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
43f16447 — AwesomeAdam54321 6 months ago
gnu: Add python-anvil-parser.

* gnu/packages/game-development.scm (python-anvil-parser): New variable.

Change-Id: Ie51482ab1710f85e389bfcdfb4b75ba0e1ec3833
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
304522c1 — AwesomeAdam54321 6 months ago
gnu: Add python-nbt.

* gnu/packages/game-development.scm (python-nbt): New variable.

Change-Id: Ib81e96b4abc45aec5eb8b3f785588e449507c957
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
28b5d5c9 — Artyom V. Poptsov 6 months ago
gnu: clipit: Fix build with gcc-14.

* gnu/packages/gtk.scm (clipit): Fix build with gcc-14.
[arguments]<#:phases>: Add "relax-gcc-14-strictness" phase.

Change-Id: If09a119c8827632288ec853062094b1d69e50197
c4b8e556 — 宋文武 6 months ago
gnu: gambas: Remove Qt5 inputs.

* gnu/packages/gambas.scm (gambas)[inputs]: Remove qtbase-5, qtsvg-5,
qtwebengine-5 and qtx11extras.

Closes: guix/guix#3764
Change-Id: Ib9510a5a58af7c8a89a133ced595fd57cc82c60c
2df24bc6 — Florian Pelz 6 months ago
ui: Change bug report address to Codeberg.

`guix --help` used to print `Report bugs to: bug-guix@gnu.org.`

This commit changes the message to
`Report bugs to: <https://codeberg.org/guix/guix/issues/>`.

In accordance with the consensus decision
<https://codeberg.org/guix/guix-consensus-documents/src/branch/main/002-codeberg.md>
and just in time before we phase out bug-guix.

* configure.ac (AC_INIT): Set Codeberg as bug-report address, to be used
as %guix-bug-report-address in guix/config.scm.in.
* guix/self.scm (make-config.scm): Likewise, to be applied when
`guix pull` is run a second time.
* guix/ui.scm (show-bug-report-information): Display bug report address
in <> angle brackets.

Change-Id: Ie16dccbf8b9801e278d3aa0dd5eccaab737725bd
2e59bbc4 — ColdSideOfYourPillow 8 months ago
gnu: Add emacs-erc-irc-format.

* gnu/packages/emacs-xyz.scm (emacs-erc-irc-format): New variable.

Change-Id: I7089b1dd25a2698d714b42f4991aa2a6ed91144c
Signed-off-by: jgart <jgart@dismail.de>
gnu: Add emacs-org-block-capf.

* gnu/packages/emacs-xyz.scm (emacs-org-block-capf): New variable.

Change-Id: Iaccf720ce44e3e27bc749ecdd855272598be5d23
Signed-off-by: moksh <mysticmoksh@riseup.net>
Signed-off-by: jgart <jgart@dismail.de>
659fef43 — Zhu Zihao 6 months ago
gnu: emacs-paredit: Update source and home-page URL.

This change was confirmed by Taylor R. Campbell, the author of Paredit.
See https://lists.gnu.org/archive/html/emacs-devel/2025-10/msg00726.html.

* gnu/packages/emacs-xyz.scm (emacs-paredit)[source]: Switch URL.
[home-page]: Switch URL.

Change-Id: I7e5ce176d5189b52831e8fc7c6bd986826f862ef
Signed-off-by: jgart <jgart@dismail.de>
513898aa — Guillaume Le Vaillant 6 months ago
gnu: eisl: Update to 5.56.

* gnu/packages/lisp.scm (eisl): Update to 5.56.
  [native-inputs]: Remove cppcheck.
  [arguments]: Add 'build-library' phase.

Change-Id: I804b3eea4aaa1a904d800ea5dc03dbcbe4dcd3fc
c06c6b41 — Guillaume Le Vaillant 6 months ago
gnu: cl-simple-optimization: Update to 1.1.

* gnu/packages/lisp-xyz.scm (sbcl-simple-optimization): Update to 1.1.

Change-Id: I5d6381fecd2a3cd86a1d5e1c07d1c6b3014ebd2a
44c1ebdd — Guillaume Le Vaillant 6 months ago
gnu: gcl: Update to 2.7.1.

* gnu/packages/lisp.scm (gcl): Update to 2.7.1.
  [arguments]: Remove custom 'test-target', 'configure-flags' and
  'make-flags'. Update 'fix-makefile' and 'pre-conf' phases.

Change-Id: I15c87b12212ede9a86d198c2dd5609f3dc262dc6
72c5fcd3 — Janneke Nieuwenhuizen 6 months ago
gnu: python-ml-collections: Fix build.

* gnu/packages/machine-learning.scm (python-ml-collections)
[propagated-inputs]: Add python-six.

Change-Id: I171afef3f31d792f2016cf6a8dee0a6add3308e0
39bce2c6 — André Batista 7 months ago
gnu: noscript: Update to 13.2.1.

* gnu/packages/browser-extensions.scm (noscript): Update to 13.2.1.

Change-Id: I1b66756ceed1c82f2aeaba38f878355f8b7bcf9c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
105d0d26 — Ludovic Courtès 6 months ago
pull: Remove old code to migrate generations to /var/guix/profiles.

This code was added in 2018 (commit 795d430d90e41eb172315bfccf79c9f13fc0ebfa)
to move profile generations created before that from ~/.config/guix to
/var/guix/profiles.  It has long become useless.

* guix/scripts/pull.scm (migrate-generations): Remove.
(ensure-default-profile): Remove call to ‘migrate-generations’.

Change-Id: I43d3860995be300a065814db6c0482514035bda9
ecf964c0 — Ashish SHUKLA 7 months ago
gnu: Add schemesh.

* gnu/packages/chez.scm: New variable.

Change-Id: Ic484602c51589ef5f9983fa7d83553a18c2ff5d1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
489e9432 — Ludovic Courtès 6 months ago
gnu: telepathy-gabble, telepathy-salut: Fix wocky compilation.

* gnu/packages/freedesktop.scm (telepathy-gabble)[source]: Add ‘snippet’.
(telepathy-salut)[source]: Likewise.

Fixes: guix/guix#3662
Change-Id: I33f7be07481e3ae4b406a45ad07e3f8afedf2b46
66399fea — Ashish SHUKLA 6 months ago
gnu: Add hpn-ssh.

* gnu/packages/ssh.scm: New variables.

Change-Id: Ia3481d8415665d08a91898c202bf694a4a773182
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9864e2d9 — Julian Flake 6 months ago
gnu: Add espanso.

* gnu/packages/rust-apps.scm (espanso-x11, espanso-wayland): New variables.
* gnu/packages/rust-crates.scm: Update.

Change-Id: I009f0f635e4a7dc8a8ba404026f05e83e46e4003
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
800cbcf7 — Florian Pelz 6 months ago
nls: Update translations.

Change-Id: I636d03ffbdf38ba4389bb9fc313cd1e41245191e
Next