~ruther/guix-local

ref: ac3a8b0a5b68f668570b27b32d695842d3a4f0c2 guix-local/gnu d---------
ac3a8b0a — Marius Bakke 3 years ago
gnu: python-pytest-regressions: Update to 2.3.1.

* gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1.
a867125b — Marius Bakke 3 years ago
gnu: python-cairocffi: Update to 1.3.0.

* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
79143344 — Marius Bakke 3 years ago
gnu: python-xlsxwriter: Update to 3.0.3.

* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
1329b64d — Marius Bakke 3 years ago
gnu: python-jdcal: Update to 1.4.1.

* gnu/packages/python-xyz.scm (python-jdcal): Update to 1.4.1.
[arguments]: Use G-expression and respect TESTS? keyword.
8d563710 — Marius Bakke 3 years ago
gnu: python-et-xmlfile: Update to 1.1.0.

* gnu/packages/python-xyz.scm (python-et-xmlfile): Update to 1.1.0.
[source]: Switch to HG-FETCH.
[arguments]: Use G-expression and respect TESTS? keyword.
379e66b6 — Marius Bakke 3 years ago
gnu: zabbix: Update to 6.0.8.

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.8.
[native-inputs]: Add PKG-CONFIG.
2183db8d — muradm 3 years ago
gnu: linux: Remove unnecessary let clause in make-linux-libre.

* gnu/packages/linux.scm (make-linux-libre*)[arguments]:
Remove unnecessary let clause in 'configure phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
a312c9d0 — jgart 3 years ago
gnu: Add cl-list-named-class.

* gnu/packages/lisp-xyz.scm (cl-list-named-class, ecl-list-named-class,
  sbcl-list-named-class): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
c02450c2 — AndrĂ© A. Gomes 3 years ago
gnu: cl-lisp-unit2: Update to 0.9.3.

* gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.3.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
d4eeb77a — jgart 3 years ago
gnu: Add cl-cron.

* gnu/packages/lisp-xyz.scm (cl-cron, ecl-cl-cron, sbcl-cl-cron): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
43dd4cc0 — jgart 3 years ago
gnu: Add cl-positional-lambda.

* gnu/packages/lisp-xyz.scm (cl-positional-lambda, ecl-positional-lambda,
  sbcl-positional-lambda): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
73654708 — jgart 3 years ago
gnu: Add cl-map-bind.

* gnu/packages/lisp-xyz.scm (cl-map-bind, ecl-map-bind, sbcl-map-bind): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
94c6e683 — jgart 3 years ago
gnu: Add cl-rucksack.

* gnu/packages/lisp-xyz.scm (cl-rucksack, sbcl-rucksack): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
b8ffdefd — jgart 3 years ago
gnu: Add cl-amb.

* gnu/packages/lisp-xyz.scm (cl-amb, ecl-amb, sbcl-amb): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
54e4aac5 — jgart 3 years ago
gnu: Add cl-tripod.

* gnu/packages/lisp-xyz.scm (cl-tripod, ecl-tripod, sbcl-tripod): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3f46a0b6 — jgart 3 years ago
gnu: Add cl-smug.

* gnu/packages/lisp-xyz.scm (cl-smug, ecl-smug, sbcl-smug): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
b36f2abe — jgart 3 years ago
gnu: Add cl-2am.

* gnu/packages/lisp-check.scm (cl-2am, ecl-2am, sbcl-2am): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
0edb79b2 — Mathieu Othacehe 3 years ago
image: Use #true and #false.

* gnu/image.scm: Use #true and #false instead of #t and #f respectively. No
functional change.
e917f124 — Mathieu Othacehe 3 years ago
system: images: Define the platform in image-types.

Running the following command where my-pine.scm contains an operating-system
declaration:

guix system image --image-type=pine64-raw my-pine.scm

returns:

guix system: error: package linux-libre-arm64-generic@5.18.19 does not support
x86_64-linux

That's because there's no platform defined in the pine64-raw image-type, hence
the guix system image tries to build the image for the host architecture.

* gnu/system/images/novena.scm (novena-image-type): Use the armv7-linux platform.
* gnu/system/images/pine64.scm (pine64-image-type): Use the aarch64-linux platform.
* gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type): Use the aarch64-linux platform.
* gnu/system/images/rock64.scm (rock64-image-type): Use the aarch64-linux platform.
08b8f85e — Mathieu Othacehe 3 years ago
system: image: Update my copyright.

* gnu/system/image.scm: Update it.
Next