summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
Commit message (Expand)AuthorAge
* guix package: Add '--switch-generation' option.Alex Kost2014-10-12
* profiles: Add condition types for profiles and generations.Alex Kost2014-10-12
* ui: Move 'show-manifest-transaction' from (guix profiles).Alex Kost2014-10-10
* guix package: Export generation procedures.Alex Kost2014-10-05
* guix package: Use 'profile-generations'.Alex Kost2014-09-22
* guix package: Fix search path lookup when an obsolete version is installed.Ludovic Courtès2014-08-31
* gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès2014-08-28
* profiles: Produce a top-level Info 'dir' file.Ludovic Courtès2014-08-23
* Move 'check-package-freshness' from 'guix package' to 'packages'.Alex Kost2014-08-20
* guix package: Use 'manifest-transaction'.Alex Kost2014-08-19
* guix package: Remove leftover internal procedure.Ludovic Courtès2014-08-12
* guix package: Use 'manifest-add'.Ludovic Courtès2014-08-12
* guix package: Remove dead code and unused variables.Ludovic Courtès2014-08-11
* profiles: Add 'package->manifest-entry'.Ludovic Courtès2014-07-26
* profiles: Get rid of the 'inputs' field of 'manifest-entry'.Ludovic Courtès2014-07-26
* profiles: Switch to gexps.Ludovic Courtès2014-07-26
* profiles: Do away with 'manifest=?'.Ludovic Courtès2014-07-26
* guix package: add a "show" option.Cyril Roelandt2014-07-21
* guix package: Try $LOGNAME in addition to $USER.Taylan Ulrich Bayirli/Kammer2014-07-05
* guix package: Do the right thing for '-p ~/.guix-profile'.Ludovic Courtès2014-07-05
* Separate package description translations from string translations.Ludovic Courtès2014-06-13
* guix package: Fix indentation of packages to remove.Ludovic Courtès2014-04-05
* guix package: 'search-path-environment-variables' traverses module tree once.Ludovic Courtès2014-04-02
* guix package: Register non-default profiles as GC roots.Ludovic Courtès2014-04-02
* guix package: Use the common build options from (guix scripts build).Ludovic Courtès2014-03-01
* guix package: Gracefully handle EPIPE on '--search'.Ludovic Courtès2014-01-13
* config: '%state-directory' always honors $NIX_STATE_DIR.Ludovic Courtès2014-01-08
* guix package: Gracefully deal with EPIPE on stdout for --list-*.Ludovic Courtès2014-01-04
* Add 'guix archive'.Ludovic Courtès2013-12-22
* Factorize package search between 'guix package' and 'guix build'.Ludovic Courtès2013-12-21
* guix package: allow multiple arguments after -i, -r, and -u.Mark H Weaver2013-12-14
* guix package: Honor the current output when upgrading.Ludovic Courtès2013-11-24
* guix package: Show the output name of what's being removed.Ludovic Courtès2013-11-01
* guix package: Fix indentation of "will be removed" messages.Ludovic Courtès2013-11-01
* guix package: Allow removal of a specific package output.Ludovic Courtès2013-11-01
* guix package: Separate '--remove' option processing.Ludovic Courtès2013-11-01
* ui: Factorize package specification parsing.Ludovic Courtès2013-11-01
* Add (guix profiles).Ludovic Courtès2013-11-01
* guix package: Factorize generation file name computation.Ludovic Courtès2013-10-30
* guix package: Specify inputs for each manifest entry.Ludovic Courtès2013-10-30
* guix package: Always use the term "profile", not "user environment".Ludovic Courtès2013-10-30
* guix package: Introduce <manifest> and <manifest-entry> types.Ludovic Courtès2013-10-30
* guix package: Better separate option processing.Ludovic Courtès2013-10-30
* guix package: Declutter the entry point.Ludovic Courtès2013-10-29
* guix package: '--search' matches against package names.Ludovic Courtès2013-10-15
* guix package: '--delete-generations' deletes generations older than specified.Ludovic Courtès2013-09-27
* guix package: Add '--delete-generations'.Nikita Karetnikov2013-09-26
* guix package: Add 'link-to-empty-profile'.Nikita Karetnikov2013-09-26
* guix package: Exit with 0 when there is nothing to list.Nikita Karetnikov2013-09-26
* guix package: Show which generation is the current one.Nikita Karetnikov2013-09-25