summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
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
2022-05-18packages: Use separate package/graft cache.Ludovic Courtès
2022-03-22packages: Clarify comment about build-system package record field.jgart
2022-03-21packages: Fix time-travel from Guix 1.1.0 / Guile < 2.2.7.Maxime Devos
2022-03-16packages: 'modify-inputs' preserves outputs in 'replace' clauses.Ludovic Courtès
2022-02-18packages: 'package-transitive-supported-systems' ignores '%current-target-sys...Ludovic Courtès
2022-01-14gnu: bootstrap: Add support for riscv64-linux.Efraim Flashner
2021-12-22packages: Avoid #:re-export-and-replace to allow upgrades from 1.2.0.Ludovic Courtès
2021-12-13packages: 'modify-inputs' preserves and introduces input labels if needed.Ludovic Courtès
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-13guix: packages: Clarify that list is a list of <license> records.jgart
2021-11-11guix: packages: Fix repacking of plain tarballs.Maxim Cournoyer
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-28packages: Optionally validate Texinfo markup at expansion time.Ludovic Courtès
2021-10-26packages: Optimize 'package-transitive-supported-systems'.Ludovic Courtès
2021-10-25packages: Add 'package-development-inputs'.Ludovic Courtès
2021-10-22guix: packages: Add comment on license field.jgart via Guix-patches via
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-30packages: Factorize and document 'computed-origin-method'.zimoun
2021-09-27packages: Use 'guile-for-grafts' for grafting.Ludovic Courtès
2021-09-17Merge branch 'master' into core-updates-frozenMarius Bakke
2021-09-13packages: Add 'package-definition-location'.Ludovic Courtès
2021-09-13packages: Store 'location' field as a literal vector.Ludovic Courtès
2021-07-23packages: Use 'lookup-package-input' and friends instead of 'package-input'.Maxime Devos
2021-07-14packages: Define this-package-input and this-package-native-input.Maxime Devos
2021-07-11packages: 'hidden-package' inherits the original package location.Ludovic Courtès
2021-07-11utils: Add 'go-to-location' with source location caching.Ludovic Courtès