~ruther/guix-local

470ebff8 — Artyom V. Poptsov 2 years ago
gnu: guile2.2-dsv: Fix build.

* gnu/packages/guile-xyz.scm (guile2.2-dsv):
  [native-inputs]: Replace "guile-smc" with "guile2.2-smc" and add
  "guile2.2-lib".
  [inputs]: Replace "guile" with "guile-2.2" and "guile-smc" with
  "guile2.2-smc".
  [propagated-inputs]: Replace "guile-lib" with "guile2.2-lib" and
  "guile-smc" with "guile2.2-smc".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23cbb464 — Artyom V. Poptsov 2 years ago
gnu: guile-smc: Fix build with Guile 2.2.

* gnu/packages/guile-xyz.scm (guile-smc): Fix build with Guile 2.2.
  [native-inputs]: Replace "guile" with "guile-2.2" and "guile-lib" with
  "guile2.2-lib".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d936ed6f — Artyom V. Poptsov 2 years ago
gnu: guile-dsv: Update to 0.7.0.

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.0.  Improve the
  package style.
  [inputs]: Add "bash-minimal".
  [native-inputs]: Add "guile-smc".
  [description}: Update.
  (guile2.2-dsv) [inputs]: Add "bash-minimal".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
96eda590 — Maxime Devos 2 years ago
lint: Check that (cc-for-target) and friends are used.

"CC=gcc" is almost always incorrect; people often just don't
notice the incorrectness because they are compiling natively.
For an exception, see tzdata.

"guix style" partially made things worse, so I partially ignored it.

* guix/lint.scm (check-compiler-for-target): New linter.
* tests/lint.scm
("compiler-for-target: unconditional CC=gcc is unacceptable")
("compiler-for-target: looks through G-expressions")
("compiler-for-target: (cc-for-target) is acceptable")
("compiler-for-target: CC=gcc is acceptable when target=#false"):
Test it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
05f44bbe — Paul A. Patience 3 years ago
gnu: Add asli.

* gnu/packages/graphics.scm (asli): New variable.
* gnu/packages/patches/asli-use-system-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
45af7b89 — Andy Tai 2 years ago
gnu: parallel: Update to 20230822.

* gnu/packages/parallel.scm (parallel): Update to 20230822.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
e65ae376 — Michael Ford 2 years ago
gnu: libupnp: Update to 1.14.18.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.18.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3228dcd7 — Hilton Chain 2 years ago
gnu: font-chiron-sung-hk: Update to 1.010.

* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.010.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
0fbeeee7 — Marius Bakke 2 years ago
services: Open vSwitch: Depend on 'user-processes' target.

* gnu/services/networking.scm (openvswitch-shepherd-service)[ovsdb](requirement):
Add user-processes.
41c7e74d — Marius Bakke 2 years ago
gnu: openvswitch: Update to 3.2.0.

* gnu/packages/networking.scm (openvswitch): Update to 3.2.0.
0007b454 — Marius Bakke 2 years ago
gnu: iputils: Use new style.

* gnu/packages/networking.scm (iputils)[arguments]: Use G-expression.
[native-inputs]: Remove labels.
51939d19 — Marius Bakke 2 years ago
gnu: iputils: Update to 20221126.

* gnu/packages/networking.scm (iputils): Update to 20221126.
[source](patches): Remove.
[arguments]: Remove obsolete phase.  Disable one new test.
[description]: Adjust for removed commands.
* gnu/packages/patches/iputils-libcap-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
963abdf0 — Marius Bakke 2 years ago
gnu: python-bitarray: Update to 2.8.1.

* gnu/packages/python-xyz.scm (python-bitarray): Update to 2.8.1.
c14e115b — Marius Bakke 2 years ago
gnu: drbd-utils: Update to 9.25.0.

* gnu/packages/cluster.scm (drbd-utils): Update to 9.25.0.
6add22db — Marius Bakke 2 years ago
gnu: varnish: Update to 7.3.0.

* gnu/packages/web.scm (varnish): Update to 7.3.0.
a71ce15c — Marius Bakke 2 years ago
services: ganeti: Fix tests.

* gnu/tests/ganeti.scm (run-ganeti-test)["force-start wconfd"]: Don't use
INVOKE.
["gnt-os list"]: Import (ice-9 textual-ports).
b41ea5dc — Marius Bakke 3 years ago
gnu: ganeti: Fix build.

* gnu/packages/patches/ganeti-lens-compat.patch,
gnu/packages/patches/ganeti-procps-compat.patch,
gnu/packages/patches/ganeti-relax-dependencies.patch,
gnu/packages/patches/ganeti-reorder-arbitrary-definitions.patch,
gnu/packages/patches/ganeti-template-haskell-2.17.patch,
gnu/packages/patches/ganeti-template-haskell-2.18.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (ganeti)[source](patches): Add them.
d4645d5d — Efraim Flashner 2 years ago
gnu: python-fasteners: Update to 0.17.3.

* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.17.3.
[build-system]: Switch to pyproject-build-system.
[arguments]: Add custom 'check phase.
[propagated-inputs]: Remove python-monotonic and python-six.
[native-inputs]: Remove python-testtools; add python-diskcache,
python-more-itertools, and python-pytest.
68132407 — Efraim Flashner 2 years ago
gnu: python-numcodecs: Fix building on non x86 machines.

* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Adjust snippet
to prevent setup.py adding unsupported architecture specific CFLAGS.
420d51fa — Efraim Flashner 2 years ago
gnu: python-numcodecs: Remove another cythonized file.

* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
cythonized file.
Next