Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-fastjsonschema)[native-inputs]:
Remove python-validictory.
|
|
* gnu/packages/python-web.scm (python-responses)[propagated-inputs]: Remove
python-cookies and python-six; add python-toml, python-typing-extensions,
and python-urllib3.
[native-inputs]: Remove python-mock.
|
|
* gnu/packages/python-xyz.scm (python-json-spec): Update to 0.11.0.
[propagated-inputs]: Remove python-pathlib and python-six; add
python-importlib-metadata and python-termcolor.
|
|
There is a newer version 6.0.0, but python-json-spec requires
a version >=5 and <6.
* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 5.2.0.
|
|
* gnu/packages/chromium.scm (%debian-revision): Move to a later release
for Debian patches.
(%ungoogled-origin): Update hash accordingly.
(%debian-patches): Enable "fixes/clang-and-gcc11.patch".
|
|
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.18.2.
[source]: Drop snippet.
[arguments]: Drop phase.
|
|
* gnu/packages/python-xyz.scm (python-parso)[origin]: Add patch.
* gnu/packages/patches/python-parso-unit-tests-in-3.10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
|
|
* gnu/packages/check.scm (python-pylint): Update to 2.14.5.
[propagated-inputs]: Remove python-toml; add python-dill and python-tomlkit.
|
|
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.11.6.
|
|
* gnu/packages/python-xyz.scm (python-asttokens): Update to 2.2.1.
|
|
There is a newer version, but this one compiles and may be less disruptive
on dependent packages.
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.11.7.
|
|
* gnu/packages/python-web.scm (python-tornado-6): Update to 6.2.
|
|
* gnu/packages/python-xyz.scm (python-outcome): Update to 1.2.0.
|
|
This is not the latest version, but 0.4.8 fails its tests.
* gnu/packages/python-xyz.scm (python-mechanize): Update to 0.4.7.
|
|
* gnu/packages/patches/ocaml-4.07-dynamically-allocate-signal-stack.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (ocaml-4.07-boot): Use it.
|
|
* gnu/packages/graphviz.scm (python-graphviz)[native-inputs]: Add
python-mock.
This partially reverts commit 3d388fe3d0475f2e991ae061cc1364529a97af42
|
|
* gnu/packages/messaging.scm (poezio): Update to 0.14.
[license]: Change to gpl3+.
|
|
* gnu/packages/python-xyz.scm (python-slixmpp): Update to 1.8.3.
[propagated-inputs]: Add python-cryptography, python-defusedxml and
python-emoji.
|
|
* gnu/packages/patches/camlboot-dynamically-allocate-stack-signal.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (camlboot): Use it.
|
|
* gnu/packages/finance.scm (python-ledgerblue): Update to 0.1.44. Adapt
propagated inputs.
|
|
* gnu/packages/finance.scm (python-u2flib-host): New variable.
|
|
* gnu/packages/python-xyz.scm (python-attrdict): Replace by...
(python-attrdict3): ...this.
* gnu/packages/wxwidgets.scm (python-wxpython)[native-inputs]: Swap
packages.
|
|
Not all software is ready for 64-bit time in Guix.
* gnu/packages/base.scm (coreutils)[arguments]: When building for a
32-bit system add a configure-flag to not use 64-bit time_t.
|
|
* gnu/packages/patches/ocaml-4.09-dynamically-allocate-signal-stack.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ocaml.scm (ocaml-4.09): Use it.
|
|
* gnu/packages/java.scm (openjdk13): Remove patch
openjdk-10-hotspot-stack-size.patch inherited from openjdk12.
(openjdk14): Readd patch.
(openjdk15): Remove patch.
(openjdk16): Readd patch.
(openjdk17): Remove patch.
|
|
* gnu/packages/firmware.scm (make-openbios-package): Update to
1.1-1.af97fd7.
[source]: Remove patch.
[native-inputs]: Build with gcc-10. Add fcode-utils.
* gnu/packages/patches/openbios-gcc-warnings.patch: Remove file.
* ngu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/firmware.scm (fcode-utils): New variable.
|
|
This fixes <https://debbugs.gnu.org/41264>.
* gnu/packages/commencement.scm (mes-boot): Update to 0.24.2.
|
|
* gnu/packages/commencement.scm (tcc-boot)[arguments]: Rebuild the Mes C
Library in the "install" phase.
|
|
* gnu/packages/check.scm (cppcheck): Update to 2.10.
|
|
This reverts commit b928e38bd333e6186727fe5c5e94b85d157b79d6.
The gcc-core-mesboot0 package fails to build with mes-boot-0.24.2, `ar'
segfaults
$ strace ar rc libiberty.a argv.o
execve("/gnu/store/nvb6jh26hfjifs79h7hrlkw3cisgc353-binutils-mesboot0-2.20.1a/bin/ar", ["ar", "rc", "libiberty.a", "argv.o"], 0x7ffc4187fff8 /* 82 vars */) = 0
[ Process PID=22689 runs in 32 bit mode. ]
brk(NULL) = 0x830f000
brk(0x830f000) = 0x830f000
stat64("libiberty.a", {st_mode=S_IFREG|0600, st_size=8, ...}) = 0
brk(0x830f0a4) = 0x830f0a4
brk(0x830f0b4) = 0x830f0b4
brk(0x8310098) = 0x8310098
brk(0x83100a4) = 0x83100a4
brk(0x8311088) = 0x8311088
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x63ecebc8} ---
+++ killed by SIGSEGV +++
Segmentation fault
See also <https://debbugs.gnu.org/41264>.
|
|
This fixes <https://debbugs.gnu.org/41264>.
* gnu/packages/commencement.scm (mes-boot): Update to 0.24.2.
|
|
* gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped,
%mes-bootstrap-tarball): Remove.
|
|
* gnu/packages/make-bootstrap.scm (%mescc-tools-static,
%mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): Remove.
|
|
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Remove
%mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball.
|
|
This is a follow-up to 87423addf503fc2b44dc2f863d6db1712d67c55c.
* gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test
on 32-bit systems, not run ONLY that test.
|
|
* gnu/packages/commencement.scm (xz-final): New variable.
(%boot6-inputs): Add xz-final. Remove xz.
(%final-inputs): Add xz-final. Remove xz from packages 'to finalize'.
|
|
* gnu/packages/base.scm (tar)[arguments]: When building for 32-bit
systems skip a test known by upstream to fail.
|
|
* gnu/packages/fontutils.scm (freetype): Update to 2.13.0.
|
|
* gnu/packages/fontutils.scm (freetype)[arguments]: Add an entry in
disallowed-references for pkg-config. Add a phase to remove the
reference to pkg-config in an installed script.
|
|
* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: Add a full
comment around the configure-flags used when building for arm
architectures.
|
|
* gnu/packages/version-control.scm (git)[native-inputs]: Restore
native-inputs to what they were prior to the merge commit 4cf1acc7f3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
The support is moved to the full 'colord' package. This reduces
the size of colord-minimal from 467.6 MiB to 391.5 MiB.
* gnu/packages/gnome.scm (colord-minimal) [configure-flags]: Remove
"-Dsane=true".
[inputs]: Move sane-backends to...
(colord) [inputs]: ... here.
[configure-flags]: Add "-Dsane=true".
|
|
The existing cross-compilation patch no longer worked. It's been reworked and
submitted to upstream.
* gnu/packages/algebra.scm (bc) [native-inputs]: Add readline.
* gnu/packages/patches/bc-fix-cross-compilation.patch: Refresh patch.
Series-postfix: core-updates
Series-to: 60760@debbugs.gnu.org
|
|
* gnu/packages/file.scm (file): Update to 5.44.
|
|
* gnu/packages/gl.scm (mesa)[inputs]: Replace llvm with llvm-for-mesa.
(mesa-opencl)[native-inputs]: Replace clang with clang-15.
|
|
* gnu/packages/llvm.scm (llvm-for-mesa): New variable.
|
|
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
texlive-latex-tools with texlive-tools.
|
|
* gnu/packages/bioinformatics.scm (phyml)[native-inputs],
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace
texlive-latex-fancyvrb with texlive-fancyvrb.
|
|
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace
texlive-latex-fancyhdr with texlive-fancyhdr.
|