Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-typer): Update to 0.6.1.
[source]: Use GIT-FETCH.
[arguments]: Build from source with flit.
[native-inputs]: Add python-flit and python-rich.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/algebra.scm (lrcalc): Update to 2.1.
[source]: Remove patch.
* gnu/packages/patches/lrcalc-includes.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister file.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/sagemath.scm (lcalc): Update to 2.0.5.
* gnu/packages/patches/lcalc-default-parameters-1.patch,
gnu/packages/patches/lcalc-default-parameters-2.patch,
gnu/packages/patches/lcalc-lcommon-h.patch,
gnu/packages/patches/lcalc-using-namespace-std.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister files.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/graph.scm (edge-addition-planarity-suite): Update to 3.0.2.0.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/ocr.scm (tesseract-ocr): Update to 5.2.0.
[inputs, native-inputs]: Move after arguments. Use new style inputs.
[arguments]: Use gexps.
[configure-flags]: Add --disable-static.
[phases]{fix-docbook}: Replace phase with...
{do-not-override-xml-catalog-files}: ... this new phase.
{build-training}: Move after build phase. Enable parallel build.
{trailing-install}: Move after install phase.
[native-inputs]: Add libxml2.
|
|
* gnu/packages/ocr.scm (ocrad): Update to 0.28.
|
|
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.1.0.
|
|
* gnu/packages/python-xyz.scm (python-setproctitle): Update to 1.3.2.
[arguments]: Adjust custom 'check phase for changes in source code.
Honor #:tests? flag.
[native-inputs]: Add python-pytest.
[description]: Reflow.
|
|
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220807.0.
|
|
* gnu/packages/c.scm (packcc): Update to 1.8.0.
|
|
* gnu/packages/mail.scm (mutt): Update to 2.2.7.
|
|
* gnu/packages/linux.scm (ntfs-3g): Update to 2022.5.17.
|
|
* gnu/packages/linux.scm (ntfs-3g)[properties]: New field.
|
|
* gnu/packages/vpn.scm (openconnect-sso)[arguments]: Don't attempt to use a
non-existent QtWebEngine label. While at it, use SEARCH-INPUT-FILE also for
openconnect and remove trailing #t's.
|
|
* gnu/packages/gnome.scm (tracker): Update to 3.3.3.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
|
|
* gnu/packages/gnome.scm (folks): Update to 0.15.5.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
|
|
* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp
while at it.
|
|
* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
|
|
* gnu/packages/video.scm (mediasdk): Update to 22.4.4.
|
|
* gnu/packages/virtualization.scm (python-libvirt)[properties]: New field.
|
|
* gnu/packages/virtualization.scm (libvirt)[arguments]: Use gexp. While at
it, refer to THIS-PACKAGE instead of the NAME and VERSION fields.
|
|
* gnu/packages/virtualization.scm (libvirt)[inputs, native-inputs]: Remove labels.
|
|
* gnu/packages/patches/libvirt-add-install-prefix.patch: Refresh patch.
* gnu/packages/virtualization.scm (libvirt): Update to 8.6.0.
(python-libvirt): Update to 8.6.0.
[arguments]: Remove, as the default test phase works fine.
|
|
* gnu/packages/check.scm (catch-framework2-1)[source](modules, snippet): New
fields.
|
|
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9.
|
|
* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current.
|
|
Addresses <https://issues.guix.gnu.org/57091> for now.
* .guix-authorizations (abcdw): Use signing subkey instead of primary.
|
|
* gnu/packages/tor.scm (tor): Update to 0.4.7.9.
|
|
* gnu/packages/algebra.scm (gap)<snippet>: Add to the whitelist GAP packages
with free licenses clarified in the latest release, and which do not require
additional inputs.
|
|
* gnu/packages/algebra.scm (gap): Update to 4.11.1.
[source]<snippet>: Remove trailing #t.
[arguments]<phases>: Remove trailing #t. Install missing config.h header.
Co-authored-by: vicvbcun <guix@ikherbers.com>
|
|
* gnu/packages/networking.scm (lcsync)[arguments]: Add phase to use
simde instead of immintrin.h directly.
[native-inputs]: Add simde.
|
|
* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target.
Remove custom 'check phase.
|
|
* gnu/packages/networking.scm (librecast)[arguments]: Set test-target.
Remove custom 'check phase.
|
|
* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove
custom 'check phase.
|
|
* gnu/artwork.scm (%artwork-repository): Update to commit
4c7f2ce6428a63e202cd2a9474a06f68a946934d.
|
|
* gnu/build/marionette.scm (marionette-control): Update doc to correct the
QEMU Info manual reference.
|
|
* gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by
gnome-themes-extra.
(gnome)[inputs]: Remove gnome-themes-extra.
|
|
* gnu/packages/admin.scm (wpa-supplicant-gui)[build-system]: Use
qt-build-system.
[phases]: Use G-exps. Drop trailing #t. Don’t wrap-program as that is done by
the build system. Set $HOME to a writable directory when converting icons to
stop Inkscape complaining.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
This is a followup to cf60a0a906440ccb007bae1243c3e0397c3a0aba.
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* guix/build-system/channel.scm (build-channels): Add 'string?' case.
|
|
This is a followup to b21d05d232ec0aba5abec20e83cc52c1d5163cc3.
* po/guix/POTFILES.in: Add 'guix/read-print.scm'.
|
|
* gnu/packages/cran.scm (r-qmri): New variable.
|
|
* gnu/packages/cran.scm (r-mritc): New variable.
|
|
* gnu/packages/cran.scm (r-oro-nifti): New variable.
|
|
* gnu/packages/cran.scm (r-adimpro): New variable.
|
|
* etc/teams.scm.in (mentors): New member.
|
|
* gnu/packages/cran.scm (r-fmri): New variable.
|
|
Fixes <https://issues.guix.gnu.org/57127>.
* gnu/packages/compression.scm (unzip)[arguments]: Use #$output when
cross-compiling.
|
|
* gnu/packages/compression.scm (unzip)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/graphics.scm (f3d): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>:
Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|