aboutsummaryrefslogtreecommitdiff
path: root/guix/serialization.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-15 23:34:46 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-15 23:48:33 +0100
commit0aa6b3869584dba5916039b8e71b6532463e42ab (patch)
treec6e4c0ac2922d4ae3dd66c779c2980fa2e8cc0a5 /guix/serialization.scm
parent305c908aac9ed3ec1be9361cb998d6a25c15fded (diff)
downloadguix-0aa6b3869584dba5916039b8e71b6532463e42ab.tar
guix-0aa6b3869584dba5916039b8e71b6532463e42ab.tar.gz
serialize: Export 'dump-port*'.
* guix/serialization.scm (dump): Export as 'dump-port*'. * guix/scripts/challenge.scm (dump-port*): Remove.
Diffstat (limited to 'guix/serialization.scm')
-rw-r--r--guix/serialization.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/serialization.scm b/guix/serialization.scm
index f793feb53d..9452303730 100644
--- a/guix/serialization.scm
+++ b/guix/serialization.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -36,6 +36,7 @@
write-string-pairs
write-store-path read-store-path
write-store-path-list read-store-path-list
+ (dump . dump-port*)
&nar-error
nar-error?