summaryrefslogtreecommitdiff
path: root/guix/scripts/package.scm
Commit message (Expand)AuthorAge
* 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
* 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