summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2026-01-14guix: Spelling corrections.Efraim Flashner
2025-10-23packages: Add ‘define-deprecated-package’.Ludovic Courtès
2025-09-23packages: Add x86_64-gnu to %cuirass-supported-systems.Yelninei
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
2025-09-18Update Maxim's email address.Maxim Cournoyer
2025-09-11packages: ‘package-field-location’ returns a <location> for atoms.Ludovic Courtès
2025-04-25packages: Add riscv64-linux to %cuirass-supported-systems.Zheng Junjie
2025-04-01import: pypi: Fix null at home-page.Evgeny Pisemsky
2025-03-08packages: Honor system and target system for graft replacements.David Elsing
2025-02-19guix: Fix some misspellings.Efraim Flashner
2025-01-28grafts: Allow file-like objects in the ‘replacement’ field of <graft>.Ludovic Courtès
2025-01-19grafts: Only compute necessary graft derivations.David Elsing
2024-12-18packages: Add #:recursive? to ‘package-input-rewriting’.Ludovic Courtès
2024-12-16packages: Use origin file names as their input labels.Ludovic Courtès
2024-12-03gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd.Janneke Nieuwenhuizen
2024-12-02packages: 'package-input-rewriting/spec' optionally replace hidden.Greg Hogan
2024-08-31packages: Silence tar's support for --sort check output.Maxim Cournoyer
2024-08-31packages: Fix repacked file name extension when zstd is unavailable.Maxim Cournoyer
2024-08-31packages: Repack patched source archives via zstd by default.Maxim Cournoyer
2024-08-31packages: Output and error ports are line-buffered in ‘patch-and-repack’.Ludovic Courtès
2024-08-31packages: Remove reference to ‘glibc-utf8-locales’ in ‘patch-and-repack...Ludovic Courtès
2024-07-23graft: Perform grafts with guile-final.Efraim Flashner
2024-07-15guix: packages: Add &unsupported-cross-compilation-target-error.Christopher Baines
2024-07-15guix: packages: Add new &package-unsupported-target-error.Christopher Baines
2024-06-24gnu: patch: Update to latest commit [security fixes].Maxim Cournoyer
2024-05-05packages: ‘sanitize-inputs’ does not add labels when unnecessary.Ludovic Courtès
2024-05-04packages: Reduce code bloat due to list allocation in input fields.Ludovic Courtès
2024-05-04packages: ‘define-public’ replacement calls ‘module-export!’ directly.Ludovic Courtès
2024-05-04packages: Reduce bloat induced by ‘sanitize-inputs’.Ludovic Courtès
2024-04-15Autoload (guix build syscalls).Ludovic Courtès
2023-12-03packages: Honor target system for the inputs to ‘patch-and-repack’.Ludovic Courtès
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’.Janneke Nieuwenhuizen
2023-10-28packages: Add ‘system’ parameter for ‘set-guile-for-build’.Ludovic Courtès
2023-09-06guix: packages: Support package/inherit by package-field-location.Simon Tournier
2023-06-14packages: 'package-transitive-supported-systems' detects cycles.Ludovic Courtès
2023-04-21packages: 'package-direct-sources' correctly handles non-origin sources.Ludovic Courtès
2023-04-17packages: Export guile-for-grafts.Christopher Baines
2023-04-07packages: Remove 'origin-sha256' procedure.Bruno Victal
2023-03-13packages: 'package-input-rewriting/spec' ignores hidden packages.Ludovic Courtès
2023-03-13packages: Use SRFI-71 instead of SRFI-11.Ludovic Courtès
2023-03-13packages: Consider 'patches' by 'package-direct-sources'.Simon Tournier
2022-12-19guix: packages: Add type hint comment to home-page record field.jgart
2022-12-13packages: Add 'package-upstream-name*'.Lars-Dominik Braun
2022-12-06gnu: Resolve derivation lint warnings.Christopher Baines
2022-11-21guix: modify-input: Recommend prepend instead of append.Vivien Kraus
2022-10-10packages: Raise an exception for invalid 'license' values.Ludovic Courtès
2022-06-16packages: Change the order of %SUPPORTED-SYSTEMS.Ludovic Courtès
2022-06-12guix: packages: Add %32bit-supported-systems, %64bit-supported-systems.Efraim Flashner
2022-05-31packages: Fix typo in package-superseded doc.Maxim Cournoyer