~ruther/guix-local

f59a1dc9 — Hendursaga 2 years ago
gnu: armagetronad: Update to 0.2.9.1.1.

* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1.
[inputs]: Add sdl-mixer to fix game audio.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a5d207f0 — Zheng Junjie 2 years ago
gnu: kwin: Unwrap executable name for desktop file search.

see https://github.com/NixOS/nixpkgs/pull/116549

* gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-plasma.scm (kwin)[origin]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0a6ad454 — Artyom V. Poptsov 3 years ago
gnu: nanosvg: Add a patch for PrusaSlicer 2.6.

* gnu/packages/graphics.scm (nanosvg): Add a patch that is required to build
  PrusaSlicer 2.6.
* gnu/packages/patches/nanosvg-prusa-slicer.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
50725212 — Sughosha 3 years ago
gnu: dpf-plugins: Update to 1.7.

Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha@proton.me>
From: Sughosha <sughosha@proton.me>
Date: Fri, 16 Jun 2023 16:22:57 +0200
Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7.

* gnu/packages/music.scm (dpf-plugins): Update to 1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c0bfa126 — Zheng Junjie 2 years ago
gnu: uncrustify: use new style and gexp.

* gnu/packages/code.scm (uncrustify): use new style and gexp.
[native-inputs]: remove label.
[arguments]: use gexp and remove tail #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ca5fae4f — Zheng Junjie 2 years ago
gnu: uncrustify: Update to 0.77.1.

* gnu/packages/code.scm (uncrustify): Update to 0.77.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
258729b9 — Zheng Junjie 2 years ago
gnu: makefile2graph: fix cross-compile.

* gnu/packages/code.scm (makefile2graph): fix cross-compile.
[arguments]: Use gexp and CC-FOR-TARGET.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
55da0930 — Lars Bilke 2 years ago
gnu: openmpi: Enable PMIx.

* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6d12c162 — Ludovic Courtès 2 years ago
doc: Make “crash course” xref more visible.

* doc/guix.texi (Using the Configuration System): Move the “Do not
panic” note right after the first example.  Clarify wording.
62e13870 — Zheng Junjie 2 years ago
gnu: npiet: Use gexps.

* gnu/packages/piet.scm (npiet): Use Gexp.
[arguments]: Use Gexp and remove tail #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
40a76a77 — Zheng Junjie 2 years ago
gnu: npiet: Fix cross-compilation.

* gnu/packages/piet.scm (npiet)[arguments]<#:phases>: Use
SEARCH-INPUT-FILE replace WHICH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9aeb9e7c — Skyler 2 years ago
gnu: rottlog: Add gawk as an input.

This avoids an issue where rottlog will delete the entire /tmp directory
if gawk is not installed.  See <https://issues.guix.gnu.org/65793>.

* gnu/packages/admin.scm (rottlog): Add gawk input, also update the
patch-paths build phase for awk invocations.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6c72db73 — Zheng Junjie 2 years ago
gnu: neofetch: Fix cross-compiling.

* gnu/packages/admin.scm (neofetch): Fix cross-compiling.
[arguments]: Use Gexp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
de64e412 — fanquake 2 years ago
gnu: tor: Update to 0.4.8.5.

* gnu/packages/tor.scm (tor): Update to 0.4.8.5.
* gnu/packages/tor.scm (tor)[arguments]<#:configure-flags>:
Add "--enable-gpl".
* gnu/packages/patches/tor-remove-defensive-assert.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tor.scm (tor)[source]: Add patch to remove defensive
  assert.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
08e8c348 — Timotej Lazar 2 years ago
gnu: syncthing: Update to 1.23.7.

The uraggregate binary was merged into ursrv, so don’t attempt to install it.

* gnu/packages/syncthing.scm (syncthing): Update to 1.23.7.
[arguments]: Build with go-1.20.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e645a53d — Ramin Honary 2 years ago
gnu: Add stklos.

* gnu/packages/scheme.scm (stklos): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2643fa35 — Kjartan Oli Agustsson 2 years ago
home: services: redshift: Use redshift package specified in configuration

* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
package specified by config.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e5f7c14e — c4droid 2 years ago
gnu: python-requests_ntlm: Update to 1.2.0.

* gnu/packages/python-web.scm (python-requests_ntlm): Update to 1.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
c36d4760 — Ricardo Wurmus 2 years ago
gnu: perl-cworld-dekker: Drop labels from inputs.

* gnu/packages/bioinformatics.scm (perl-cworld-dekker)[arguments]: Use
G-expression and avoid references to labeled inputs.
[inputs]: Drop labels.
0ce57ea4 — Efraim Flashner 2 years ago
gnu: dpkg: Update to 1.22.0.

* gnu/packages/debian.scm (dpkg): Update to 1.22.0.
[arguments]: Wrap another script in the custom 'wrap-scripts phase.
Next