summary refs log tree commit diff
path: root/guix/packages.scm
AgeCommit message (Expand)Author
2021-03-30packages: 'expand-input' accepts any file-like object.Ludovic Courtès
2021-03-30packages: '%standard-patch-inputs' is not influenced by '%current-target-syst...Ludovic Courtès
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2021-03-30packages: Default origin 'patch-flags' is a gexp.Ludovic Courtès
2021-03-30packages: Core procedures are written in monadic style.Ludovic Courtès
2021-03-30packages: Simplify patch instantiation.Ludovic Courtès
2021-03-30packages: Turn 'bag->derivation' into a monadic procedure.Ludovic Courtès
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-23Add powerpc64le-linux as a supported Guix architecture.Chris Marusich
2021-03-10ci: Remove hydra support.Mathieu Othacehe
2021-03-10ci: Remove hydra support.Mathieu Othacehe
2021-03-06Merge branch 'master' into core-updatesChristopher Baines
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-26build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer
2021-01-18packages: 'patch-and-repack' returns a directory when given a directory.Ludovic Courtès
2021-01-11packages: Fix 'base32' used before definition warning.Maxim Cournoyer
2021-01-10packages: Fix 'base32' used before definition warning.Maxim Cournoyer
2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines
2020-11-25packages: Ignore return value of origin snippets.Ludovic Courtès
2020-10-20packages: Better preserve object identity when rewriting.Ludovic Courtès
2020-10-19Merge branch 'staging'Maxim Cournoyer
2020-10-15packages: Delete duplicate inputs when lowering bags.Ludovic Courtès
2020-10-12packages: Add 'package-with-c-toolchain'.Ludovic Courtès
2020-10-08packages, scripts, utils: Enable multi-threaded xz compression.Maxim Cournoyer
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