summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-06-17 11:18:08 +0200
committerLudovic Courtès <ludo@gnu.org>2020-06-17 12:06:33 +0200
commit94642ab06b8104c0dba1509bd390a4a6d119358d (patch)
treec521a891dd0ea9da1857a16418692ef677ee7a0f /guix
parentc941b3128b759b8823c4e6487163c6e117a23bfe (diff)
downloadguix-patches-94642ab06b8104c0dba1509bd390a4a6d119358d.tar
guix-patches-94642ab06b8104c0dba1509bd390a4a6d119358d.tar.gz
profiles: Add comment at the top of 'manifest' file.
* guix/build/profiles.scm (build-profile): Add comment at the top of MANIFEST-FILE.
Diffstat (limited to 'guix')
-rw-r--r--guix/build/profiles.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/guix/build/profiles.scm b/guix/build/profiles.scm
index 1dc7976879..67ee9b665a 100644
--- a/guix/build/profiles.scm
+++ b/guix/build/profiles.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -167,6 +167,10 @@ SEARCH-PATHS."
;; Store meta-data.
(call-with-output-file manifest-file
(lambda (p)
+ (display "\
+;; This file was automatically generated and is for internal use only.
+;; It cannot be passed to the '--manifest' option.\n\n"
+ p)
(pretty-print manifest p)))
;; Make sure we can write to 'OUTPUT/etc'. 'union-build' above could have