[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#37462: [PATCH] guix package: Add 'guix show' alias.
From: |
Ludovic Courtès |
Subject: |
bug#37462: [PATCH] guix package: Add 'guix show' alias. |
Date: |
Fri, 20 Sep 2019 22:57:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
zimoun <address@hidden> skribis:
> * guix/scripts/show.scm: New file.
> * Makefile.am (MODULES): Add it.
> * po/guix/POTFILES.in: Add it.
> * tests/guix-package-aliases.sh: Add test.
> * doc/guix.texi (Invoking guix package): Document it and use it in a example.
Applied, woohoo!
> +guix show python@3 | recsel -p name,version
I changed recsel to grep because we don’t generally assume that recsel
is available in the build environment.
Thanks,
Ludo’.