Age | Commit message (Collapse) | Author |
|
* gnu/packages/file.scm (file): Absorb file-next.
* gnu/packages/commencement.scm (file-boot0)[arguments]: Add make-flag
to set CFLAGS.
* gnu/packages/diffoscope.scm (diffoscope): Remove file-next.
* gnu/packages/python-xyz.scm (python-magic)[inputs]: Replace file-next
with file.
|
|
With "conflicts" resolved in (mostly in favor of master/staging):
gnu/packages/admin.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/kerberos.scm
gnu/packages/linux.scm
guix/lint.scm
|
|
With "conflicts" solved (all in favor of master except git) in:
gnu/local.mk
gnu/packages/databases.scm
gnu/packages/glib.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/gnuzilla.scm
gnu/packages/graphics.scm
gnu/packages/gstreamer.scm
gnu/packages/gtk.scm
gnu/packages/linux.scm
gnu/packages/machine-learning.scm
gnu/packages/networking.scm
gnu/packages/polkit.scm
gnu/packages/pulseaudio.scm
gnu/packages/rpc.scm
gnu/packages/rust.scm
gnu/packages/version-control.scm
gnu/packages/w3m.scm
|
|
* gnu/packages/astronomy.scm (python-regions): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/astronomy.scm (python-photutils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/astronomy.scm (python-astropy-healpix): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/astronomy.scm (python-astroquery): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/astronomy.scm (python-pyvo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-puni): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
See <https://issues.guix.gnu.org/53289> and <https://issues.guix.gnu.org/53512>
for more information about this change.
* gnu/packages/geo.scm (qgis)[inputs]: Remove qtwebkit.
[arguments]: Pass "-DWITH_QTWEBKIT=NO" to #:configure-flags. Make the
custom 'check' phase honor TESTS?. Skip even more failing tests.
|
|
See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/engineering.scm (freecad)[inputs]: Remove QTWEBKIT. Add
QTDECLARATIVE, QTWEBCHANNEL, and QTWEBENGINE.
|
|
This is a followup to commit cc74d19d663b78a9ec8207d7e3a41cabfbe1a100.
* gnu/packages/video.scm: Add copyright attribution.
|
|
* gnu/packages/video.scm (gallery-dl): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python-xyz.scm (python-esprima): New variable.
|
|
* gnu/packages/sdl.scm (sdl2): Update to 2.0.18.
[inputs]: Remove labels.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/pdf.scm (qpdf): Update to 10.5.0.
[arguments]<#:phases>: Use G-expression.
|
|
Version 0.14.0 is not compatible with Python 3.9[1]. Additionally unvendor the
copy of libuv, which was unused, but retained in the source tarball,
fix subprocess spawning and enable tests, so we know when future updates
break it.
[1] https://github.com/MagicStack/uvloop/issues/349
* gnu/packages/python-web.scm (python-uvloop): Update to 0.16.0.
[source]: Add snippet to remove pre-built loop.c and vendored libuv.
[arguments]<#:phases>: Substitute /bin/sh in 'preparations phase, override
'check phase and disable failing tests.
[native-inputs]: Remove python-flake8, because it causes test failures
and add python-pytest-timeout.
|
|
* gnu/packages/syndication.scm (newsboat)[properties]: New field.
|
|
* gnu/packages/video.scm (youtube-dl)[properties]: New field.
|
|
* gnu/packages/video.scm (yt-dlp)[properties]: New field.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20220122.
|
|
* gnu/packages/backup.scm (btrbk): New variable.
|
|
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.2.
|
|
* gnu/packages/shellutils.scm (grc): New variable.
|
|
* gnu/packages/lua.scm (luajit)[supported-systems]: New field. Set it to the
result of deleting "powerpc64le-linux" from %supported-systems.
|
|
* gnu/packages/search.scm (fsearch): Update to 0.1.1.
|
|
* gnu/packages/python-web.scm (python-tweepy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/zig-disable-libc-note-test.patch: Move patch changes to new file.
* gnu/packages/patches/zig-use-system-paths.patch: Update line numbers.
* gnu/packages/zig.scm: Update to 0.9.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/53462>.
Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.
This is a followup to 9b09a753a9711f7614564272013138fce6fec708.
* gnu/packages/guile.scm (guile-2.0)[arguments]: Augment #:configure-flags
when 'target-x86-32?'.
(guile-2.2)[arguments]: Tweak #:configure-flags to keep derivation unchanged.
(guile-3.0)[arguments]: Likewise.
|
|
* gnu/packages/scribus.scm (scribus): Update to 1.5.8.
[inputs]: Remove labels.
|
|
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.7.
|
|
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.22.1.
|
|
* gnu/packages/machine-learning.scm (xgboost, python-xgboost): Update to
1.5.2.
(python-xgboost)[arguments]: Enable previously failing test.
* gnu/packages/patches/xgboost-use-system-dmlc-core.patch: Update patch.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/education.scm (gcompris-qt): Update to 2.1.
[source]: Download from new upstream location.
|
|
* gnu/packages/security-token.scm (yubikey-oath-dmenu): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/package/guile-xyz.scm (nomad)[arguments]<phases>: Add phase
'fix-webkitgtk' to update webkit2gtk-4.0 reference in file 'configure.ac'
and 'typelib/Makefile.am'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/time.scm (python-parsedatetime): Update to 2.6.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 20220117.
|
|
* gnu/packages/compression.scm (gzip): Update to 1.11.
|
|
* gnu/packages/base.scm (grep): Update to 3.7.
|
|
* gnu/packages/libidn.scm (libidn): Update to 1.38.
|
|
* gnu/packages/libidn.scm (libidn2): Update to 2.3.2.
|
|
* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
|
|
* gnu/packages/engineering.scm (freecad): Update to 0.19.3.
|
|
* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
|
|
* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/video.scm (vlc)[inputs]: Replace librsvg
with librsvg-for-system.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gnome.scm (gnome-settings-daemon)[inputs]:
Replace librsvg with librsvg-for-system.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|