~ruther/guix-local

a2c24c2c — pinoaffe 7 months ago
gnu: emacs-libmpdel: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 2.1.0.

Change-Id: I8d9939faa625bd7c03e9a74152e1eb00918bc854
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
582be17c — Cayetano Santos 7 months ago
gnu: makel: Update to 1.0.0.

* gnu/packages/emacs-build.scm (makel): Update to 1.0.0.
[arguments]: Use G-Expressions.
<#:tests?>: Activate.

Change-Id: I8ccfae0e4501d8a8c43af186e70d6cf010f700e6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
a49269fd — Sughosha 7 months ago
gnu: crow-translate: Update to 4.0.2.

* gnu/packages/kde-office.scm (crow-translate): Update to 4.0.2.
[source]: Update uri; add snippet.
[arguments]: Update comment.
<#:qtbase>: Use qtbase.
<#:configure-flags>: Add "-DCMAKE_CXX_FLAGS".
<#:phases>: Add 'unbundle-singleapplication phase.
[inputs]: Reorder; remove qtx11extras; replace qtbase-5 with qtbase, qtsvg-5
with qtsvg, qtmultimedia-5 with qtmultimedia and kwayland-5 with kwayland; add
breeze-icons, espeak-ng, qhotkey, qtscxml, qtspeech and single-application.
[native-inputs]: Replace qttools-5 with qttools.

Change-Id: I5b6f10c617d9fc7462c64710a5e303d99af26bbd
2afc99e0 — Sughosha 7 months ago
gnu: Add qhotkey.

* gnu/packages/qt.scm (qhotkey): New variable.

Change-Id: Iea8794291af9828041862aa3f5e8c5dff7f9f8b3
dfadde6a — Sughosha 7 months ago
gnu: crow-translate: Move to kde-office.scm.

* gnu/packages/kde-office.scm (crow-translate): Delete variable.
* gnu/packages/kde-office.scm (crow-translate): New variable.

Change-Id: I06fb1cebe44fb94cd78ec49c01f71dcf004400ad
92c6501a — Sughosha 7 months ago
gnu: tellico: Update to 4.1.3.

* gnu/packages/kde-multimedia.scm (tellico): Update to 4.1.3.

Change-Id: I1bd2a2675ffa24765b74c6877bf21825fbc4de04
677d7bc5 — Sughosha 7 months ago
gnu: ghostwriter: Update to 25.08.1.

* gnu/packages/kde-multimedia.scm (ghostwriter): Update to 25.08.1.

Change-Id: Icb7317a48ecf61832ef2f1132bf175a8e40bb5ab
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
Next