diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-09-07 11:30:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-09-07 13:57:42 +0200 |
commit | fb25508856b5dc646b1a9771c70eaa071cee6742 (patch) | |
tree | c3c04cea14489168695b31e3ec54ec3be6cb1420 /guix/scripts | |
parent | c2ffcc4425946725f843466680b89b9b0aa1f45e (diff) | |
download | gnu-guix-fb25508856b5dc646b1a9771c70eaa071cee6742.tar gnu-guix-fb25508856b5dc646b1a9771c70eaa071cee6742.tar.gz |
size: Default to '--sort=self'.
* guix/scripts/size.scm (%default-options): Change default value for
'profile<?.
* doc/guix.texi (Invoking guix size): Adjust accordingly.
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/size.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm index 1e54d3f218..eade184e67 100644 --- a/guix/scripts/size.scm +++ b/guix/scripts/size.scm @@ -282,7 +282,7 @@ Report the size of PACKAGE and its dependencies.\n")) (define %default-options `((system . ,(%current-system)) - (profile<? . ,profile-closure<?))) + (profile<? . ,profile-self<?))) ;;; |