guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: pack: Expose some bindings for third-party use.


From: guix-commits
Subject: 01/02: pack: Expose some bindings for third-party use.
Date: Fri, 13 Nov 2020 12:11:56 -0500 (EST)

civodul pushed a commit to branch version-1.2.0
in repository guix.

commit e783cd51ba9c5e347bc9f778beafaf3cc2e1e6c5
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Thu Nov 12 21:47:36 2020 -0800

    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>
---
 guix/scripts/pack.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index 06509ac..0b29997 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -59,11 +59,16 @@
   #:use-module (srfi srfi-37)
   #:use-module (ice-9 match)
   #:export (compressor?
+            compressor-name
+            compressor-extenstion
+            compressor-command
+            %compressors
             lookup-compressor
             self-contained-tarball
             docker-image
             squashfs-image
 
+            %formats
             guix-pack))
 
 ;; Type of a compression tool.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]