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