summaryrefslogtreecommitdiff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
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
2019-06-20packages: Retain version in file name when repacking source checkouts.Marius Bakke
2019-06-17packages: 'patch-and-repack' no longer uses #:deprecation-warnings.Ludovic Courtès
2019-06-17gexp: Remove #:pre-load-modules? parameter.Ludovic Courtès
2019-05-01Merge branch 'master' into core-updatesMarius Bakke
2019-04-04gexp: 'compiled-modules' loads modules before compiling them.Ludovic Courtès
2019-03-30packages: Remove 'maintainers' field.Ludovic Courtès
2019-03-30packages: Remove 'self-native-input?' field.Ludovic Courtès
2019-03-30packages: Define 'this-package' and 'this-origin'.Ludovic Courtès
2019-03-26packages: Adjust to new calling convention for "thunked" fields.Ludovic Courtès
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke
2019-03-17packages: Add 'package-input-rewriting/spec'.Ludovic Courtès
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-12Revert "packages: 'package-input-rewriting' can take a promise."Ludovic Courtès
2019-03-10packages: 'patch-and-repack' specifies a 'type' property for the derivation.Ludovic Courtès
2019-01-28packages: 'package-input-rewriting' can take a promise.Ludovic Courtès