| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.36.
[source]: Retrieve xz tarball, bz2 is no longer distributed.
[source]: Break long url to satisfy guix lint.
[build-system]: Use meson-build-system.
[native-inputs]: Drop labels.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
|
|
| |
* gnu/packages/check.scm (python-pytest-runner): Update to 6.0.0.
|
|
|
|
|
| |
* gnu/packages/admin.scm (shepherd-0.9): Inherit from SHEPHERD-0.8.
(shepherd): Alias to SHEPHERD-0.9.
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-clocks)[native-inputs]: Add VALA.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Skip one test.
|
|
|
|
|
|
|
|
| |
This applies the substitution added in 48718135e74994e671eaf6dc6b74ac90e1e8a939
also for GHC@8.4. Somehow this problem is not fatal there and went unnoticed.
* gnu/packages/haskell.scm (ghc-8.4)[native-inputs]: Patch the test driver for
Python 3.10 compatibility.
|
|
|
|
|
|
|
|
| |
This is a follow-up to commit 7f81f09641f518f92b7790b175e909fa2b54edc8, which
removed an input that was still required by this old version.
* gnu/packages/fontutils.scm (fontforge-20190801)[inputs]: Add
LIBUNINAMESLIST. Use MODIFY-INPUTS while at it.
|
|
|
|
| |
* gnu/packages/gnome.scm (glade3)[native-inputs]: Add ATK.
|
|
|
|
|
|
|
| |
* gnu/packages/cpp.scm (abseil-cpp)[arguments]<#:configure-flags>:
Match upstream rename of BUILD_TESTING to ABSL_BUILD_TESTING.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/check.scm (googletest): Update to 1.12.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/freedesktop.scm (wayland-protocols-next): Remove variable.
* gnu/packages/gnome.scm (mutter)[native-inputs]: Change from
WAYLAND-PROTOCOLS-NEXT to WAYLAND-PROTOCOLS.
* gnu/packages/kde-plasma.scm (kwayland-server)[inputs]: Likewise.
* gnu/packages/wm.scm (swaylock)[native-inputs]: Likewise.
|
|
|
|
|
|
|
|
| |
* gnu/packages/pdf.scm (qpdf): Update to 11.1.0.
[source](modules, snippet): Remove.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Add #:configure-flags. Remove #:phases and
#:disallowed-references.
|
|
|
|
|
|
| |
* gnu/packages/patches/libtiff-CVE-2022-34526.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (libtiff)[source](patches): New field.
|
|
|
|
| |
* gnu/packages/samba.scm (ldb): Update to 2.6.1.
|
|
|
|
| |
* gnu/packages/databases.scm (tdb): Update to 1.4.7.
|
|
|
|
| |
* gnu/packages/samba.scm (tevent): Update to 0.13.0.
|
|
|
|
| |
* gnu/packages/samba.scm (talloc): Update to 2.3.4.
|
|
|
|
|
| |
* gnu/packages/samba.scm (samba, samba/fixed): Update to 4.17.0.
[source](uri): Adjust.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/cmake-curl-certificates.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.2
[source](patches): Use refreshed patch.
(cmake)[version, source]: Remove.
|
|
|
|
| |
* gnu/packages/ghostscript.scm (libpaper): Update to 2.0.0.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.39.
|
|
|
|
| |
* gnu/packages/gnupg.scm (libksba): Update to 1.6.1.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-mako): Update to 1.2.2.
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (fontforge): Update to 20220308.
[inputs]: Remove LIBUNINAMESLIST.
|
|
|
|
|
|
| |
* gnu/packages/patches/freeimage-libtiff-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (freeimage)[source](patches): Add it.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/glibc-static-nss.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[source](patches):
Remove it.
|
|
|
|
|
|
|
|
|
| |
This fixes a regression since 497080c10ef154818795dd544fe4d606b1e8535d that
would cause things like LIBGCRYPT-STATIC from (gnu packages cryptsetup) to
refer to the wrong libgpg-error.
* gnu/packages/gnupg.scm (libgcrypt)[arguments]: Add "ac_cv_path_GPGRT_CONFIG"
to #:configure-flags, and remove the cross-compile stanza.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/python-science.scm (python-scipy): Update to 1.9.1.
[source]: Switch to GIT-FETCH.
[outputs]: Remove.
[arguments]: Don't disable Pythran. Don't configure OpenBLAS which is now
discovered by pkg-config. Do a "manual" PEP 517 style build. Make
install-doc phase conditional on the presence of Sphinx. Simplify tests.
[propagated-inputs]: Add PYTHON-PYTHRAN.
[native-inputs]: Remove PERL, WHICH, PYTHON-NUMPYDOC,
PYTHON-PYDATA-SPHINX-THEME, PYTHON-SPHINX, and PYTHON-SPHINX-PANELS. Add
GCC, PKG-CONFIG, PYTHON-PYPA-BUILD and PYTHON-MESON.
|
| | |
| | |
| | |
| | | |
* gnu/packages/build-tools.scm (meson-python): New variable.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/java.scm (java-antlr4-runtime): Update to 4.10.1.
[source](patches): Remove obsolete patch.
(java-antlr4-runtime-cpp): Add #:configure-flags.
(antlr4)[arguments]: Don't run tests from removed directory. Enable one test;
exclude one file.
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Add phase to build
with the C++ 17 standard.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-afdko): Update to 3.9.1.
[arguments]: Add phase to build with system libxml2. Substitute antlr4_static
in one more file.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add LIBXML2.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fonts.scm (font-amiri): Update to 0.117.
[native-inputs]: Add PYTHON-GLYPHSETS.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.28.0.
[propagated-inputs]: Replace PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
* gnu/packages/fonts.scm (font-amiri)[native-inputs]: Likewise, to prevent
shadowing the propagated FontTools.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (psautohint)[propagated-inputs]: Replace
PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-statmake)[propagated-inputs]: Change from
PYTHON-FONTTOOLS to PYTHON-FONTTOOLS-NEXT.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.37.1.
* gnu/packages/fontutils.scm (python-afdko)[source](snippet): Adjust expected
test output.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.2.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.10.8.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-defcon-bootstrap): Update to 0.10.2.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.2.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-glyphsets): New variable.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-glyphslib): New variable.
|
| | |
| | |
| | |
| | | |
* gnu/packages/python-xyz.scm (python-openstep-plist): New variable.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust check phase for
parallel execution.
[native-inputs]: Add PYTHON-PYTEST-XDIST.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/nfs.scm (nfs-utils)[inputs]: Remove LIBNFSIDMAP, which is part
of nfs-utils nowadays.
|
| | |
| | |
| | |
| | | |
* gnu/packages/web.scm (hitch): Update to 1.7.3.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This a followup to 59ee837d8b11d7d688045b601e8b240ccbdbe7c7, which changed the
default value of the HandleLidSwitchExternalPower to the empty string.
Unfortunately this causes elogind to print a warning (although it otherwise
works as intended). This change fixes that.
* gnu/services/desktop.scm (elogind-configuration-file)<handle-action>: Let
the unspecified value go through.
<ini-file-clause>: When an unspecified file is encountered, do not produce any
text to serialize.
|
| | |
| | |
| | |
| | | |
* gnu/packages/fpga.scm (openfpgaloader): New variable.
|