aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-02-01 16:49:04 -0500
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-02-03 18:55:02 +0100
commit86f461d63abc7b96be52c96eb67fc4c7d13074af (patch)
treec01df77f489486d3bffee26d076938d551d4febf /gnu/bootloader
parentd1e7a01cea4eae3f3a62a1e109e4ed4a55dcd559 (diff)
downloadguix-86f461d63abc7b96be52c96eb67fc4c7d13074af.tar.gz
guix-86f461d63abc7b96be52c96eb67fc4c7d13074af.zip
gnu: Add telegram-cli.
* gnu/packages/telegram.scm (telegram-cli): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
Diffstat (limited to 'gnu/bootloader')
0 files changed, 0 insertions, 0 deletions
kage-aliases.sh?id=da56f10971e0b6f32969b10e38ed043b2c99bb82'>guix package: Add 'guix search' alias....* guix/scripts/search.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 couple of examples. Ludovic Courtès 2019-04-29guix package: Add 'install', 'remove', and 'upgrade' aliases....* guix/scripts/install.scm, guix/scripts/remove.scm, guix/scripts/upgrade.scm, tests/guix-package-aliases.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them. * po/guix/POTFILES.in: Add them. * guix/scripts/package.scm (guix-package): Split with... (guix-package*): ... this. New procedure. * doc/guix.texi (Invoking guix package): Document them. (Binary Installation, Application Setup, Package Management) (Packages with Multiple Outputs, Package Modules) (X.509 Certificates, Installing Debugging Files): Use 'guix install' in simple examples. * etc/completion/bash/guix (_guix_complete): Handle "install", "remove", and "upgrade". Ludovic Courtès