aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: utils: Raise error in modify-phases upon missing key.Carlo Zancanaro2024-08-31
| | | | | | | | | | * guix/build/utils.scm (alist-cons-before) (alist-cons-after): Error with a match failure if the reference is not found, instead of appending to the alist. * tests/build-utils.scm: Update tests to match the new behavior. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3044b101bd06231d5cd55a544ac1009e6ce6f9a0
* gnu: git: Install zsh completions and git-prompt.Liliana Marie Prikler2024-08-31
| | | | | | | | * gnu/packages/version-control.scm (git)[#:phases]<install-shell-completion>: Also install git-prompt and zsh _git site function. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I76c45e117715a13db96ef0dda4ad6ea9af3a1882
* gnu: git-minimal: Add coreutils and sed to PATH.Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/65924>. * gnu/packages/version-control.scm (git-minimal) [arguments] <imported-modules>: New field. <modules>: Augment with (ice-9 match), (ice-9 textual-ports) and (guix search-paths). <phases>: Add patch-commands phase. [inputs]: Add coreutils-minimal and sed. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: I8e3dbbd24ef7f8fa98a392a36617b07fe632cd15
* gnu: git: Invert inheritance relationship.Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | It's simpler to add features on top of a minimal variant than to remove them, and helps avoiding mistakenly changing git-minimal, which has many dependents. * gnu/packages/version-control.scm (git-minimal): Move above git and severe inheritance. Remove input label. Repatriate most fields from... (git): ... here. Define as package/inherit to inherit from git-minimal. Extend minimal values instead of overriding them whole. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: Ia0ef0e7e4f007c2fafad3550344638b6661a408b
* gnu: git: Remove labels and use gexps.Maxim Cournoyer2024-08-31
| | | | | | | | | | * gnu/packages/version-control.scm (git) [native-inputs, inputs]: Remove labels. [arguments]: Use gexps. Use gexp variables input searching procedures where it makes sense. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: I1c5d0bb5eb9639342c11af94dca2ae2174496459
* gnu: socat: Update to 1.7.4.4.Bruno Victal2024-08-31
| | | | | | | * gnu/packages/networking.scm (socat): Update to 1.7.4.4. [inputs]: Add readline for READLINE support. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: perl-xml-xpath: Update to 1.48.Bruno Victal2024-08-31
| | | | | | | * gnu/packages/xml.scm (perl-xml-xpath): Update to 1.48. [native-inputs]: Add perl-test-leaktrace. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: perl-xml-xpath: Wrap xpath command.Bruno Victal2024-08-31
| | | | | | | | * gnu/packages/xml.scm (perl-xml-xpath)[arguments]: Wrap xpath. Add test for wrapped xpath. [description]: Document xpath command presence. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: %objc++-search-paths: Express using $LIBRARY_PATH.Maxim Cournoyer2024-08-31
| | | | * gnu/packages/gcc.scm (%objc++-search-paths): Express using $LIBRARY_PATH.
* gnu: gccgo-4.9: Express search paths via (guix search-paths) variables.Maxim Cournoyer2024-08-31
| | | | | * gnu/packages/gcc.scm (gccgo-4.9) [native-search-paths]: Express search paths via (guix search-paths) variables.
* gnu: gcc-2.95: Express search paths via (guix search-paths) variables.Maxim Cournoyer2024-08-31
| | | | | * gnu/packages/gcc.scm (gcc-2.95) [native-search-paths]: Express search paths via (guix search-paths) variables.
* gnu: gcc-4.7: Use %gcc-search-paths for native-search-paths.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/gcc.scm (gcc-4.7) [native-search-paths]: Use %gcc-search-paths. Change-Id: Ia9acc98c2f7c7bc101ac43a4288ee4368c2b3dfa
* gnu: gawk: Update to 5.2.2.Efraim Flashner2024-08-31
| | | | * gnu/packages/gawk.scm (gawk): Update to 5.2.2.
* gnu: gzip: Update to 1.13.Efraim Flashner2024-08-31
| | | | * gnu/packages/compression.scm (gzip): Update to 1.13.
* gnu: libgccjit: Track the default GCC version.Efraim Flashner2024-08-31
| | | | | * gnu/packages/gcc.scm (libgccjit): Rewrite to use the default gcc version.
* gnu: doxygen: Update to 1.9.8.Maxim Cournoyer2024-08-31
| | | | * gnu/packages/documentation.scm (doxygen): Update to 1.9.8.
* gnu: glibc: Add $TZDIR native search path.Maxim Cournoyer2024-08-31
| | | | * gnu/packages/base.scm (glibc) [native-search-paths]: Add $TZDIR.
* gnu: pcsc-lite: Update to 2.0.0.Arjan Adriaanse2024-08-31
| | | | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 2.0.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: docbook-dsssl: Switch to copy-build-system.Bruno Victal2024-08-31
| | | | | | | | | | * gnu/packages/docbook.scm (docbook-dsssl)[build-system]: Switch to copy-build-system. [arguments]: Add phase to install documentation as separate output. (docbook-dsssl-doc)[build-system]: Switch to copy-build-system. [arguments]: Adapt to new build-system. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: docbook: Refactor dblatex packages.Bruno Victal2024-08-31
| | | | | | | | | * gnu/packages/docbook.scm (dblatex): Rewrite using G-Expressions. (dblatex/stable): Use modify-inputs. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic4c974c60a80871c5bf4764b88b913c871208b3f
* gnu: docbook: Refactor docbook-sgml packages.Bruno Victal2024-08-31
| | | | | | | | | | | | | | * gnu/packages/docbook.scm (docbook-sgml)[build-system]: Switch to copy-build-system. [arguments]: Replace #:builder with #:install-plan. Add phases 'fix-permission and 'patch-iso-entities. [sources]: Use url-fetch/zipbomb. (docbook-sgml-4.1, docbook-sgml-3.1)[sources]: Ditto. (iso-8879-entities)[source]: Ditto. [build-system]: Switch to copy-build-system. [native-inputs]: Restyle. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: docbook-utils: Refactor package.Bruno Victal2024-08-31
| | | | | | | | * gnu/packages/docbook.scm (docbook-utils)[description]: Fix description. [source]: Patch source in snippet. [arguments]: Remove. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: docbook-xsl-1.79.1: Refactor package.Bruno Victal2024-08-31
| | | | | | | | | | * gnu/packages/docbook.scm (docbook-xsl-1.79.1)[source]: Remove bundled binary files. [arguments]: Use #:install-plan. Patch catalog.xml using xmlcatalog. Add phase 'install-doc. [native-inputs]: Add libxml2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: docbook-xsl: Refactor package.Bruno Victal2024-08-31
| | | | | | | | | | * gnu/packages/docbook.scm (docbook-xsl)[source]: Patch in snippet. [arguments]: Use sxml representation for xmlc file. Use xmlcatalog to manipulate catalog.xml instead of substitute*. Use #:install-plan instead of replacing 'install phase. [native-inputs]: Add docbook-xml-4.4 and libxml2, required for tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: wget: Update to 1.21.4.Andreas Enge2024-08-31
| | | | * gnu/packages/wget.scm (wget): Update to 1.21.4.
* gnu: psutils: Stop installing broken scripts.Tobias Geerinckx-Rice2024-08-31
| | | | | * gnu/packages/ghostscript.scm (psutils)[inputs]: Add perl-ipc-run3. [arguments]: Add a new 'wrap-scripts phase.
* gnu: libinput: Add missing file-name.From: Hilton Chain2024-08-31
| | | | | | * gnu/packages/freedesktop.scm (libinput)[source]: Use GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: libinput: Update to 1.23.0.Hilton Chain2024-08-31
| | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.23.0. [native-inputs]: Add python-minimal-wrapper and python-pytest. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Change-Id: I207898dc6971e9fa7be24b7ba9c8fc1887ec930e
* gnu: kexec-tools: Update to 2.0.26.Tobias Geerinckx-Rice2024-08-31
| | | | * gnu/packages/linux.scm (kexec-tools): Update to 2.0.26.
* gnu: cups-filters: Sort inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/cups.scm (cups-filters) [inputs]: Sort. Change-Id: I0c9527ae72bc569030aa49a2f003e0061e3af20b
* gnu: cups-filters: Add coreutils and sed to wrapped PATH.Emmanuel Beffara2024-08-31
| | | | | | | | * gnu/packages/cups.scm (cups-filters) [arguments]: Add coreutils and sed to PATH in wrap-filters phase. [inputs]: Add coreutils and sed. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: iproute2: Update to 6.4.0.Tobias Geerinckx-Rice2024-08-31
| | | | * gnu/packages/linux.scm (iproute): Update to 6.4.0.
* gnu: Add emacs-capf-autosuggest.Danny Milosavljevic2024-08-30
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-capf-autosuggest): New variable. Change-Id: I258c5344bf126cec5c02d5a534222a0f47a8749a
* gnu: Add complgen.Suhail Singh2024-08-30
| | | | | | | * gnu/packages/rust-apps.scm (complgen): New variable. Change-Id: Icfd633a7f0038e4f19afe6af6921f117e188fd50 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-ustr-0.9.Suhail Singh2024-08-30
| | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-bindgen-0.53): New variable. (rust-cexpr-0.2): New variable. (rust-clang-sys-0.23): New variable. (rust-fasthash-0.4): New variable. (rust-fasthash-sys-0.3): New variable. (rust-spin-0.7): New variable. (rust-string-cache-shared-0.3): New variable. (rust-ustr-0.9): New variable. (rust-which-1): New variable. (rust-xoroshiro128-0.3): New variable. Change-Id: I69588de3aa84215f613500a14851be7d1754463f Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-slice-group-by-0.3.Suhail Singh2024-08-30
| | | | | | | * gnu/packages/crates-io.scm (rust-slice-group-by-0.3): New variable. Change-Id: Ib044c37db12f93a9ebe1cd1457055ef1c3b5d763 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-roaring-0.10.Suhail Singh2024-08-30
| | | | | | | | * gnu/packages/crates-io.scm (rust-roaring-0.10): New variable. (rust-retain-mut-0.1.7): New variable. Change-Id: I71b582e85384caecbfff08f3b4fbac899e71255b Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-railroad-0.2.Suhail Singh2024-08-30
| | | | | | | | * gnu/packages/crates-io.scm (rust-railroad-0.2): New variable. (rust-railroad-verification-0.1): New variable. Change-Id: If4a5b474cff1e78ff156b56e4192842e1b20155b Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-nom-locate-4.Suhail Singh2024-08-30
| | | | | | | * gnu/packages/crates-io.scm (rust-nom-locate-4): New variable. Change-Id: I5237f0b6e3463bbd5cd2048060334f88cf75d27a Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-chic-1.Suhail Singh2024-08-30
| | | | | | | | * gnu/packages/crates-io.scm (rust-chic-1): New variable. (rust-annotate-snippets-0.6): New variable. Change-Id: Ibf939b8a15a9135a66bf41e3a39ed1c25c32dbaf Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libgit2@1.8: Fix more uninitialized value uses.Ludovic Courtès2024-08-29
| | | | | | | | | Fixes <https://issues.guix.gnu.org/72859>. * gnu/packages/patches/libgit2-uninitialized-proxy-settings.patch: Update. Reported-by: Rodion Goritskov <rodion.goritskov@gmail.com> Change-Id: I4fc1eec1094139572a02bce2dd15d3664dbf2c49
* Revert "gnu: Add go-github-com-ipfs-go-ipfs-posinfo."Sharlatan Hellseher2024-08-29
| | | | | | | | | This reverts commit db1b89d8e63c84e548c79b932247917a73d20890. It was accidently pushed after review precess and attempt to exclude it from Kubo, introduce regression seen in <https://ci.guix.gnu.org/build/5513172/log/raw>. The project is deprecated and patch is not required.
* gnu: xpra: Update to 6.1.2.Andy Tai2024-08-29
| | | | | | | * gnu/packages/xorg.scm (xpra): Update to 6.1.2. Change-Id: Ib1f4ed522c94cbfa1ff1b874dad1ee2f0b74baf3 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: opencv: Update to 4.10.0Andy Tai2024-08-29
| | | | | | | * gnu/packages/image-processing.scm (opencv): Update to 4.10.0. Change-Id: I4de85cdaa744386deb8162a689dca23003c150ef Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: uriparser: Fix cross-compilation.Zheng Junjie2024-08-29
| | | | | | | * gnu/packages/web.scm (uriparser)[arguments]: When cross-compilation, Set -DURIPARSER_BUILD_TESTS=OFF. Change-Id: I003fbc37e82ed308998490b7bbba2aad6a0b7f55
* gnu: uriparser: Update to 0.9.8.Artyom V. Poptsov2024-08-29
| | | | | | | | * gnu/packages/web.scm (uriparser): Update to 0.9.8. [source]: Switch to git-fetch. Change-Id: I12ed35eebd9719aac83e5838cdec6e81529763ae Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: uniutils: Use GEXPs.Artyom V. Poptsov2024-08-29
| | | | | | | * gnu/packages/textutils.scm (uniutils): Use GEXPs. Change-Id: I9e59018b41820778b92e69aad2f64c715986c4e9 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: uniutils: Update to 2.28.Artyom V. Poptsov2024-08-29
| | | | | | | | * gnu/packages/textutils.scm (uniutils): Update to 2.28. [source]: Change HTTP to HTTPS in the URI. Change-Id: I8c01c6021bf9f28c2bd9a6039ff26a8dc5e4dd16 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: ascii2binary: Fix cross-compilation.Zheng Junjie2024-08-29
| | | | | | | | * gnu/packages/textutils.scm (ascii2binary): Fix cross-compilation. [native-inputs]: Add autoconf, automake. [arguments]: Add fix-rpl_malloc phase. Change-Id: Iefaca353490a17f9263431f60db33218a22e914c
* gnu: kubo: Unbundle more inputs.Artyom V. Poptsov2024-08-29
| | | | | | | | | | | * gnu/packages/ipfs.scm (kubo): [snippet]: Delete "vendor/github.com/libp2p/go-doh-resolver" and "vendor/github.com/libp2p/go-bitfield". [inputs]: Add go-github-com-libp2p-go-doh-resolver, and go-github-com-ipfs-go-bitfield. Change-Id: I417802e02b482164fdb65852a19187fb63bd9199 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>