aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-16 14:33:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-16 14:33:02 -0700
commita3c361b147e0b715387a23ef67280f0414695320 (patch)
tree74091c00d41dfce52b9b0265506cf5d3237da9e1
parent5e9a18f302f3b19ddaf63bc0a6606f248ea44c60 (diff)
downloadconsfigurator-a3c361b147e0b715387a23ef67280f0414695320.tar.gz
use pairs not lists to represent data sources
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--core.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.lisp b/core.lisp
index e94f342..a2f50ea 100644
--- a/core.lisp
+++ b/core.lisp
@@ -581,7 +581,7 @@ the DEPLOY function.")
(defvar *data-sources* nil "Known sources of prerequisite data.")
(defun add-data-source (check provide)
- (push (list check provide) *data-sources*))
+ (push (cons check provide) *data-sources*))
;; if this proves to be inadequate then an alternative would be to maintain a
;; mapping of ASDF systems to data sources, and then APPLY-PROPERTIES could