aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: python-sgp4: Use pyproject-build-system.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm (python-sgp4): [build-system]: Swap to pyproject-build-system. Change-Id: Iebaba503a439d858f1e603ab3f7e4bd17be2adb1 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-ephem: Use pyproject-build-system.Sharlatan Hellseher2024-05-30
| | | | | | | | * gnu/packages/astronomy.scm (python-ephem): Adjust indentation. [build-system]: Swap to pyproject-build-system. Change-Id: Idc21c004f93f2362a70b2e9fb874ff125fd8c3fa Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: python-sep: Refresh package style.Sharlatan Hellseher2024-05-30
| | | | | | | | | | | | | | * gnu/packages/astronomy.scm (python-sep): Refresh package style. [package]: Swap to package/inherit. [build-system]: Swap to pyproject-build-system. [arguments]: <#:test-flags>: Activate tests for Python. [native-inputs]: Do not modify inherited inputs, override instead. Add python-pytest. [propagated-inputs]: Override inputs. [synopsis]: Add Python specific synopsis. Change-Id: I86f68972eb51e9d546bcba6ee4f33de726c022e2 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: gcc-13: Remove unneeded patch for i586-gnu.Efraim Flashner2024-05-30
| | | | | | | * gnu/packages/gcc.scm (gcc-13)[arguments]: When building for i586-gnu delete the inherited phase 'patch-hurd-libpthread as it exists upstream. Change-Id: I0837dcff325b15b6975b34dbd7268faaa223ecdd
* gnu: gccgo-12: Fix building on riscv64-linux.Efraim Flashner2024-05-30
| | | | | | | | * gnu/packages/gcc.scm (make-gccgo)[arguments]: When building gccgo-12 for riscv64-linux don't add a phase to adjust the order of libgo dependencies. Change-Id: I600c744ce33ad802a5c466c19df41dcbb29a2be0
* gnu: mozjs: Fix build on riscv64-linux.Efraim Flashner2024-05-30
| | | | | | | | * gnu/packages/gnuzilla.scm (mozjs)[arguments]: When building for riscv64-linux adjust the 'adjust-tests phase to skip 2 more tests skipped by upstream. Change-Id: Ia5fbe6782e3d1d8e1904cdf49a35e0666837b277
* gnu: electron-cash: Update to 4.4.1.Guillaume Le Vaillant2024-05-30
| | | | | | * gnu/packages/finance.scm (electron-cash): Update to 4.4.1. Change-Id: I79e4bd3b039074440d897a72ca145c2b2adf0c48
* gnu: cl-cf: Update to 1.0-3.d386072.Guillaume Le Vaillant2024-05-30
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cf): Update to 1.0-3.d386072. Change-Id: I79ef6b23cfcb28f93d0530bbd3b0ff051a1b98f1
* gnu: bitcoin-unlimited: Update to 2.1.0.0.Guillaume Le Vaillant2024-05-30
| | | | | | * gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.1.0.0. Change-Id: I2faf7909c39bb72ceaf4d03b8bbb4f52e599fa3e
* gnu: cling: Update to 1.0.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/llvm.scm (%cling-version): Delete variable. (llvm-cling): Inherit from llvm-15 and update to version 13-20240318-01. [source]: Update source URL. Remove obsolete snippet. Add patches field. [outputs]: Delete field. [arguments]: Likewise. (clang-cling-runtime): Update to 13-20240318-01. Inherit from clang-runtime-13. Use llvm-cling source. [phases]: Use gexps. Add change-directory phase. (clang-cling): Update to 13-20240318-01. Inherit from clang-13. Use llvm-cling source. [arguments]: Use gexps. Add change-directory phase. (cling): Update to 1.0. [source]: Update URL. [phases] {patch-paths}: Adjust patching of the 'getResourceDir' variable. * gnu/packages/patches/cling-use-shared-library.patch: Rebase patch. * gnu/packages/patches/clang-cling-13-libc-search-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I5d1f2c4d36ca226116bc74c2578154f86413f9e9
* gnu: linux-libre-with-bpf: Deprecate in favor of linux-libre.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | | | The kernel has progressively enabled the BPF settings, to the point where having a separate kernel for it makes little sense, so repatriate the few non-default BPF-related configs to our main kernel. * gnu/packages/linux.scm (%bpf-extra-linux-options): Delete variable. (default-extra-linux-options): Enable CONFIG_NET_CLS_BPF and CONFIG_NET_ACT_BPF. CONFIG_IKHEADERS is dropped as it adds 4 MiB to the kernel image and appears somewhat redundant with BTF debug info. (linux-libre-with-bpf): Deprecate to linux-libre. Change-Id: Id672241916dcbcdca7cbc16d869d00223446cd3d
* gnu: linux-libre: Enable Zstd compression of kernel modules.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | This brings the on disk size of the kernel from 164 MiB to 144 MiB, or about 12%. * gnu/packages/linux.scm (default-extra-linux-options) [version>=5.13]: Enable CONFIG_MODULE_COMPRESS_ZSTD, else CONFIG_MODULE_COMPRESS_GZIP. (make-linux-libre*) [phases] {set-environment}: Set ZSTD_CLEVEL environment variable to 19. [native-inputs]: Add zstd. * gnu/build/linux-modules.scm (module-regex): Add .zst to regexp. Update doc. (modinfo-section-contents): Extend support to Zstd compressed module. (dot-ko): Register the 'zstd compression type. (ensure-dot-ko, file-name->module-name, load-linux-module*) (module-name->file-name/guess, write-module-name-database) (write-module-alias-database, write-module-device-database): Update doc. (module-name-lookup): Also consider zstd-compressed modules. * gnu/installer.scm (installer-program): Add guile-zstd extension to gexp. * gnu/system/linux-initrd.scm (flat-linux-module-directory): Likewise. Decompress zstd-compressed modules for use in initrd. * guix/profiles.scm (linux-module-database): Add guile-zstd extension to gexp. Change-Id: Ide899dc5c58ea5033583b1a91a92c025fc8d901a
* gnu: linux-libre: Enable BTF debug info.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | | | | This is needed for software making use of eBPF programs, such as the sysdig utility, among others. For more information about BPF, see: <https://brendangregg.com/blog/2020-11-04/bpf-co-re-btf-libbpf.html>. * gnu/packages/linux.scm (%default-extra-linux-options): Enable CONFIG_DEBUG_INFO, CONFIG_DEBUG_INFO_BTF, CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT, CONFIG_BPF_JIT, CONFIG_BPF_JIT_ALWAYS_ON, CONFIG_BPF_SYSCALL and BPF_UNPRIV_DEFAULT_OFF. Disable CONFIG_DEBUG_INFO_REDUCED. (make-linux-libre*) [native-inputs]: Add dwarves, python-wrapper and zlib. Change-Id: Idfc64f82aa404e86168bffcf721a325f9e807f75
* gnu: linux: Turn %default-extra-linux-options into a procedure.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | | | | | This is to allow version-specific options to the list of defaults. * gnu/packages/linux.scm (%default-extra-linux-options): Transform to... (default-extra-linux-options): ... this procedure, which accepts a 'version' argument. (make-linux-libre, linux-libre-arm-generic, linux-libre-arm-generic-5.10) (linux-libre-arm-generic-5.4, linux-libre-arm64-generic) (linux-libre-arm64-generic-5.10, linux-libre-arm64-generic-5.4) (linux-libre-riscv64-generic, linux-libre-mips64el-fuloong2e) (linux-libre-with-bpf): Adjust accordingly. * doc/guix-cookbook.texi (Customizing the Kernel): Adjust accordingly. Change-Id: Ifd3be8b7ed8699bada224a938dbc84205366ff3d
* gnu: make-linux-libre*: Run install targets in parallel.Maxim Cournoyer2024-05-29
| | | | | | | | | This reduces the total build time by about 20%. * gnu/packages/linux.scm (make-linux-libre*) [phases] {install}: Ensure that -jN is used for the install targets. Also honor make flags. Change-Id: Ib3f4fdcbdeab736315a91eafa8d6d1dff5b89884
* gnu: make-linux-libre*: Set KBUILD_BUILD_VERSION for reproducibility.Maxim Cournoyer2024-05-29
| | | | | | | * gnu/packages/linux.scm (make-linux-libre*) [phases] {set-environment}: Set KBUILD_BUILD_VERSION to 1. Change-Id: I6c2e561605a13c757a4eb4d1c59343ba26464067
* gnu: Add dwarves.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/linux.scm (dwarves): New variable. Change-Id: Ib2452868eae76bea95060a70e568dfb6e84b2a75
* gnu: Add sysdig.Maxim Cournoyer2024-05-29
| | | | | | | | * gnu/packages/admin.scm (sysdig): New variable. * gnu/packages/patches/sysdig-shared-falcosecurity-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I02b64db7a548e17ea83beb1ea27db87d29e99cf1
* gnu: Add falcosecurity-libs.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | * gnu/packages/linux.scm (falcosecurity-libs): New variable. * gnu/packages/patches/falcosecurity-libs-install-pman.patch * gnu/packages/patches/falcosecurity-libs-libscap-pc.patch * gnu/packages/patches/falcosecurity-libs-pkg-config.patch * gnu/packages/patches/falcosecurity-libs-shared-library-fix.patch * gnu/packages/patches/falcosecurity-libs-libsinsp-pkg-config.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: I0cb15e6a25256598678fc20eb298ad947d699ef4
* gnu: libbpf: Update to 1.4.1.Maxim Cournoyer2024-05-29
| | | | | | | | * gnu/packages/linux.scm (libbpf): Update to 1.4.1. [phases] {install-linux-bpf-headers}: New phase. [native-inputs]: Add linux-libre-headers-6.8. Change-Id: I969a017b0ed52c1a611b3fe0d90d5b8703d35e73
* gnu: libbpf: Use gexps.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/linux.scm (libbpf) [arguments]: Use gexps. Change-Id: I5529cda3b316a24b48f4a33bfd685695614350bb
* gnu: Add valijson.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/serialization.scm (valijson): New variable. Change-Id: I604a0ecdd5ffaa256db4053b77e760d549881f33
* gnu: grpc: Propagate abseil-cpp-cxxstd11.Maxim Cournoyer2024-05-29
| | | | | | | * gnu/packages/rpc.scm (grpc) [native-inputs]: Move abseil-cpp-cxxstd11 to... [propagated-inputs]: ... here. Change-Id: I5bceefa762494423c0bc40b559bcf243ecdf85d8
* gnu: grpc: Modernize.Maxim Cournoyer2024-05-29
| | | | | | | | * gnu/packages/rpc.scm (grpc) [arguments]: Use gexps. Delete trailing #t. [native-inputs]: Remove labels. * gnu/packages/rpc.scm (grpc-1.16.1) [arguments]: Use gexps. Change-Id: I0e89d246cc62a293274a32344108a7249f343257
* gnu: nss/fixed: Hasten test suite.Maxim Cournoyer2024-05-29
| | | | | | | | | | This causes the test suite to run in about in nearly a third of the original time (from 145 min to 52 minutes on a particular machine). * gnu/packages/nss.scm (nss/fixed) [phases] {check}: Set NSS_CYCLES environment variable to 'standard'. Change-Id: I5dab1ed16b302af2276b0f075a790f6193edbe95
* gnu: jami: Work toward reinstating functional tests.Maxim Cournoyer2024-05-29
| | | | | | | | | | * gnu/packages/patches/jami-enable-testing.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/jami.scm (jami) [source]: Apply it. [phases] <check>: Use 'ctest' to run tests. Update comment explaining why the QML test suite is disabled. Change-Id: I5c9333a3b5064ecec9a2dd4fe13ae597d5354b7c
* gnu: jami: Update to 20240524.0.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | | | * gnu/packages/jami.scm (libjami): Update to 20240524.0. [source]: Remove stale integration tests patch. [arguments] <#tests?> Set to #f, disabling tests. [inputs]: Replace libgit2-1.6 with libgit2-1.8. [phases] <move-jamid>: Update comment. * gnu/packages/patches/jami-disable-integration-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. (jami): Update to 20240524.0. Series-postfix: telephony-team Change-Id: I6e46ca936951ff41e8f322eed2b5a663e1e3d197
* gnu: ffmpeg-jami: Enable pipewire support.Maxim Cournoyer2024-05-29
| | | | | | | | | | * gnu/packages/video.scm (ffmpeg-jami) [arguments]: Update configure flags. [inputs]: Add pipewire. * gnu/packages/patches/ffmpeg-jami-pipewiregrab-source-filter.patch: Fix includes. Change-Id: Ife3bf532496bc06144c1cbbcea50e406a58ecc7a
* gnu: dhtnet: Update to 0.0.1-3.7733109.Maxim Cournoyer2024-05-29
| | | | | | | | * gnu/packages/networking.scm (dhtnet): Update to 0.0.1-3.7733109. [arguments] <delete-problematic-tests>: Update comment for disabling connectionManager. Also disable the new turnCache and peerDiscovery tests. Change-Id: I68ca66283e9b7b79411b1735f7bbec68eb41f77e
* gnu: pjproject-jami: Update to 2.13.1-2.797f1a3.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/telephony.scm (pjproject-jami): Update to 2.13.1-2.797f1a3. Change-Id: I7a037ee040f5c8ae9b038eada4a33e89559b5332
* gnu: opendht: Update to 3.1.11-0.318d02c.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/networking.scm (opendht): Update to 3.1.11-0.318d02c. Change-Id: I36f7bb3a5979e3286c9a54b29dceb7daf6161b7a
* gnu: opendht: Update to 3.1.11.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/networking.scm (opendht): Update to 3.1.11. Change-Id: I47fec950c1c9e68e63b337a6262d7b047dbaa24c
* gnu: Add libgit2-1.8.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/version-control.scm (libgit2-1.8): New variable. Change-Id: I6400e5699a363ba500d1fa1939fa0e2b7fdac285
* gnu: cl-ctype: Update to 0.0.0-2.9b824aa.jgart2024-05-29
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-ctype): Update to 0.0.0-2.9b824aa. [arguments]: Add missing asd system. Change-Id: I0914513c0cddb9a53ee27a87ed2a2b87b1321d6a
* gnu: python-phonenumbers: Update to 8.13.37.jgart2024-05-29
| | | | | | * gnu/packages/python-xyz.scm (python-phonenumbers): Update to 8.13.37. Change-Id: I4c3ab22f9b0c3cb1e45c0b2c9ff265457542bcb8
* gnu: buildah: Update to 1.36.0.Tomas Volf2024-05-29
| | | | | | | * gnu/packages/containers.scm (buildah): Update to 1.36.0. Change-Id: Ic0ae640f34b1768fedb0b4859dbc2e48c9ccf407 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: htop: Update to 3.3.0.Wilko Meyer2024-05-29
| | | | | | | * gnu/packages/admin.scm (htop): Update to 3.3.0. Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: ascii: Update to 3.30.Artyom V. Poptsov2024-05-29
| | | | | | | * gnu/packages/shellutils.scm (ascii): Update to 3.30. Change-Id: I7d7825ff55c262693d29e8e176e1c8a4db532657 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: wayland-utils: Update to 1.2.0.Wilko Meyer2024-05-29
| | | | | | | * gnu/packages/freedesktop.scm (wayland-utils): Update to 1.2.0. Change-Id: I14ca339a150cf7e1e686275decaff09ebf4ccb63 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add roswell.bigbug2024-05-28
| | | | | | | | * gnu/packages/lisp.scm (roswell): New variable. Change-Id: Ic698da54d0c4160fe7ac9dfd32474ea439295537 Modified-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: grub: Ignore metadata-csum-seed feature of ext4.Lars-Dominik Braun2024-05-27
| | | | | | | | * gnu/packages/patches/grub-ignore-metadata-csum-seed.patch: New file. * gnu/local.mk: Register it. * gnu/packages/bootloaders.scm (grub): Use it. Change-Id: I3bfed24b38ecf31b85ed4ac654399fca2d2e12f6
* gnu: emacs-arei: Update to 0.9.5.Andrew Tropin2024-05-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.5. Change-Id: Ic9303669a29887a9dc29c9a816b6422447f79d95
* gnu: guile-ares-rs: Update to 0.9.5.Andrew Tropin2024-05-27
| | | | | | * gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.5. Change-Id: Ib64c111ffbdf83b385366512a18d0ab621448531
* gnu: cl-dissect: Update to 1.0.0-2.a70cabc.Andre A. Gomes2024-05-27
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dissect): Update to 1.0.0-2.a70cabc. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I83cc8cfa25bdb6725f7fa59ce8d135cb6ccb9565
* gnu: Add cl-data-structures.Guillaume Le Vaillant2024-05-27
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-data-structures, cl-data-structures, ecl-cl-data-structures): New variable. Change-Id: I449f41e427d3f40ddcc223cf2df6d7de00c56c72
* gnu: Add cl-more-conditions.Guillaume Le Vaillant2024-05-27
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-more-conditions, ecl-more-conditions, sbcl-more-conditions): New variables. Change-Id: I2854d9054fa6ae3a1e7fc0c8532ca69c8e25c93b
* gnu: ovmf: Deprecate in favor of ovmf-x86-64.Efraim Flashner2024-05-27
| | | | | | | * gnu/packages/firmware.scm (ovmf): Deprecate package in favor of ovmf-x86-64. Change-Id: I912c2b122f80a7f3fd473b8d91ae6e714b27808f
* gnu: Use new ovmf firmware packages.Efraim Flashner2024-05-27
| | | | | | | | | | | * doc/guix.texi (Invoking guix system): Update qemu command to use ovmf-x86-64. * gnu/packages/virtualization.scm (xen)[inputs]: Replace ovmf with ovmf-i686. * gnu/tests/install.scm (uefi-firmware): Use system appropriate ovmf firmware. Change-Id: Ia2ff76eaf766c8d4fb0be4a7cc7b8941574433d0
* gnu: ovmf-riscv64: Update to 202402.Efraim Flashner2024-05-27
| | | | | | | * gnu/packages/firmware.scm (ovmf-riscv64): Update to 202402. Build using make-ovmf-firmware. Change-Id: I1a7dcaac3975669a61723b929162ad33affa1619
* gnu: ovmf-arm: Update to 202402.Efraim Flashner2024-05-27
| | | | | | | * gnu/packages/firmware.scm (ovmf-arm): Update to 202402. Build using make-ovmf-firmware. Change-Id: I1adf1afc9ceb29db373c2e0d05d42a3c68232cb5