~ruther/guix-local

562802c2 — pinoaffe 8 months ago
gnu: Add digikam.

* gnu/packages/image-viewers.scm (digikam): New variable.

Change-Id: I7d013e5c2b0cd9fc05d994449a8d3fd4db6b8393
87da209e — pinoaffe 8 months ago
gnu: Add exiv2-static.

* gnu/packages/image.scm (exiv2-static): New variable.

Change-Id: Ie2d6abad666028fca761910be098d3fd165cbe50
b4b4be47 — Trevor Arjeski 7 months ago
services: tor: Add nss-certs.

When using a tor-transport-plugin, namely a webtunnel with lyrebird, it is
necessary to have access to ssl certs to establish a connection to the bridge
over https.

* gnu/services/networking.scm (tor-shepherd-service): add nss-certs
file-sytem-mapping

Change-Id: Ifb7488d406cc6300eb6ac95e7dc0dfef0ff571db
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Modified-by: Ludovic Courtès <ludo@gnu.org>
c7b70899 — Junker 7 months ago
gnu: Add faber.

* gnu/packages/task-runners.scm (faber): New variable.

Change-Id: Ic6dbfa00b99cd979130d5142a3165a1ab4d7a03d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
04120f69 — Sören Tempel 7 months ago
gnu: Add lhs2tex.

* gnu/packages/haskell-apps.scm (lhs2tex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7eeab5ff — Jake Forster 7 months ago
gnu: simpleitk: Fix 'pip install'.

* gnu/packages/image-processing.scm: Import (gnu packages nss).
(simpleitk) [native-inputs]: Add nss-certs-for-test.

Change-Id: If8c1e75b8813f44384fe0c4a5396fce46441d077
Signed-off-by: Andreas Enge <andreas@enge.fr>
16aaabdf — Arun Isaac 7 months ago
gnu: phockup: Respect tests?.

* gnu/packages/image.scm (phockup)[arguments]: Respect tests? in the check
phase.
2fe29351 — Arun Isaac 7 months ago
gnu: phockup: Update to 1.13.0.

* gnu/packages/image.scm (phockup): Update to 1.13.0.
a6839f93 — Arun Isaac 7 months ago
gnu: phockup: Depend on python-pytest-socket for tests.

* gnu/packages/image.scm (phockup)[native-inputs]: Add python-pytest-socket.
8886042f — Noé Lopez 7 months ago
gnu: gnunet: Update to 0.25.1.

* gnu/packages/gnunet.scm (gnunet): Update to 0.25.1.

Change-Id: I006947f6e1f58f204dc7241aa44f4536790cf9d0
Signed-off-by: Andreas Enge <andreas@enge.fr>
ca60f03d — Remco van 't Veer 7 months ago
gnu: assimp: Fix aarch64 build.

Some tests fail on aarch64 upstream.  See also:
https://github.com/assimp/assimp/issues/6246

* gnu/packages/graphics.scm (assimp) [arguments] <#:phases>: Disable
tests failing on target aarch64.

Change-Id: I193fb97b285bab9b7e092b9ad21b7e301177e1f4
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
fd888ddf — David Arroyo 7 months ago
gnu: linux-initrd: Fix f2fs module dependencies

The linux kernel has renamed the crc32_generic module to
crc32_cryptoapi. This fixes the f2fs-root-os system test.

* gnu/system/linux-initrd.scm (file-system-type-modules): update module
  name

Change-Id: I73a135e453434e726ea9d3ff99ab1a83b4810a10
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
a0321563 — Andreas Enge 7 months ago
gnu: php: Update to 8.3.13.

* gnu/packages/php.scm (php): Update to 8.3.13.

Change-Id: Ie803bffa03019f9a31c8cfa84d016d98be9baee6
adc443c3 — 宋文武 7 months ago
gnu: easyrpg-player: Update to 0.8.1.1.

* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.8.1.1.
[inputs]: Remove sdl2-mixer.
[license]: Update comment.

Change-Id: I507f49e6e3d5558d50cec8927d3cd81abd7c84ff
04d4b019 — 宋文武 7 months ago
gnu: liblcf: Update to 0.8.1.

* gnu/packages/easyrpg.scm (liblcf): Update to 0.8.1.
[propagated-inputs]: Add libinih.
[license]: Update comment.

Change-Id: Id137c466d8e49e10981837211cf0bd51dbab32ce
98b02667 — Alissa Istleyeva 8 months ago
gnu: libvirt: Update to 11.5.0.

Fixes: guix/guix#2563.

* gnu/packages/virtualization.scm (libvirt): Update to 11.5.0.
(python-libvirt): Update to 11.5.0.
* gnu/packages/patches/libvirt-add-install-prefix.patch: Pull changes
from NixOS.

Change-Id: I13b619028cb2292c46f78669170265ef29e54b6b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
323babaa — Andreas Enge 7 months ago
gnu: Remove ffmpeg-for-friction.

* gnu/packages/video.scm (ffmpeg-for-friction): Delete variable.

Change-Id: Ibab9be11e1b2e079b23114cded903c7920f41db9
Signed-off-by: Andreas Enge <andreas@enge.fr>
b2a0acdb — Andreas Enge 7 months ago
gnu: friction: Build with newer ffmpeg.

* gnu/packages/graphics.scm (friction)[inputs]: Remove ffmpeg-for-friction;
add ffmpeg.

Change-Id: Ia925749b4dd8052f472a221e2038e756d13c1d8a
Signed-off-by: Andreas Enge <andreas@enge.fr>
02264cf4 — André Batista 8 months ago
gnu: dwm: Fix desktop file.

* gnu/packages/suckless.scm (dwm)[arguments]<#:phases>:
Remove '%U' arg from Exec field in dwm.desktop file.

Closes: #2630
Change-Id: Ia1d8a1813ac1c1ff493308185f2ebf5abfb54354
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
84b416ec — Simen Endsjø 8 months ago
gnu: xinit: Update to 1.4.4.

* gnu/packages/patches/xinit-startx-mcookie-path.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister patch.
* gnu/packages/xorg.scm (xinit): Update to 1.4.4
[source]: Remove patch.

Closes: #2772
Fixes: #2763
Change-Id: I1adc645ea9e9f1d897dc1f461aa58ad00bd7f6f9
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Next