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>
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>
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>
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>
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>
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>
gnu: openmpi: Enable PMIx.
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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.
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>
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>
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>
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>
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>
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>
gnu: Add stklos.
* gnu/packages/scheme.scm (stklos): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
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>
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>
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.
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.