summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
AgeCommit message (Expand)Author
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès
2022-08-31pull: Create a version 3 manifest.Ludovic Courtès
2022-07-19home: Add -I, --list-installed option.Antero Mejr
2022-05-26guix package: Sort search results by package version.Ludovic Courtès
2022-05-23scripts: package: Transform before creating manifest entries.Josselin Poiret
2022-04-19ui: Highlight package and service search results.Ludovic Courtès
2022-04-04packages: Add 'package-unique-version-prefix'.Ludovic Courtès
2022-01-19package: Honor '--dry-run' when target profile is already in store.Ludovic Courtès
2021-10-31home: import: Factorize triplicated 'version-spec' procedure.Ludovic Courtès
2021-07-15package: Improve output appearance when listing packages.Steve Sprang
2021-06-13guix package: Do not say "nothing to do" upon rollback & co.Ludovic Courtès
2021-05-28guix package: Do not warn about "missing arguments" when there's nothing to do.Ludovic Courtès
2021-05-28scripts: Commands warn when passed zero arguments.Ludovic Courtès
2021-03-19guix package: Autoload Guile-JSON and (guix describe).Ludovic Courtès
2021-03-05profiles: 'package->manifest-entry' preserves transformations by default.Ludovic Courtès
2021-02-01guix package: Add '--export-channels'.Ludovic Courtès
2021-02-01guix package: Add '--export-manifest'.Ludovic Courtès
2020-11-21transformations: Show '--help-transform' only where applicable.Ludovic Courtès
2020-10-31guix build: Move transformation options to (guix transformations).Ludovic Courtès
2020-10-31guix build: 'options->transformation' no longer takes a 'store' parameter.Ludovic Courtès
2020-10-20guix build: Move package transformation options behind '--help-transform'.Ludovic Courtès
2020-10-02guix package: Re-apply package transformation when upgrading.Ludovic Courtès
2020-10-02guix build: Record package transformations in manifest entries.Ludovic Courtès
2020-09-25guix package: Simplify 'package->manifest-entry*'.Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-03scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès
2020-05-23guix package: Support multiple profiles with '--list-installed'.zimoun
2020-05-11guix package, show: Support multiple queries.zimoun
2020-04-24Merge branch 'master' into core-updatesMarius Bakke
2020-04-24guix package: Export 'search-path-environment-variables'.Marius Bakke
2020-04-19Merge branch 'master' into core-updatesMarius Bakke
2020-04-16scripts/package: Handle JSON files.Ricardo Wurmus
2020-04-08Merge branch 'master' into core-updatesMarius Bakke
2020-03-31guix package: Do not misdiagnose upgrades when there are propagated inputs.Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' swallows build requests.Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' uses 'lower-manifest-entry'.Ludovic Courtès
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
2020-03-29'--dry-run' no longer implies '--no-grafts'.Ludovic Courtès
2020-03-27Merge branch 'master' into core-updatesMarius Bakke
2020-03-26status: Display synthetic information about profiles being built.Ludovic Courtès
2020-03-22guix package, pull: Use 'with-build-handler'.Ludovic Courtès
2020-03-21Merge branch 'master' into core-updatesMarius Bakke
2020-03-19guix package: Remove unneeded import.Ludovic Courtès
2020-03-17scripts: Refer to (default-guile) instead of 'guile-2.2'.Ludovic Courtès
2020-02-27guix package: Don't error out when failing to create ~/.guix-profile.Ludovic Courtès
2020-01-19guix package: Create profiles/per-user/$USER upfront.Ludovic Courtès
2020-01-16guix package: Export 'transaction-upgrade-entry'.Ludovic Courtès
2020-01-15More module autoload adjustments.Ludovic Courtès
2019-12-29guix package: Save provenance information when using '--manifest'.Ludovic Courtès
2019-11-29ui: Factorize 'with-profile-lock'.Ludovic Courtès