gnu: Add commit-mono font.
* gnu/packages/fonts.scm (font-commit-mono): New variable.
Change-Id: Ie9ae6604e652df63dac899f6f0c17be0502a67a7
gnu: insight-toolkit: Fix Python module and add a test for it.
Insight Toolkit (ITK) Python module fails to import due to:
AttributeError: module 'numpy' has no attribute 'bool'
Implement the fix from here:
<https://github.com/InsightSoftwareConsortium/ITK/pull/5402>
While ITK's test suite is disabled for good reason, we can test that the
Python module imports successfully. Importing the Python module requires
NumPy. It is added as a native-input instead of a propagated-input because
the "out" output is unrelated to Python.
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Remove
'#tests? #f'. Add #:imported-modules and #:modules.
<#:phases>: Delete 'check. Add 'fix-numpy-bool and 'python-sanity-check.
[native-inputs]: Add python-numpy.
(insight-toolkit-legacy)[arguments]: Remove inherited phase
'python-sanity-check.
[native-inputs]: Remove inherited python-numpy.
Change-Id: Ia6d14c22cbea9cd9877da36f8f72e2e34ff8a8a6
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add emacs-colorful-mode.
* gnu/packages/emacs-xyz.scm (emacs-colorful-mode): New variable.
Change-Id: I41bedcb724883f2e33ecdd06efaad886c914f373
Signed-off-by: jgart <jgart@dismail.de>
gnu: Add emacs-cycle-at-point.
* gnu/packages/emacs-xyz.scm (emacs-cycle-at-point): New variable.
Change-Id: I73866a7b3ff8fd35daa1ef198ca8aa2847eeecf7
Signed-off-by: jgart <jgart@dismail.de>
gnu: Add emacs-recomplete.
This is preparatory for emacs-cycle-at-point.
* gnu/packages/emacs-xyz.scm (emacs-recomplete): New variable.
Change-Id: I145f3527cb97f221d83443c786c84c35e675f137
Signed-off-by: jgart <jgart@dismail.de>
gnu: trealla: Update to 2.82.2.
* gnu/packages/prolog.scm (trealla): Update to 2.82.2.
Change-Id: I93473f406533bba689de275badcc97b6f92d2a4a
gnu: Add clasp-zsort.
* gnu/packages/lisp-xyz.scm (clasp-zsort): New variable.
Change-Id: I745eebcaacaf4f86849df677b011514850f4021e
gnu: virtuoso-ose: Update to 7.2.15.
* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.15.
[source]<patches>: Remove virtuoso-ose-remove-pre-built-jar-files.patch.
<snippet>: Update snippet to simply delete all prebuilt Java archives.
[arguments]<phases>: Remove the custom 'bootstrap phase.
<phases>: Update list of files in 'avoid-embedding-kernel-and-timestamps
phase.
[native-inputs]: Add python.
* gnu/packages/patches/virtuoso-ose-remove-pre-built-jar-files.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove patch.
Change-Id: I35677732e80e17a9115a910c921f4f167b6d9b3b
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: skopeo: Update to 1.20.0.
* gnu/packages/virtualization.scm (skopeo): Update to 1.20.0.
Change-Id: I5a7cde9980368b423c3da776aca4060bbfb48e7f
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: buildah: Update to 1.41.1.
* gnu/packages/containers.scm (buildah): Update to 1.41.1.
Change-Id: Ie9b06a71bde92f2b98d9bfe6223dcb55afaf2c6c
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: nghttp3: Update to 1.11.0
* gnu/packages/web.scm (nghttp3): Update to 1.11.0
Change-Id: If2d03a320f03a38fbfd293d6b769b466ca166e70
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: ant/java8: Update to 1.10.15.
* gnu/packages/java.scm (ant/java8): Update to 1.10.15.
Change-Id: I41f36c6f98e5c6c080c467fa85467deeae163b59
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: znc: Update to 1.10.1.
* gnu/packages/messaging.scm (znc): Update to 1.10.1.
Change-Id: Ie6b53e7a8f7d0066aeadabd4be00787d0768e59b
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: icedove: Fix GPU rendering related errors.
Icedove was unable to find the GPU via PCI, it failed to find libGL.so.1
and was unable to use vaapi. All of them were related with missing
dependencies and wrappers.
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add pciutils and libva.
[arguments]<#:phases>: Wrap pciutils, libva and mesa.
Change-Id: Ic6e07804bbde2ac3f375144190abf653185edbc5
gnu: obs: Update to 31.1.2.
* gnu/packages/video.scm (obs): Update to 31.1.2.
Change-Id: Ia0ab7c7ad51eb22f558010e0d8aa403ae5ee7217
gnu: llama-cpp: Update to b6101.
* gnu/packages/machine-learning.scm (llama-cpp): Update to b6101.
Change-Id: I85d532605d606e3f0d11ea16008ac6c7478093cf
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: cvassistant: Fix build.
* gnu/packages/cvassistant.scm (cvassistant)[arguments]<#:phases>
{fix-quazip}: Adapt to quazip-qt5@1.5.
Change-Id: If4dbc8633be315e2e83263dfd909c700eded39ff
gnu: openboard: Fix build.
* gnu/packages/education.scm (openboard)[arguments]<#:phases>
{fix-library-path}: Adapt to quazip-qt5@1.5.
Change-Id: I200c7a36eba81cd41c860e5c15fdebf25aed6108
gnu: quazip, quazip-5: Update to 1.5.
* gnu/packages/compression.scm (quazip): Update to 1.5.
Change-Id: I2c7968204aacd7eb1bb3eac62a5fa6546d2f66f7
gnu: blanket: Update to 0.8.0, fix build.
* gnu/packages/task-management.scm (blanket): Update to 0.8.0.
[source]: Fix indentation.
[arguments]: Use Gexp as well as search-input-file in phases. Remove
'#:tests? #f'.
<#:phases>: Move 'wrap-libs' after 'glib-or-gtk-wrap'.
[native-inputs]: Add blueprint-compiler.
[inputs]: Replace gtk+ by gtk. Add libadwaita.
Change-Id: I1f09ce2d93f4121b0bcfe7da7d2c13460809bfde