diff options
| author | Frederick Muriuki Muriithi | 2026-02-18 12:32:57 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-18 12:32:57 -0600 |
| commit | 5501745b7fbf8f5fce46d1cafb8a2197de035c13 (patch) | |
| tree | a10c58603ef1a4752d6f7aebf5050aed3951e8db | |
| parent | c768b861f68094151a385130f9e7dd0090c7d619 (diff) | |
| download | gn-guile-5501745b7fbf8f5fce46d1cafb8a2197de035c13.tar.gz | |
Add notes for dependencies in manifest file.
| -rw-r--r-- | manifest.scm | 7 |
1 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" |
