summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2021-11-13guix: packages: Clarify that list is a list of <license> records.jgart
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-09-30packages: Factorize and document 'computed-origin-method'.zimoun
2021-09-13packages: Add 'package-definition-location'.Ludovic Courtès
2021-09-13packages: Store 'location' field as a literal vector.Ludovic Courtès
2021-04-29packages: 'package-with-patches' preserves package location.Ludovic Courtès
2021-03-23Add powerpc64le-linux as a supported Guix architecture.Chris Marusich
2021-03-10ci: Remove hydra support.Mathieu Othacehe
2021-02-23packages: Improve the docstring of PACKAGE/INHERIT.Leo Famulari
2021-02-22packages: 'package-field-location' preserves the original file name.Ludovic Courtès
2021-02-22packages: 'package-field-location' handles 'search-path' returning #f.Ludovic Courtès
2021-01-11packages: Fix 'base32' used before definition warning.Maxim Cournoyer
2020-10-20packages: Better preserve object identity when rewriting.Ludovic Courtès
2020-10-12packages: Add 'package-with-c-toolchain'.Ludovic Courtès
2020-09-27packages: 'package-input-rewriting' has a #:deep? parameter.Ludovic Courtès
2020-09-27packages: 'package-mapping' correctly recurses into 'replacement'.Ludovic Courtès
2020-09-27packages: 'package-input-rewriting/spec' can rewrite implicit dependencies.Ludovic Courtès
2020-09-27packages: 'package-mapping' can recurse on implicit inputs.Ludovic Courtès
2020-08-31packages: <content-hash> printer gracefully handle #f values.Ludovic Courtès
2020-07-13packages: Ensure bags are insensitive to '%current-system'.Ludovic Courtès
2020-06-27packages: Recognize SHA3 and BLAKE2s for 'content-hash'.Ludovic Courtès
2020-06-11packages: 'package-grafts' returns grafts for all the relevant outputs.Ludovic Courtès
2020-06-06packages: Make 'bag-grafts' insensitive to '%current-target-system'.Ludovic Courtès
2020-05-22packages: Introduce <content-hash> and use it in <origin>.Ludovic Courtès
2020-05-22packages: Add 'base64' macro.Ludovic Courtès
2020-05-14packages: Ensure bags are insensitive to '%current-target-system'.Ludovic Courtès
2020-04-23Merge branch 'master' into core-updatesMarius Bakke
2020-04-21packages: Recommend against the use of 'package-file'.Ludovic Courtès
2020-04-08Merge branch 'master' into core-updatesMarius Bakke
2020-04-06gnu: Move PACKAGES-WITH-*PATCHES to (guix packages)Carl Dong
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
2020-03-29packages: 'package->bag' keys cache by replacement.Ludovic Courtès
2020-03-29packages: Change 'guile-for-grafts' back to 2.0.Ludovic Courtès
2020-03-27packages: Use Guile 3.0 for grafts.Ludovic Courtès
2020-03-27Merge branch 'master' into core-updatesMarius Bakke
2020-03-26gnu: bootstrap: Add support for the Hurd.Efraim Flashner
2020-03-22packages: 'package-field-location' handles missing source properties.Ludovic Courtès
2020-03-21Merge branch 'master' into core-updatesMarius Bakke
2020-03-20packages: 'package-field-location' preserves the original file name.Ludovic Courtès
2020-01-17packages: 'patch-and-repack' sets the mtime to 1, not 0.Ludovic Courtès
2019-12-19guix: Fix %hurd-systems list.Efraim Flashner
2019-10-20packages: Add "aarch64-linux" to '%hydra-supported-systems'.Ludovic Courtès
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-10packages: 'package-field-location' really catches 'system-error.Ludovic Courtès
2019-09-06packages: 'supported-package?' binds '%current-system' for graph traversal.Ludovic Courtès
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-26packages: Apply target triplet in bag-transitive-host-inputs.David Thompson