1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

import: Add 'apache' updater.

* guix/import/apache.scm: New file.
* Makefile.am: Add it.

Change-Id: I36c4b2ff4f466d64f6c7af010640a44a336799d5
This commit is contained in:
Hartmut Goebel
2026-01-08 17:38:09 +01:00
parent b8c8540203
commit c5728c3ba0
2 changed files with 163 additions and 0 deletions

View File

@@ -296,6 +296,7 @@ MODULES = \
guix/build/toml.scm \
guix/search-paths.scm \
guix/packages.scm \
guix/import/apache.scm \
guix/import/cabal.scm \
guix/import/composer.scm \
guix/import/cpan.scm \