Add notes for dependencies in manifest file.
HEAD main1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
index bc8f699..aa2b3be 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -1,4 +1,11 @@
;; please do not remove
+;; -----------------------
+;; Move these dependencies to `propagated-inputs' for the `gn-guile' package in
+;; guix-bioinformatics and remove this file.
+;;
+;; This will help avoid inconsistencies in the list of dependencies when doing
+;; development and when deploying.
+;; -----------------------
(specifications->manifest
'("coreutils"
"guile"
|