mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
pack: Expose some bindings for third-party use.
* guix/scripts/pack.scm (compressor-name, compressor-extension, compressor-command, %compressors, %formats): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0b146ceaab
commit
e783cd51ba
1 changed files with 5 additions and 0 deletions
|
@ -59,11 +59,16 @@ (define-module (guix scripts pack)
|
||||||
#:use-module (srfi srfi-37)
|
#:use-module (srfi srfi-37)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:export (compressor?
|
#:export (compressor?
|
||||||
|
compressor-name
|
||||||
|
compressor-extenstion
|
||||||
|
compressor-command
|
||||||
|
%compressors
|
||||||
lookup-compressor
|
lookup-compressor
|
||||||
self-contained-tarball
|
self-contained-tarball
|
||||||
docker-image
|
docker-image
|
||||||
squashfs-image
|
squashfs-image
|
||||||
|
|
||||||
|
%formats
|
||||||
guix-pack))
|
guix-pack))
|
||||||
|
|
||||||
;; Type of a compression tool.
|
;; Type of a compression tool.
|
||||||
|
|
Loading…
Reference in a new issue