~ruther/guix-local

b609498b — Ekaitz Zarraga 1 year, 23 days ago
guix: import: allow empty description

* guix/import/utils.scm (beautify-description)[new-words]: Don't fail
  the `match` when the package has an empty description.

Change-Id: I23e9cfeae1da98bb8705fcfc8ff81906d272d72e
dd7a377c — Artyom V. Poptsov 1 year, 23 days ago
gnu: fastfetch: Update to 2.36.1.

* gnu/packages/admin.scm (fastfetch): Update to 2.36.1.

Change-Id: I8f3f84ac0345f6497bb1e611e5286dec2645edfb
696f2acb — Suhail Singh 1 year, 2 months ago
gnu: racket: Ensure package launcher's reference config directory.

* gnu/packages/patches/racket-launcher-config-dir.patch: New file.  With this
patch, packages installed at runtime via raco have configuration directory
correctly set.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/racket.scm (%racket-origin): Use it.

Change-Id: Ibba2d73b72a66e58a3c51dad8cf4fbf0c8969c4e
Signed-off-by: Leo Famulari <leo@famulari.name>
b4dc8eb4 — Vinicius Monego 1 year, 23 days ago
gnu: librecad: Use G-Expressions.

* gnu/packages/engineering.scm (librecad)[arguments]: Use G-Expressions.

Change-Id: Ib796867b2282eb52878d0304fb391f1007cc13a0
0d1c0027 — Vinicius Monego 1 year, 23 days ago
gnu: librecad: Update to 2.2.1.

* gnu/packages/engineering.scm (librecad): Update to 2.2.1.

Change-Id: Id9dd850426556ca643aa15a656b116e8c18ca1d4
0a88724a — Vinicius Monego 1 year, 23 days ago
gnu: darktable: Delete old phase.

* gnu/packages/photo.scm (darktable)[arguments]<#:phases>: Delete the
'set-LDFLAGS phase.

Change-Id: Ie6178e75ef6571b5165549615e3fd99262f8d2de
61e60f04 — Vinicius Monego 1 year, 24 days ago
gnu: darktable: Update to 5.0.1.

* gnu/packages/photo.scm (darktable): Update to 5.0.1.

Change-Id: I99c9ef2174ea1972fa65bcbb404fa4f853e7fd99
b4782435 — Vinicius Monego 1 year, 23 days ago
gnu: gmic: Set CMAKE_EXE_LINKER_FLAGS.

* gnu/packages/image-processing.scm (gmic)<#:configure-flags>: Pass
"-DCMAKE_EXE_LINKER_FLAGS".
<#:phases>: Delete the 'set-LDFLAGS phase.
(gmic-qt, gmic-qt-gimp)[arguments]<#:configure-flags>: Delete
"-DGMIC_LIB_PATH".

Change-Id: If4f76263ca9bbadd4a67a6c2ec91839d60fa0bd2
7daa3b06 — Vinicius Monego 1 year, 23 days ago
gnu: gmic: Use G-Expressions.

* gnu/packages/image-processing.scm (gmic)[arguments]: Use
G-Expressions.
(gmic-qt, gmic-qt-gimp)[arguments]: Likewise.

Change-Id: Ib6994a7fccd9331bf80fd2cd9af9e7ad696dfcb6
49a34bc2 — Vinicius Monego 1 year, 30 days ago
gnu: gmic: Update to 3.5.2.

* gnu/packages/image-processing.scm (gmic): Update to 3.5.2.

Change-Id: Ifbe8837d2985b3dffd756feec3affa017812e166
43ba7571 — Vinicius Monego 1 year, 29 days ago
gnu: python-mapie: Update to 0.9.2.

* gnu/packages/statistics.scm (python-mapie): Update to 0.9.2.

Change-Id: Ifff01cec1e31adda6026bd3630cb4d1d83a6bc52
a33602d1 — Vinicius Monego 1 year, 1 month ago
gnu: shotcut: Use G-Expressions.

* gnu/packages/video.scm (shotcut)[arguments]: Use G-Expressions.

Change-Id: I3323b5b5e43c7fd838c49d9de89cfd7628b8b01a
945302e1 — Vinicius Monego 1 year, 1 month ago
gnu: shotcut: Add Vulkan and XKB support.

* gnu/packages/video.scm (shotcut)[native-inputs]: Add vulkan-headers.
[inputs]: Add libxkbcommon, vulkan-loader.

Change-Id: Id12ff6ef5799e2cfd1092d2a37040e5c91281587
e89c5850 — Vinicius Monego 1 year, 1 month ago
gnu: shotcut: Update to 25.01.25.

* gnu/packages/video.scm (shotcut): Update to 25.01.25.

Change-Id: Ib505ed15a292ce221fee450867670656eeaf38d9
d7578f9a — Vinicius Monego 1 year, 1 month ago
gnu: mlt: Update to 7.30.0.

* gnu/packages/video.scm (mlt): Update to 7.30.0.

Change-Id: I318ad4ced951e4aab02e8595779460052989165c
824b8053 — Vinicius Monego 1 year, 1 month ago
gnu: libngspice, ngspice: Update to 44.2.

* gnu/packages/engineering.scm (libngspice, ngspice): Update to 44.2.

Change-Id: I8bfe82c2d9d1ed8f7216209e0b511ac71648ba8b
1afbf48b — Ludovic Courtès 1 year, 23 days ago
maint: Actually run ‘make check-channel-news’ in pre-push hook.

Fixes a bug introduced in ab9cda9ebd00073d5a0783919809f2e564f141e9 where
‘make check-channel-news’ would not longer be executed.

* etc/git/pre-push: Remove ‘exec’ before ‘guix git authenticate’.

Change-Id: Ic425db866e44695493be96a0a8c81c77c815e42d
622568ec — Ludovic Courtès 1 year, 23 days ago
news: Fix syntax error.

* etc/news.scm: Fix.

Change-Id: Ieec0f5ec46cf09daddb8b3dd5d93113de90b82e2
12bd9311 — Ludovic Courtès 1 year, 1 month ago
news: Add entry for ‘system-log’ switch.

* etc/news.scm: Add entry.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: Ie3d827741a01c95f2bea908b57c707342e8f2386
c83bfc04 — Ludovic Courtès 1 year, 1 month ago
services: Switch to ‘shepherd-system-log-service-type’ in ‘%base-services’.

* gnu/services/base.scm (%base-services): Replace ‘syslog-service-type’
by ‘shepherd-system-log-service-type’.
* doc/guix.texi (Base Services): Update ‘syslog-service-type’
documentation.
(Shepherd Services): Mention that ‘system-log-service-type’ is in
‘%base-services’.  Add anchor.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I21082300f6a052865a6ab1bdff27fbe71f73d492
Next