Commit graph

101476 commits

Author SHA1 Message Date
Zhu Zihao 00652ce2ee
gnu: python-pyside-2: Use G-expressions.
* gnu/packages/qt.scm (python-pyside-2)[native-inputs]: Use label-less input
style.
[arguments]: Use G-expressions.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao a69581f17c
gnu: Add python-shiboken-6
* gnu/packages/qt.scm (python-shiboken-6): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao f1bbdefd9e
gnu: python-shiboken-2: Use G-expressions.
* gnu/packages/qt.scm (python-shiboken-2)[arguments]: Use G-expressions.
<#:phases>: In phase "set-build-env", Replace (assoc-ref inputs ...) with
(this-package-input ...).

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Hilton Chain 453cbb9f06
gnu: abseil-cpp: Update to 20220623.1.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Michael Rohleder 1981a39e5d
gnu: ytfzf: Update to 2.4.1.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1.
[inputs]: Add perl.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Maxime Devos 344159b95c
gnunet-scheme: Unbundle config.rpath.
* gnu/packages/gnunet.scm (gnunet-scheme)[origin]{snippet}: New snippet.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Maxime Devos 85aa25cd6a
gnu: gnunet-scheme: Make scheme-gnunet.pdf reproducible.
* gnu/packages/gnunet.scm
(gnunet-scheme)[arguments]<#:phases>{reproducible-timestamp}:
New phase.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Maxime Devos 77b37fcb58
gnu: gnunet-scheme: Update to 0.3.
The old snippet doesn't apply anymore, so a different work-around was
committed to gnunet-scheme.

* gnu/packages/gnunet.scm (gnunet-scheme): Update to 0.3.
[description]: Update description for new features.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Paul A. Patience 29491482a1
gnu: python-pyvista: Update to 0.36.1.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.36.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 4f9e58b5ee
gnu: font-lxgw-wenkai-tc: Update to 0.921.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.921.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 9a1228b493
gnu: font-lxgw-wenkai: Update to 1.240.
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.240.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 1c060f59d4
gnu: sqlite-next: Update to 3.39.3.
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.39.3.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Hilton Chain 53c127c16d
gnu: python-apsw: Update to 3.39.2.1.
* gnu/packages/databases.scm (python-apsw): Update to 3.39.2.1.
[source]: Change back to compressed release.
* gnu/packages/patches/python-apsw-3.39.2.1-test-fix.patch: New file.
* gnu/local.mk: Add patch.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:40 +02:00
Marius Bakke b7629ff995
gnu: expect: Update home page.
* gnu/packages/tcl.scm (expect)[home-page]: Follow redirect.
2022-09-07 22:02:39 +02:00
Maxim Cournoyer 9ec4233181
gnu: pypy: Fix build.
This fixes a regression that was introduced in commit 553c009d74.

* gnu/packages/python.scm (pypy)[phases]{install}: Rename the OUT variable to
 #$OUTPUT.
2022-09-07 14:34:57 -04:00
Ricardo Wurmus d18bddf5d7
doc: Fix typo.
* doc/guix.texi (Miscellaneous Services): Fix typo.
2022-09-07 20:08:23 +02:00
Marius Bakke 453e7dd8c4
gnu: tombo: Disable tests.
* gnu/packages/bioinformatics.scm (tombo)[arguments]: New field.
2022-09-07 17:36:42 +02:00
Marius Bakke d09f3f82b8
gnu: guix-jupyter: Disable parallel tests.
* gnu/packages/package-management.scm (guix-jupyter)[arguments]: Add
 #:parallel-tests?.
2022-09-07 17:36:42 +02:00
Marius Bakke 9046adf8ef
gnu: python-cfgv: Update to 3.3.1.
* gnu/packages/python-xyz.scm (python-cfgv): Update to 3.3.1.
[arguments]: Respect TESTS? keyword in check phase.
[native-inputs]: Remove PYTHON-COVERAGE and PYTHON-COVDEFAULTS.
2022-09-07 17:36:42 +02:00
Marius Bakke 6ba66072e0
gnu: python-fs: Update to 2.4.16.
* gnu/packages/python-xyz.scm (python-fs): Update to 2.4.16.
2022-09-07 17:36:42 +02:00
Marius Bakke 35426e7fec
gnu: python-zopfli: Update to 0.2.1.
* gnu/packages/python-compression.scm (python-zopfli): Update to 0.2.1.
[arguments]: Use pytest in check phase.
[native-inputs]: Add PYTHON-PYTEST.
2022-09-07 17:36:42 +02:00
Marius Bakke ac3a8b0a5b
gnu: python-pytest-regressions: Update to 2.3.1.
* gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1.
2022-09-07 17:36:42 +02:00
Marius Bakke a867125b3a
gnu: python-cairocffi: Update to 1.3.0.
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
2022-09-07 17:36:42 +02:00
Marius Bakke 79143344f8
gnu: python-xlsxwriter: Update to 3.0.3.
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
2022-09-07 17:36:42 +02:00
Marius Bakke 1329b64db5
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.
2022-09-07 17:36:42 +02:00
Marius Bakke 8d5637103f
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.
2022-09-07 17:36:41 +02:00
Marius Bakke 379e66b64b
gnu: zabbix: Update to 6.0.8.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.8.
[native-inputs]: Add PKG-CONFIG.
2022-09-07 17:36:41 +02:00
muradm 2183db8d2a
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>
2022-09-07 14:51:54 +02:00
jgart a312c9d018
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>
2022-09-07 14:32:09 +02:00
André A. Gomes c02450c237
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>
2022-09-07 14:32:09 +02:00
jgart d4eeb77aae
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>
2022-09-07 14:32:08 +02:00
jgart 43dd4cc0eb
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>
2022-09-07 14:32:08 +02:00
jgart 73654708bf
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>
2022-09-07 14:32:08 +02:00
jgart 94c6e68310
gnu: Add cl-rucksack.
* gnu/packages/lisp-xyz.scm (cl-rucksack, sbcl-rucksack): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart b8ffdefd56
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>
2022-09-07 14:32:08 +02:00
jgart 54e4aac588
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>
2022-09-07 14:32:08 +02:00
jgart 3f46a0b6a9
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>
2022-09-07 14:32:08 +02:00
jgart b36f2abe6e
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>
2022-09-07 14:32:08 +02:00
Mathieu Othacehe 0edb79b2a9
image: Use #true and #false.
* gnu/image.scm: Use #true and #false instead of #t and #f respectively. No
functional change.
2022-09-07 14:26:34 +02:00
Mathieu Othacehe e917f1242c
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.
2022-09-07 14:24:53 +02:00
Mathieu Othacehe 08b8f85e08
system: image: Update my copyright.
* gnu/system/image.scm: Update it.
2022-09-07 14:24:52 +02:00
Mathieu Othacehe 310212e23e
system: image: Remove an unused variable.
* gnu/system/image.scm (sytem-image): Remove it.
2022-09-07 14:24:52 +02:00
Mathieu Othacehe a1fb85a539
image: Use a default size partition value.
* gnu/image.scm (<partition>)[size]: Default to 'guess like the image record.
2022-09-07 14:24:52 +02:00
Mathieu Othacehe e0c1124a48
guix: platform: Use #false instead of #f.
* guix/platform.scm (<platform>): Adapt it.
2022-09-07 14:24:52 +02:00
(unmatched-parenthesis 7f037dfcdc
gnu: guix-modules: Remove instructions for GUIX_EXTENSIONS_PATH.
* gnu/packages/package-management.scm (guix-modules)[description]:
Remove instructions to set GUIX_EXTENSIONS_PATH.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-09-07 11:32:55 +03:00
(unmatched-parenthesis bbc1735be2
profiles: Implicitly set GUIX_EXTENSIONS_PATH.
* guix/build/profiles.scm (manifest-sexp->inputs+search-paths):
Always return a search path for GUIX_EXTENSIONS_PATH.
* guix/search-paths.scm ($GUIX_EXTENSIONS_PATH): New variable.

This allows Guix to find extensions without any need for users to
set GUIX_EXTENSIONS_PATH manually.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-09-07 11:30:31 +03:00
Pierre Neidhardt 0321ceef08
gnu: sbcl-mcclim: Also build clim-debugger.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Build clim-debugger.
(ecl-mcclim)[arguments]: Disable tests since they fail (also without clim-debugger).
2022-09-07 08:36:05 +02:00
Pierre Neidhardt 1e180f4523
gnu: sbcl-ctype: Build ctype-tfun as well.
* gnu/packages/lisp-xyz.scm (sbcl-ctype)[inputs]: Add sbcl-alexandria.
[arguments]: Build ctype-tfun as well.
2022-09-07 08:36:05 +02:00
Pierre Neidhardt 240cd23514
gnu: sbcl-concrete-syntax-tree: Update to 20210818.
* gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to 20210818.
[arguments]: Build all systems, not just the default.
2022-09-07 08:36:05 +02:00
Andrew Tropin 39b8f85a6e
.dir-locals.el: Update yas snippets directory.
* .dir-locals.el (eval): Update yas snippets directory.
2022-09-07 09:20:12 +03:00