[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: refcard: Add more package transformation options.
From: |
Ricardo Wurmus |
Subject: |
03/17: refcard: Add more package transformation options. |
Date: |
Mon, 30 May 2022 08:31:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository maintenance.
commit de51f1bfb3b126adb5cf0dcf8c56a5a1e103c38b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 30 12:39:06 2022 +0200
refcard: Add more package transformation options.
---
doc/refcard/guix-refcard.lout | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/refcard/guix-refcard.lout b/doc/refcard/guix-refcard.lout
index 8f70e40..2b17578 100644
--- a/doc/refcard/guix-refcard.lout
+++ b/doc/refcard/guix-refcard.lout
@@ -170,6 +170,14 @@ spec2} }
{ build @Var { spec } from the given Git @Var { branch } of @Var { package } }
@LEntry { guix @Var { command } @Var { spec } "--"with-commit={ @Var {
package }={ @Var { commit } } } }
{ build @Var { spec } from the given Git @Var { commit } of @Var { package } }
+@LEntry { guix @Var { command } @Var { spec } "--"with-patch={ @Var { package
}={ @Var { file } } } }
+{ build @Var { spec } after applying the given patch @Var { file } to @Var {
package } }
+@LEntry { guix @Var { command } @Var { spec } "--"with-latest={ @Var {
package } } }
+{ build @Var { spec } using the latest upstream release for @Var { package } }
+@LEntry { guix @Var { command } @Var { spec } "--"with-c-toolchain={ @Var {
package }={ @Var { toolchain } } } }
+{ build @Var { spec } using @Var{ toolchain } for @Var { package } }
+@LEntry { guix @Var { command } @Var { spec } "--"without-tests={ @Var {
package } } }
+{ build @Var { spec } without running the tests for @Var { package } }
@End @Category
@C { Developing Packages }
- branch master updated (07f587c -> a020651), Ricardo Wurmus, 2022/05/30
- 04/17: refcard: Add "deb" format to "guix pack"., Ricardo Wurmus, 2022/05/30
- 12/17: refcard: Break long lines in @LEntry., Ricardo Wurmus, 2022/05/30
- 05/17: refcard: Update bootloader-configuration., Ricardo Wurmus, 2022/05/30
- 11/17: refcard: Add section on "guix time-machine"., Ricardo Wurmus, 2022/05/30
- 08/17: refcard: Add copyright line for Ricardo., Ricardo Wurmus, 2022/05/30
- 09/17: refcard: Use simpler manual URL., Ricardo Wurmus, 2022/05/30
- 17/17: refcard: Mention --export-manifest., Ricardo Wurmus, 2022/05/30
- 03/17: refcard: Add more package transformation options.,
Ricardo Wurmus <=
- 01/17: refcard: Update version string., Ricardo Wurmus, 2022/05/30
- 06/17: refcard: Update examples for disk images and reformat., Ricardo Wurmus, 2022/05/30
- 02/17: refcard: Replace "environment" with "shell"., Ricardo Wurmus, 2022/05/30
- 07/17: refcard: Merge sections., Ricardo Wurmus, 2022/05/30
- 10/17: refcard: Move sections around., Ricardo Wurmus, 2022/05/30
- 13/17: refcard: Add "guix package -I"., Ricardo Wurmus, 2022/05/30
- 16/17: refcard: Add paragraph breaks., Ricardo Wurmus, 2022/05/30
- 15/17: refcard: Add section for "guix home"., Ricardo Wurmus, 2022/05/30
- 14/17: refcard: Add "guix describe -f channels"., Ricardo Wurmus, 2022/05/30