Age | Commit message (Collapse) | Author |
|
* gnu/packages/julia.scm (julia): Update to 1.4.1.
* gnu/packages/julia.scm (julia-llvm): Update to 8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/julia.scm (libwhich): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch: replaced with
actual patch.
It was a patch creating the patch.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/julia.scm (julia-patch-url): Add ".patch".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-30.9559fd1.
|
|
* gnu/packages/mail.scm (mumi): Update to 0.0.1-1.75d34d4.
[inputs]: Remove guile-debbugs and gnutls; replace guile-2.2 with guile-3.0.
|
|
* gnu/packages/guile-xyz.scm (guile-debbugs)[native-inputs]: Replace guile-2.2
with guile-3.0.
|
|
* gnu/packages/guile-xyz.scm (guile-pfds)[arguments]: Remove
phase "work-around-guile-bug".
|
|
* gnu/packages/enlightenment.scm (terminology): Update to 1.7.0.
|
|
* gnu/packages/enlightenment.scm (evisum): Update to 0.4.1.
|
|
* gnu/packages/guile-xyz.scm (guile-redis)[native-inputs]: Replace guile-2.2
with guile-3.0.
(guile2.2-redis): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-lens)[native-inputs]: Replace guile-2.2
with guile-3.0.
(guile2.2-lens): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-webutils)[source]: Add snippet to patch
configure.ac.
[inputs]: Replace guile-2.2 with guile-3.0.
(guile2.2-webutils): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-ncurses)[inputs]: Replace guile-2.2 with
guile-3.0.
(guile3.0-ncurses): Deprecate in favor of guile-ncurses.
(guile2.2-ncurses): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-sjson)[source]: Add snippet to patch
configure file.
[inputs]: Replace guile-2.2 with guile-3.0.
(guile2.2-sjson): New variable.
|
|
* gnu/packages/graphics.scm (openimageio-1.7): Remove variable.
|
|
* gnu/packages/boost.scm (boost-1.69): Remove variable.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.1.0-4.bdc801e.
|
|
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.7.
|
|
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.0.0.
[source](uri): Add "v" prefix in tag reference.
|
|
* gnu/packages/serialization.scm (capnproto): Update to 0.8.0.
|
|
* gnu/packages/linux.scm (rng-tools): Update to 6.10.
[arguments]: Add --without-rtlsdr in #:configure-flags.
[inputs]: Add OPENSSL, which is no longer optional.
|
|
* gnu/packages/linux.scm (lvm2): Update to 2.03.09.
|
|
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
|
|
* gnu/packages/textutils.scm (oniguruma)[arguments]: New field.
|
|
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.5-rev1.
[source](uri): Adjust for inconsistent URI when dashes are involved.
|
|
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.5.1.
|
|
* gnu/packages/wm.scm (i3-wm): Update to 4.18.1.
|
|
* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
|
|
* gnu/packages/regex.scm (re2): Update to 2020-05-01.
[source](modules, snippet): New fields.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add substitution
to adjust for re2 API change.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Likewise.
|
|
* gnu/packages/patches/ilmbase-openexr-pkg-config.patch: Delete file.
* gnu/packages/patches/ilmbase-fix-test-arm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.0.
|
|
* gnu/packages/samba.scm (samba): Update to 4.11.9.
|
|
* gnu/packages/package-management.scm (flatpak): Update to 1.6.3.
[arguments]: Enable tests; add --with-system-dbus-proxy to configure flags;
add "fix-tests" phase and replace "check" phase.
[native-inputs]: Add socat, dbus, python, which, and glibc-utf8-locales.
[inputs]: Add xdg-dbus-proxy.
|
|
* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch.
* gnu/packages/patches/git-annex-S3v4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/radio.scm (rtl-433): New variable.
|
|
The upgrade to Make 4.3 and Coreutils 8.30 introduced test failures that
this commit addresses.
* gnu/packages/base.scm (coreutils-8.30): New variable.
* gnu/packages/linux.scm (proot)[native-inputs]: Add COREUTILS-8.30 and
GNU-MAKE-4.2.
|
|
Until now, that macro would expand to something like:
(export guile3.0-git)
where 'guile3.0-git' is actually a macro (produced by
'define-deprecated'), which would thus be skipped by 'fold-packages'.
Consequently, "guix install guile3.0-git" would say that no such package
exists.
* gnu/packages/guile.scm (define-deprecated-guile3.0-package): Add
'old-name' and export it.
|
|
The pkgconfig files defines the wrong prefix: It is the build directory, while
it should be the installation prefix. This is caused by Makefiles replacing
`PREFIX` by `$(shell pwd)`.
See <https://gitlab.com/sequoia-pgp/sequoia/-/issues/502> for details.
* gnu/packages/sequoia.scm (sequoia)[fix-pkgconfig-file-substitutes]: New
phase.
|
|
* gnu/packages/vnc.scm (tigervnc-client): Update to 1.10.1-1.920d9c4.
(tigervnc-server)[version]: Update to 1.10.1-1.920d9c4.
[arguments]<#:phases>[patch-xserver]: Fix format procedure call.
[native-inputs]: Use tigervnc-client package source.
|
|
* gnu/packages/disk.scm (xfe): Fix /bin and /share paths in
st/config.h and src/xfedefs.h, respectively.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/code.scm (lcov): Update to commit 40580cd659.
(arguments): Enable tests and specify the test target.
[phases]{patch-pwd, wrap}: Add phases.
[inputs]: Add perl-json and perl-perlio-gzip.
|
|
* gnu/packages/perl-compression.scm (perl-perlio-gzip): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.40.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.12.
(linux-libre-5.6-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.122.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.180.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.223.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.223.
(linux-libre-4.4-pristine-source): Update hash.
|
|
* gnu/packages/finance (python-trezor): Update to 0.12.0.
[arguments] Remove custom 'check phase.
[propagated-inputs] Remove python-pyblake2.
|
|
* gnu/packages/engineering.scm (freecad)[source](modules, snippet): New fields.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|