aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-11-30 10:51:58 +0000
committerChristopher Baines <mail@cbaines.net>2019-11-30 10:51:58 +0000
commitb6194e7b3d32d99ff4cd9f93f1438afaf489ab46 (patch)
tree155215c4d50ee5186fe5b9520365f53534f3e30a /Makefile.am
parent20c75e11038de62efd9fe8ae6ce41782f5a18172 (diff)
downloaddata-service-b6194e7b3d32d99ff4cd9f93f1438afaf489ab46.tar
data-service-b6194e7b3d32d99ff4cd9f93f1438afaf489ab46.tar.gz
Begin to add support for importing narinfo files
This commit adds the tables, as well as code to support extracting data from narinfo files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c66d289..e73f94b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,6 +88,7 @@ SOURCES = \
guix-data-service/model/lint-warning-message.scm \
guix-data-service/model/lint-warning.scm \
guix-data-service/model/location.scm \
+ guix-data-service/model/nar.scm \
guix-data-service/model/package-derivation.scm \
guix-data-service/model/package-metadata.scm \
guix-data-service/model/package.scm \