summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-01-21 15:04:09 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-02-19 21:13:23 -0500
commit598f4c509bbfec2b983a8ee246cce0a0fe45ec7f (patch)
tree1bf799843929f714428c27eb2325c255a92793f3 /Makefile.am
parentac1d530d56c1a259630c8873b2281033878a4acb (diff)
pack: Add RPM format.
* guix/rpm.scm: New file. * guix/scripts/pack.scm (rpm-archive): New procedure. (%formats): Register it. (show-formats): Add it. (guix-pack): Register supported extra-options for the rpm format. * tests/pack.scm (rpm-for-tests): New variable. ("rpm archive can be installed/uninstalled"): New test. * tests/rpm.scm: New test. * doc/guix.texi (Invoking guix pack): Document it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ce6cc84f4c..8e3815b9c22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,6 +111,7 @@ MODULES = \
111 guix/derivations.scm \ 111 guix/derivations.scm \
112 guix/grafts.scm \ 112 guix/grafts.scm \
113 guix/repl.scm \ 113 guix/repl.scm \
114 guix/rpm.scm \
114 guix/transformations.scm \ 115 guix/transformations.scm \
115 guix/inferior.scm \ 116 guix/inferior.scm \
116 guix/describe.scm \ 117 guix/describe.scm \
@@ -535,6 +536,7 @@ SCM_TESTS = \
535 tests/pypi.scm \ 536 tests/pypi.scm \
536 tests/read-print.scm \ 537 tests/read-print.scm \
537 tests/records.scm \ 538 tests/records.scm \
539 tests/rpm.scm \
538 tests/scripts.scm \ 540 tests/scripts.scm \
539 tests/search-paths.scm \ 541 tests/search-paths.scm \
540 tests/services.scm \ 542 tests/services.scm \