diff options
author | Foo Chuan Wei <chuanwei.foo@hotmail.com> | 2021-12-11 08:09:01 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-12 10:24:52 +0100 |
commit | d1072f21ba446fe470b171575f5e3202aef17a04 (patch) | |
tree | ad2e891259e1c63eab5afdd8ce531dab51f6fe15 /gnu/local.mk | |
parent | 8778ff2aec128a4d2f94b6ca383c11bda69ef077 (diff) | |
download | guix-d1072f21ba446fe470b171575f5e3202aef17a04.tar guix-d1072f21ba446fe470b171575f5e3202aef17a04.tar.gz |
gnu: sbcl-aserve: Add HTML5 elements to htmlgen.
* gnu/patches/sbcl-aserve-add-HTML-5-elements.patch: New file.
* gnu/patches/sbcl-aserve-fix-rfe12668.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/lisp-xyz.scm (sbcl-aserve)[source]: Use them.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
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 9a85977973..f485e733e0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1750,6 +1750,8 @@ dist_patch_DATA = \ %D%/packages/patches/rust-openssl-sys-no-vendor.patch \ %D%/packages/patches/rust-shell2batch-lint-fix.patch \ %D%/packages/patches/sbc-fix-build-non-x86.patch \ + %D%/packages/patches/sbcl-aserve-add-HTML-5-elements.patch \ + %D%/packages/patches/sbcl-aserve-fix-rfe12668.patch \ %D%/packages/patches/sbcl-burgled-batteries3-fix-signals.patch \ %D%/packages/patches/sbcl-clml-fix-types.patch \ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch \ |