aboutsummaryrefslogtreecommitdiff
path: root/guix/packages.scm
Commit message (Expand)AuthorAge
...
* | 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
* | gnu: bootstrap: Add support for powerpc-linux.Efraim Flashner2021-05-23
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\|
| * packages: 'package-with-patches' preserves package location.Ludovic Courtès2021-04-29
* | packages: Fix patch-and-repack for ZIP files.Danny Milosavljevic2021-04-22
* | packages: Call 'bag-grafts' only on the tip of the package graph.Ludovic Courtès2021-03-30
* | packages: 'expand-input' accepts any file-like object.Ludovic Courtès2021-03-30
* | packages: '%standard-patch-inputs' is not influenced by '%current-target-syst...Ludovic Courtès2021-03-30
* | build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès2021-03-30
* | packages: Default origin 'patch-flags' is a gexp.Ludovic Courtès2021-03-30
* | packages: Core procedures are written in monadic style.Ludovic Courtès2021-03-30
* | packages: Simplify patch instantiation.Ludovic Courtès2021-03-30
* | packages: Turn 'bag->derivation' into a monadic procedure.Ludovic Courtès2021-03-30
* | build-system: Rewrite using gexps.Ludovic Courtès2021-03-30
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * Add powerpc64le-linux as a supported Guix architecture.Chris Marusich2021-03-23
| * ci: Remove hydra support.Mathieu Othacehe2021-03-10
* | ci: Remove hydra support.Mathieu Othacehe2021-03-10
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * packages: Improve the docstring of PACKAGE/INHERIT.Leo Famulari2021-02-23
| * packages: 'package-field-location' preserves the original file name.Ludovic Courtès2021-02-22
| * packages: 'package-field-location' handles 'search-path' returning #f.Ludovic Courtès2021-02-22
| * packages: Fix 'base32' used before definition warning.Maxim Cournoyer2021-01-11
* | build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer2021-01-26
* | packages: 'patch-and-repack' returns a directory when given a directory.Ludovic Courtès2021-01-18
* | packages: Fix 'base32' used before definition warning.Maxim Cournoyer2021-01-10
* | Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines2020-11-29
|\|
| * packages: Better preserve object identity when rewriting.Ludovic Courtès2020-10-20
* | packages: Ignore return value of origin snippets.Ludovic Courtès2020-11-25
* | Merge branch 'staging'Maxim Cournoyer2020-10-19
|\|
| * packages: Add 'package-with-c-toolchain'.Ludovic Courtès2020-10-12
| * packages: 'package-input-rewriting' has a #:deep? parameter.Ludovic Courtès2020-09-27
| * packages: 'package-mapping' correctly recurses into 'replacement'.Ludovic Courtès2020-09-27
| * packages: 'package-input-rewriting/spec' can rewrite implicit dependencies.Ludovic Courtès2020-09-27
| * packages: 'package-mapping' can recurse on implicit inputs.Ludovic Courtès2020-09-27
* | packages: Delete duplicate inputs when lowering bags.Ludovic Courtès2020-10-15
* | packages, scripts, utils: Enable multi-threaded xz compression.Maxim Cournoyer2020-10-08
|/
* packages: <content-hash> printer gracefully handle #f values.Ludovic Courtès2020-08-31
* packages: Ensure bags are insensitive to '%current-system'.Ludovic Courtès2020-07-13
* packages: Recognize SHA3 and BLAKE2s for 'content-hash'.Ludovic Courtès2020-06-27
* packages: 'package-grafts' returns grafts for all the relevant outputs.Ludovic Courtès2020-06-11
* packages: Make 'bag-grafts' insensitive to '%current-target-system'.Ludovic Courtès2020-06-06
* packages: Introduce <content-hash> and use it in <origin>.Ludovic Courtès2020-05-22
* packages: Add 'base64' macro.Ludovic Courtès2020-05-22
* packages: Ensure bags are insensitive to '%current-target-system'.Ludovic Courtès2020-05-14
* Merge branch 'master' into core-updatesMarius Bakke2020-04-23
|\
| * packages: Recommend against the use of 'package-file'.Ludovic Courtès2020-04-21