summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
Commit message (Expand)AuthorAge
...
* guix package: Move 'process-actions' out of sight.Ludovic Courtès2015-12-01
* guix package: Formalize the list of actions.Ludovic Courtès2015-12-01
* guix package: Move 'build-and-use-profile' out of sight.Ludovic Courtès2015-12-01
* guix package: Move a couple of procedures out of sight.Ludovic Courtès2015-12-01
* guix package: Remove unnecessary use of (%store).Ludovic Courtès2015-12-01
* guix package: Reduce startup time by ~50%.Ludovic Courtès2015-11-24
* guix package: '--search-paths' can report combined search paths.Ludovic Courtès2015-11-11
* ui: Add 'make-regexp*'.Ludovic Courtès2015-10-28
* profiles: Add generation manipulation procedures.Ludovic Courtès2015-10-27
* ui: Add procedures to display a profile generation.Ludovic Courtès2015-10-27
* utils: Add 'readlink*'.Ludovic Courtès2015-10-27
* ui: Add 'matching-generations'.Ludovic Courtès2015-10-27
* Add (guix scripts).Alex Kost2015-09-18
* scripts: package: Add --install-from-file option.David Thompson2015-08-19
* ui: Add 'leave-on-EPIPE'.Ludovic Courtès2015-07-15
* Move 'specification->package+output' to (gnu packages).Ludovic Courtès2015-06-18
* guix: Clean up --help messages.Alex Kost2015-06-08
* guix package: Fix typo in --help message.Alex Kost2015-06-06
* emacs: Report about "search paths" after operation.Alex Kost2015-05-29
* guix package: --manifest DTRT when combined with --dry-run.Ludovic Courtès2015-05-25
* guix package: Adjust --help message.Ludovic Courtès2015-05-21
* package: Add --manifest option.David Thompson2015-05-20
* guix package: Add optional argument to --search-paths.Ludovic Courtès2015-05-20
* guix package: --search-paths mentions $PATH.Ludovic Courtès2015-05-20
* search-paths: 'evaluate-search-paths' can be passed a list of directories.Ludovic Courtès2015-05-05
* search-paths: 'evaluate-search-paths' now returns spec/value pairs.Ludovic Courtès2015-05-04
* search-paths: Add 'environment-variable-definition'.Ludovic Courtès2015-05-04
* search-paths: Add 'evaluate-search-paths', from (guix scripts package).Ludovic Courtès2015-05-04
* Move search path specifications to (guix search-paths).Ludovic Courtès2015-05-04
* guix package: Introduce 'evaluate-search-paths'.Ludovic Courtès2015-05-04
* guix package: Move profile cleaning out of 'search-path-environment-variables'.Ludovic Courtès2015-05-04
* profiles: Store search paths in manifests.Ludovic Courtès2015-05-02
* guix package: Fix 'readlink*' implementation.Ludovic Courtès2015-04-19
* guix package: -A and -s take supported systems into account.Ludovic Courtès2015-04-19
* profiles: Generalize "hooks" for 'profile-derivation'.Ludovic Courtès2015-04-15
* guix package: Add '--do-not-upgrade' option.Mark H Weaver2015-04-14
* profiles: Generate GHC's package database cache.Federico Beffa2015-04-08
* guix package: Avoid 'exit' calls in 'delete-matching-generations'.Ludovic Courtès2015-04-06
* guix package: Never remove the current generation and warn about it.Ludovic Courtès2015-04-06
* guix package: Move generation deletion to its own procedure.Ludovic Courtès2015-04-06
* guix package: '-s' sorts packages by name, then by version.Ludovic Courtès2015-03-20
* guix package: '-s' displays different packages that have the same location.Ludovic Courtès2015-03-20
* tests: Remove dependency on 'glibc-utf8-locales' for profile tests.Ludovic Courtès2015-03-04
* ui: Factorize command-line + env. var. option parsing.Ludovic Courtès2015-02-26
* guix package: Make custom profiles actual indirect roots.Ludovic Courtès2015-02-06
* guix package: Avoid spurious warnings from 'find-files'.Ludovic Courtès2015-01-20
* guix package: Follow symlinks for pattern search paths.Ludovic Courtès2015-01-03
* guix package: Use 'search-path-as-list' instead of custom code.Ludovic Courtès2014-12-27
* guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.nebuli2014-12-06
* guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.nebuli2014-11-30