~ruther/guix-local

gnu: Add kgames.

* gnu/packages/games.scm (kgames): New variable.

Change-Id: I5b787365c051951dbd038db0191905b4e693c978
782f3e51 — Leo Famulari 1 year, 4 months ago
news: Add entry for the Syncthing service changes.

* etc/news.scm: Add entry.

Change-Id: I3be21b6a209ed56172b62fa1515f651c75229592
services: syncthing: Improve Syncthing code standard compliance.

* gnu/services/syncthing.scm: (syncthing-config-file,
syncthing-folder, syncthing-device, syncthing-folder-device): Rename
fields to avoid abbreviation, boolean values switched to use #t or #f,
numbers no longer provided as strings, config directory moved to
~/.local/state/syncthing
* doc/guix.texi: (syncthing-service-type): Update documentation to
reflect these changes.

Change-Id: I01c059e13658a0d1ad38aaebca3dcb0a268bbdba
Revert "gnu: Remove guile-emacs."

This reverts commit 17c9472cde757ce9a28230d87bccfd65d2c40e54.
Revert "gnu: Remove guile-for-guile-emacs."

This reverts commit df959e33ae960729a4730017e89091daf285ec9a.
df959e33 — Ada Stevenson 2 years ago
gnu: Remove guile-for-guile-emacs.

This was a dependency for a single package—guile-emacs—which has now been
removed.

* gnu/packages/guile.scm (guile-for-guile-emacs): Delete variable.

Change-Id: I27b82da90db37a40fa5831e453d2ebf0376b6a86
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
17c9472c — Ada Stevenson 2 years ago
gnu: Remove guile-emacs.

guile-emacs appears to be unmaintained, and the website that was hosting its
git repository is no longer active.

* gnu/packages/emacs.scm (guile-emacs): Delete variable.

Change-Id: I949762074acf7d9b8a3b219b26b3848db8220946
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
b155223c — Guillaume Le Vaillant 1 year, 4 months ago
gnu: Add cl-linear-programming-glpk.

* gnu/packages/lisp-xyz.scm (cl-linear-programming-glpk,
  ecl-linear-programming-glpk, sbcl-linear-programming-glpk): New variables.

Change-Id: Ieedcec7914278932f4d0743d0ef9066da6418af7
13dabb91 — Guillaume Le Vaillant 1 year, 4 months ago
gnu: Add cl-linear-programming.

* gnu/packages/lisp-xyz.scm (cl-linear-programming, ecl-linear-programming,
  sbcl-linear-programming): New variables.

Change-Id: If0e78a67ea4c902f2b28e3811dad1fed2e83b839
gnu: mumi: Update to 0.9.0.

* gnu/packages/mail.scm (mumi): Update to 0.9.0.
* gnu/services/web.scm (mumi-config-file): Write mailer-enabled? field.
(mumi-shepherd-services): Remove --disable-mailer argument.
98f29906 — Efraim Flashner 1 year, 4 months ago
teams: Remove Efraim Flashner from the julia team.

* etc/teams.scm (Efraim Flashner): Remove from the julia team.

Change-Id: Idcb3e59461be4b3301a4631dc2173bd9e9f7b65c
2b6017dd — Janneke Nieuwenhuizen 3 years ago
gnu: system: Cater for Guix Home in PATH.

In <https://issues.guix.gnu.org/63009> it was promised to be pushed to master,
but that didn't seem to have happened.  This resolves that promise.

* gnu/system.scm (operating-system-etc-service): Also add a user's
<guix-home>/profile/bin directory to PATH, before <guix-profile>/bin.

Change-Id: Ibd2866153a211585c4981293027544557f8fa06c
92124591 — Nigko Yerden 1 year, 4 months ago
gnu: supertuxkart: Keep 'supertuxkart.desktop' file.

* gnu/packages/games.scm (supertuxkart)[arguments]: Fix regexp in
'disable-data-install' phase so that the line in CMakeList.txt that installs
'supertuxkart.desktop' file is not commented out.

Change-Id: I408cdfeb9425c39228d38df4c15aee326e19dc34
Signed-off-by: Eric Bavier <bavier@posteo.net>
gnu: Add asdf-cli.

* gnu/packages/lisp-xyz.scm (asdf-cli): New variable.

Change-Id: Ib5dae15d5a7a8581703e4cdb796117b25f8a9b34
24851da4 — Ashish SHUKLA 1 year, 4 months ago
gnu: mold: Update to 2.37.1.

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

Change-Id: I3702dc9b40af89dd2242f8ff466c3154b356f62a
Signed-off-by: Zheng Junjie <z572@z572.online>
teams: Add entry for Sughosha.

* etc/teams.scm ("Sughosha"): New member.

Change-Id: I3ca70efa16ad4bbbcd675aa631fd3dea27030fec
0c497c87 — Ashish SHUKLA 1 year, 6 months ago
gnu: libcap-ng: Update to 0.8.5.

* gnu/packages/admin.scm (libcap-ng): Update to 0.8.5.

Change-Id: I02576ba09af1c578474b397e01e10e1ca69c4cb9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fc52420c — Reed Meyerson 1 year, 6 months ago
gnu: ganeti: Fix compilation.

* gnu/packages/patches/ganeti-openssh-test-fix.patch,
gnu/packages/patches/ganeti-sphinx-import.patch: New files.
* gnu/packages/virtualization.scm (ganeti)[source]: Use them.
[arguments]: Adjust ‘adjust-tests’ phase.
* gnu/local.mk (dist_patch_DATA): Add patches.

Change-Id: I21c4dd5e7210021e8905dc6237bd5148aeed930d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
678b3ddd — Janneke Nieuwenhuizen 1 year, 4 months ago
gnu: snuik: Include guile-fibers, guile-gnutls, and fix wrapper.

* gnu/packages/irc.scm (snuik)[inputs]: Add guile-fibers and guile-gnutls.
[arguments]: Use them in "install-script" phase.  Fix snuik wrapper.

Change-Id: I0dbc5d60c3dc6a683f91a4bb9dc5cbee89bba903
01808720 — Efraim Flashner 1 year, 4 months ago
gnu: node-bootstrap: Remove powerpc-linux from supported-systems.

* gnu/packages/node.scm (node-bootstrap)[supported-systems]: Remove
powerpc-linux from the supported systems.
(node-lts)[supported-systems]: Adjust accordingly.

Change-Id: I66408d52cfe950d1ca4fb6f3303c82a759b050ec
Next