Commit graph

98823 commits

Author SHA1 Message Date
Efraim Flashner 4bc6888f5e
gnu: gcc-10: Update to 10.4.0.
* gnu/packages/gcc.scm (gcc-10): Update to 10.4.0.
2022-06-29 13:06:48 +03:00
Efraim Flashner 2f4d936c1b
gnu: linux-libre-headers-boot0: Fix building with armhf-linux.
* gnu/packages/commencement.scm (linux-libre-headers-boot0)
[arguments]: Adjust 'lower-version-requirements phase to accept
gcc-4.8.4, used by armhf-linux.
2022-06-29 13:05:20 +03:00
Efraim Flashner f926e43170
gnu: m4-boot0: Fix build on arm architectures.
* gnu/packages/commencement.scm (m4-boot0)[arguments]: Skip tests when
building for arm architectures.
2022-06-28 10:15:06 +03:00
Marius Bakke 4d6a9364bb
gnu: harfbuzz: Use G-expression.
* gnu/packages/gtk.scm (harfbuzz)[arguments]: Convert to gexp.
2022-06-28 00:13:00 +02:00
Marius Bakke 0e93273def
gnu: harfbuzz: Update to 4.4.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.0.
2022-06-28 00:09:50 +02:00
Marius Bakke 0e691ae100
gnu: python2: Fix build with newer Expat.
* gnu/packages/patches/python-2.7-expat-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-2.7)[source](patches): Add it.
2022-06-28 00:06:37 +02:00
Marius Bakke 0b0750e831
gnu: CMake: Update to 3.23.2.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.23.2.
(%preserved-third-party-files): Preserve bundled ELF header files.
* gnu/packages/patches/cmake-curl-certificates.patch: Adjust for upstream
changes.
2022-06-27 23:48:01 +02:00
Marius Bakke b1fa242cb1
gnu: CMake: Use G-expressions.
* gnu/packages/cmake.scm (%common-build-phases): Remove trailing #t's.
(cmake-bootstrap, cmake-minimal, cmake, emacs-cmake-mode)[arguments]: Use
G-expressions.
2022-06-27 23:48:00 +02:00
Marius Bakke 6cd8814011
gnu: CMake: Remove input labels.
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Remove labels.
(cmake)[native-inputs]: Likewise.  Use MODIFY-INPUTS.
2022-06-27 23:48:00 +02:00
Marius Bakke 02f7c56ec4
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
2022-06-27 23:48:00 +02:00
Marius Bakke 9dfd2ad73b
gnu: CMake: Bootstrap with system jsoncpp.
* gnu/packages/cmake.scm (cmake-bootstrap)[arguments]: Remove
"--no-system-jsoncpp" from #:configure-flags.
[inputs]: Add JSONCPP.
(cmake-minimal)[inputs]: Remove.
2022-06-27 23:48:00 +02:00
Marius Bakke 2ada32cc39
gnu: jsoncpp: Build with Meson.
* gnu/packages/serialization.scm (jsoncpp)[build-system]: Change to
MESON-BUILD-SYSTEM.
[arguments]: Remove.
2022-06-27 23:48:00 +02:00
Marius Bakke 80193fff59
gnu: doxygen: Use new style.
* gnu/packages/documentation.scm (doxygen)[inputs]: Remove label.
[arguments]: Likewise.  Convert to G-expression.
2022-06-27 23:48:00 +02:00
Marius Bakke 69bce01863
gnu: doxygen: Update to 1.9.4.
* gnu/packages/documentation.scm (doxygen): Update to 1.9.4.
2022-06-27 23:48:00 +02:00
Marius Bakke 21a895a27b
gnu: harfbuzz: Remove input labels.
...and reindent.

* gnu/packages/gtk.scm (harfbuzz)[inputs]: Remove labels.
2022-06-27 23:48:00 +02:00
Marius Bakke febdbf0111
gnu: harfbuzz: Update to 4.3.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 4.3.0.
(harfbuzz-3.0): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change from
HARFBUZZ-3.0 to HARFBUZZ.
2022-06-27 23:48:00 +02:00
Marius Bakke 20bc806b04
gnu: icu4c: Update to 71.1.
* gnu/packages/icu4c.scm (icu4c): Update to 71.1.
(icu4c-71): Remove variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change ICU4C-71 to
ICU4C.
2022-06-27 23:48:00 +02:00
Marius Bakke e437393b01
gnu: python-libxml2: Remove input labels.
* gnu/packages/xml.scm (python-libxml2)[arguments]: Use G-expression.  Remove
iconv header substitution which is no longer needed.
[inputs]: Remove labels.
2022-06-27 23:48:00 +02:00
Marius Bakke e51c78d560
gnu: python-libxml2: Move definition closer to its inherited origin.
* gnu/packages/xml.scm (python-libxml2): Move package definition after the
libxml2 variants.
2022-06-27 23:48:00 +02:00
Marius Bakke a83c462752
gnu: python-libxml2: Fix build failure.
This is a follow-up to commit 7dfa2ff780.

* gnu/packages/xml.scm (python-libxml2)[arguments]: Provide correct directory
for libxml2 headers.
2022-06-27 23:48:00 +02:00
Marius Bakke 6ee0f40e83
gnu: ruby-sqlite3: Update to 1.4.4.
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.4.
[native-inputs]: Change from RUBY-MINI-PORTILE to RUBY-MINI-PORTILE-2.
2022-06-27 23:47:59 +02:00
Marius Bakke 1e39cc6481
gnu: OpenSSL: Absorb graft.
* gnu/packages/tls.scm (openssl): Update to 1.1.1p.
[replacement]: Remove.
(openssl/fixed): Remove variable.
2022-06-27 19:29:49 +02:00
Marius Bakke 2a7648774f
Merge branch 'master' into core-updates 2022-06-27 19:23:48 +02:00
Marius Bakke 43519035f9
gnu: libtiff: Explicitly depend on 'xz'.
...instead of linking to whatever happens to be in the build environment.

* gnu/packages/image.scm (libtiff)[inputs]: Add XZ.
2022-06-27 19:15:07 +02:00
Marius Bakke be2d53225c
gnu: libtiff: Use G-expressions.
* gnu/packages/image.scm (libtiff)[arguments]: Convert to gexp.
2022-06-27 19:15:07 +02:00
Marius Bakke e8af8fc3e1
gnu: libtiff: Remove input labels.
* gnu/packages/image.scm (libtiff)[inputs]: Remove labels.
2022-06-27 19:15:07 +02:00
Marius Bakke 06747aa5b0
gnu: libtiff: Update to 4.4.0.
* gnu/packages/image.scm (libtiff): Update to 4.4.0.
[source](uri): Switch to .xz tarball.
2022-06-27 19:15:07 +02:00
Marius Bakke 8b13d38fac
gnu: libtiff: Add 'upstream-name' property.
* gnu/packages/image.scm (libtiff)[properties]: New field.
2022-06-27 19:15:07 +02:00
Nicolas Goaziou 0bd1c4fbbc
gnu: emacs-auctex: Update to 13.1.3.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.3.
2022-06-27 18:51:31 +02:00
Efraim Flashner bcba5835e5
gnu: openssl: Update to 1.1.1p [security fixes].
* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
2022-06-27 19:49:31 +03:00
Efraim Flashner 110ef1d2e7
gnu: python-lit: Update to 14.0.3.
* gnu/packages/check.scm (python-lit): Update to 14.0.3.
2022-06-27 19:49:30 +03:00
Nicolas Goaziou 08fc2e13a1
gnu: emacs-bbdb: Update to 3.2.2.2.
* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.2.2.
2022-06-27 18:47:58 +02:00
Nicolas Goaziou b42e52a735
gnu: emacs-solarized-theme: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.0.
2022-06-27 12:32:04 +02:00
Guillaume Le Vaillant 144a750f8b
gnu: stumpwm: Improve package definition.
* gnu/packages/wm.scm (stumpwm)[inputs, native-inputs]: Remove labels.
  [arguments]: Use gexp and remote trailing #t in phases.
2022-06-27 11:15:44 +02:00
Elais Player 1967c04226
gnu: stumpwm: Update to 22.05.
* gnu/packages/wm.scm (stumpwm): Update to 22.05.
  [arguments]: Add 'fix-tests' phase.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-27 10:59:43 +02:00
Maxim Cournoyer 97766323bc
gnu: font-abattis-cantarell: Build from source.
* gnu/packages/fonts.scm (font-abattis-cantarell)
[source]: Fetch source from git.
[build-system]: Switch to meson-build-system.
[phases]: Delete phases.
[configure-flags]: New argument.
[native-inputs]: Remove variable-font archive and unzip.
Add gettext-minimal, psautohint, python, python-cffsubr, python-fontmath,
python-statmake and python-ufo2ft.
[description]: Mention the non-variable and variable font variants.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer 02b09d3769
gnu: Add python-statmake.
* gnu/packages/fontutils.scm (python-statmake): New variable.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer ddb8635e5a
gnu: Add python-cattrs.
* gnu/packages/python-xyz.scm (python-cattrs): New variable.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer 76de731b4b
gnu: python-immutables: Update to 0.18.
* gnu/packages/python-xyz.scm (python-immutables): Update to 0.18.
[native-inputs]: Add python-mypy, python-pytest.
2022-06-26 22:10:39 -04:00
Maxim Cournoyer 61b509aec6
gnu: python-pymongo: Update to 4.1.1.
* gnu/packages/python-xyz.scm (python-pymongo): Update to 4.1.1.
2022-06-26 22:10:39 -04:00
Maxim Cournoyer bc96a4323f
gnu: Add python-exceptiongroup.
* gnu/packages/python-xyz.scm (python-exceptiongroup): New variable.
2022-06-26 22:10:39 -04:00
Maxim Cournoyer 6cd0196387
gnu: Add python-flit-scm.
* gnu/packages/python-build.scm (python-flit-scm): New variable.
2022-06-26 22:10:38 -04:00
Maxim Cournoyer ed210c1b8f
gnu: python-setuptools-scm: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
2022-06-26 22:10:38 -04:00
Antero Mejr 8d0e696243
gnu: Add python-sendgrid.
* gnu/packages/python-web.scm (python-sendgrid): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Antero Mejr 24dba9c5e7
gnu: Add python-http-client.
* gnu/packages/python-web.scm (python-http-client): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Antero Mejr 53be886d18
gnu: Add python-starkbank-ecdsa.
* gnu/packages/python-crypto.scm (python-starkbank-ecdsa): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Ludovic Courtès afc490b957
substitute: Use SRFI-71 instead of SRFI-11.
* guix/scripts/substitute.scm (display-narinfo-data)
(open-connection-for-uri/cached)
(process-substitution): Use SRFI-71 instead of SRFI-11.
2022-06-26 23:19:14 +02:00
Ludovic Courtès f99f00fc81
status: Relay "updating substitutes" messages.
Until now, those messages would be accumulated and displayed all at
once, when a '\n' was finally emitted by 'guix substitute'.  In the
meantime, clients would remain silent.

* guix/status.scm (bytevector-index): Change 'number' parameter to
'numbers' and adjust accordingly.
(build-event-output-port): Pass both #\newline and #\return to
'bytevector-index'.
* tests/status.scm ("build-output-port, daemon messages with LF"): New
test.
2022-06-26 23:19:14 +02:00
Ludovic Courtès c31605b582
status: Change tests from SRFI-11 to SRFI-71.
* tests/status.scm: Use SRFI-71 'let' instead of SRFI-11 'let-values'.
2022-06-26 23:19:13 +02:00
Ludovic Courtès d9d77d9479
doc: Update "updating substitutes" message.
This is a followup to 2bf9351e31.

* doc/guix.texi (Invoking guix challenge)
(Invoking guix weather): Adjust "updating substitutes" message.
2022-06-26 23:19:13 +02:00