aboutsummaryrefslogtreecommitdiff
path: root/guix/packages.scm
Commit message (Expand)AuthorAge
* Autoload (guix build syscalls).Ludovic Courtès2024-04-15
* packages: Honor target system for the inputs to ‘patch-and-repack’.Ludovic Courtès2023-12-03
* gnu: Use ‘libc-utf8-locales-for-target’.Janneke Nieuwenhuizen2023-12-02
* packages: Add ‘system’ parameter for ‘set-guile-for-build’.Ludovic Courtès2023-10-28
* guix: packages: Support package/inherit by package-field-location.Simon Tournier2023-09-06
* packages: 'package-transitive-supported-systems' detects cycles.Ludovic Courtès2023-06-14
* packages: 'package-direct-sources' correctly handles non-origin sources.Ludovic Courtès2023-04-21
* packages: Export guile-for-grafts.Christopher Baines2023-04-17
* packages: Remove 'origin-sha256' procedure.Bruno Victal2023-04-07
* packages: 'package-input-rewriting/spec' ignores hidden packages.Ludovic Courtès2023-03-13
* packages: Use SRFI-71 instead of SRFI-11.Ludovic Courtès2023-03-13
* packages: Consider 'patches' by 'package-direct-sources'.Simon Tournier2023-03-13
* guix: packages: Add type hint comment to home-page record field.jgart2022-12-19
* packages: Add 'package-upstream-name*'.Lars-Dominik Braun2022-12-13
* gnu: Resolve derivation lint warnings.Christopher Baines2022-12-06
* guix: modify-input: Recommend prepend instead of append.Vivien Kraus2022-11-21
* packages: Raise an exception for invalid 'license' values.Ludovic Courtès2022-10-10
* packages: Change the order of %SUPPORTED-SYSTEMS.Ludovic Courtès2022-06-16
* guix: packages: Add %32bit-supported-systems, %64bit-supported-systems.Efraim Flashner2022-06-12
* packages: Fix typo in package-superseded doc.Maxim Cournoyer2022-05-31
* packages: Use separate package/graft cache.Ludovic Courtès2022-05-18
* packages: Clarify comment about build-system package record field.jgart2022-03-22
* packages: Fix time-travel from Guix 1.1.0 / Guile < 2.2.7.Maxime Devos2022-03-21
* packages: 'modify-inputs' preserves outputs in 'replace' clauses.Ludovic Courtès2022-03-16
* packages: 'package-transitive-supported-systems' ignores '%current-target-sys...Ludovic Courtès2022-02-18
* gnu: bootstrap: Add support for riscv64-linux.Efraim Flashner2022-01-14
* packages: Avoid #:re-export-and-replace to allow upgrades from 1.2.0.Ludovic Courtès2021-12-22
* packages: 'modify-inputs' preserves and introduces input labels if needed.Ludovic Courtès2021-12-13
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * guix: packages: Clarify that list is a list of <license> records.jgart2021-11-13
* | guix: packages: Fix repacking of plain tarballs.Maxim Cournoyer2021-11-11
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * packages: Optionally validate Texinfo markup at expansion time.Ludovic Courtès2021-10-28
| * packages: Optimize 'package-transitive-supported-systems'.Ludovic Courtès2021-10-26
| * packages: Add 'package-development-inputs'.Ludovic Courtès2021-10-25
| * guix: packages: Add comment on license field.jgart via Guix-patches via2021-10-22
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * packages: Factorize and document 'computed-origin-method'.zimoun2021-09-30
* | packages: Use 'guile-for-grafts' for grafting.Ludovic Courtès2021-09-27
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\|
| * packages: Add 'package-definition-location'.Ludovic Courtès2021-09-13
| * packages: Store 'location' field as a literal vector.Ludovic Courtès2021-09-13
* | packages: Use 'lookup-package-input' and friends instead of 'package-input'.Maxime Devos2021-07-23
* | packages: Define this-package-input and this-package-native-input.Maxime Devos2021-07-14
* | packages: 'hidden-package' inherits the original package location.Ludovic Courtès2021-07-11
* | utils: Add 'go-to-location' with source location caching.Ludovic Courtès2021-07-11
* | packages: Add 'modify-inputs'.Ludovic Courtès2021-07-11
* | packages: Add 'lookup-package-input' & co.Ludovic Courtès2021-07-11
* | packages: Allow inputs to be plain package lists.Ludovic Courtès2021-07-11
* | packages: 'package-derivation' honors 'system' again.Ludovic Courtès2021-07-01