~ruther/guix-local

45db0ca5 — Tobias Geerinckx-Rice 3 years ago
gnu: unzip: Fix cross-compilation.

Fixes <https://issues.guix.gnu.org/57127>.

* gnu/packages/compression.scm (unzip)[arguments]: Use #$output when
cross-compiling.
36c5fa6c — Tobias Geerinckx-Rice 3 years ago
gnu: unzip: Use G-expressions.

* gnu/packages/compression.scm (unzip)[arguments]:
Rewrite as G-expressions.
5c131aff — Paul A. Patience 4 years ago
gnu: Add f3d.

* gnu/packages/graphics.scm (f3d): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
9d96325e — Paul A. Patience 4 years ago
gnu: vtk: Enable the RenderingExternal module.

* gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>:
Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: pcc: Respect --without-tests.

* gnu/packages/c.scm (pcc)[arguments]<#:phases>{check}: Respect the
  `tests?` argument.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: pcc: Fix build.

* gnu/packages/c.scm (pcc)[arguments]: Use gexps.
<#:phases>{fix-multiple-definitions}: New phase.
[native-inputs]: Adjust formatting.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
fc5beaf9 — Milkey Mouse 3 years ago
gnu: libplacebo: Update to 4.208.0.

* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0.
[native-inputs]: Add python.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
f233ddaa — pukkamustard 3 years ago
gnu: guile-srfi-158: Update to 0.0.1-0-13126d1.

This fixes compilation and cross-compilation.

* gnu/packages/guile-xyz.scm (guile-srfi-158): Update it.
[native-inputs]: Add guile-3.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
a7c14a82 — Marcel van der Boom 3 years ago
gnu: x265: Fix build on ppc64le.

* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
4c846ba9 — 宋文武 3 years ago
gnu: python-symengine: Fix tests.

This fixes <https://issues.guix.gnu.org/57104>.

* gnu/packages/python-xyz.scm (python-symengine):
[native-inputs]: Add python-nose.
[arguments]: Run tests with 'nosetests'.
f030ae42 — Vagrant Cascadian 3 years ago
gnu: reprotest: Update to 0.7.21.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21.
04ef952a — Vagrant Cascadian 3 years ago
gnu: diffoscope: Update to 220.

* gnu/packages/diffoscope.scm (diffoscope): Update to 220.
6bdcd2f3 — Vagrant Cascadian 4 years ago
gnu: Add lcsync.

* gnu/packages/networking.scm (lcsync): New variable.
78b81bf9 — Vagrant Cascadian 4 years ago
gnu: Add librecast.

* gnu/packages/networking.scm (librecast): New variable.
24ec1b5a — Vagrant Cascadian 3 years ago
gnu: Add lcrq.

* gnu/packages/networking.scm (lcrq): New variable.
e24f367f — Marius Bakke 3 years ago
gnu: strace: Update to 5.18.

* gnu/packages/linux.scm (strace): Update to 5.18.
b611761b — Marius Bakke 3 years ago
gnu: strace: Add release-monitoring-url.

* gnu/packages/linux.scm (strace)[properties]: New field.
a66b9063 — Marius Bakke 3 years ago
gnu: libreoffice: Remove input labels.

* gnu/packages/libreoffice.scm (dtoa): New private variable.
(libreoffice)[native-inputs, inputs]: Remove labels.
[arguments]: Use G-expression and SEARCH-INPUT-FILE & co where appropriate.
Remove trailing #t's.
8bdc95ec — Marius Bakke 3 years ago
gnu: libreoffice: Update to 7.3.5.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 7.3.5.2.
[inputs]: Add LIBCUCKOO and ZXING-CPP.
* gnu/packages/hunspell.scm (hunspell-dictionary): Update hash.
47710f2a — Marius Bakke 3 years ago
gnu: libcmis: Update to 0.5.2-46-gf264a61.

* gnu/packages/libreoffice.scm (libcmis): Update to 0.5.2-46-gf264a61.
[source]: Switch to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, and LIBTOOL.
[arguments]: Override bootstrap phase.  While at it, convert to gexp and
remove label usage.
Next