diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-12-07 17:45:20 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-12-30 21:32:44 +0100 |
commit | e0573838487a5ca00031448210d782e3737333c0 (patch) | |
tree | 48b6661eb67d3bd19f8a719444068e5c37667b40 /gnu/local.mk | |
parent | 51dd4bc709da876921ddc11ee909c7abd58c66c6 (diff) | |
download | guix-e0573838487a5ca00031448210d782e3737333c0.tar.gz |
gnu: Add libsequoia.
* gnu/packages/sequoia.scm (sequoia-package-origin): New variable. (libsequoia): New variable. * gnu/packages/patches/sequoia-fix-ffi-Makefile.patch, gnu/packages/patches/sequoia-remove-store.patch New files. * gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ed01d551c5..68a83f5cf8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1786,6 +1786,8 @@ dist_patch_DATA = \ %D%/packages/patches/sendgmail-accept-ignored-gsuite-flag.patch \ %D%/packages/patches/sendgmail-remove-domain-restriction.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ + %D%/packages/patches/libsequoia-fix-ffi-Makefile.patch \ + %D%/packages/patches/libsequoia-remove-store.patch \ %D%/packages/patches/serf-python3.patch \ %D%/packages/patches/shakespeare-spl-fix-grammar.patch \ %D%/packages/patches/sharutils-CVE-2018-1000097.patch \ |