diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-11-22 15:59:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-01 20:14:14 +0100 |
commit | 8ee03e30bd4593cbf157ff7e9e2856e17d74c24d (patch) | |
tree | 8231a3a917bab96ad7b6e4e341eaa221ebf278f0 | |
parent | 85743578bc5796116f5c597b7be4caebacf38c52 (diff) | |
download | guix-8ee03e30bd4593cbf157ff7e9e2856e17d74c24d.tar.gz guix-8ee03e30bd4593cbf157ff7e9e2856e17d74c24d.zip |
transformations: Export ‘package-with-upstream-version’.
* guix/transformations.scm (package-with-upstream-version): Export.
Change-Id: I8e09e69e9c32bffc329c97ef1c0258f750181b11
-rw-r--r-- | guix/transformations.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/transformations.scm b/guix/transformations.scm index ea8b7a0844..9dfc4402c5 100644 --- a/guix/transformations.scm +++ b/guix/transformations.scm @@ -61,6 +61,8 @@ tunable-package? tuned-package + package-with-upstream-version + show-transformation-options-help transformation-option-key? cacheable-transformation-option-key? |