diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-03-05 23:59:43 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-05-05 13:20:46 +0200 |
commit | 4c4ae8b595e85e62496b4fa8ff2587eb74a1262b (patch) | |
tree | 0e524276e0cd631b04dc209fc39f11b1812a5267 /gnu/local.mk | |
parent | 098f1d722ba553fddd41a2b9e183fe983b708ff9 (diff) |
gnu: Add sequoia.
* gnu/packages/sequoia.scm: New file.
* gnu/local.mk: Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2c05360bae..daf6bd0306 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -472,6 +472,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/search.scm \ %D%/packages/security-token.scm \ %D%/packages/selinux.scm \ + %D%/packages/sequoia.scm \ %D%/packages/serialization.scm \ %D%/packages/serveez.scm \ %D%/packages/shells.scm \ |