diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2022-01-02 11:38:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-06 13:18:19 -0500 |
commit | fb8568857fbbfc46c01c47099da364639ca69d88 (patch) | |
tree | a7be760cbe34495ffd079eeb836f65498b9b4991 /gnu/local.mk | |
parent | 2860bb2779dbc557ab5362b531d9f497f34b41d8 (diff) | |
download | guix-fb8568857fbbfc46c01c47099da364639ca69d88.tar guix-fb8568857fbbfc46c01c47099da364639ca69d88.tar.gz |
gnu: Add hueplusplus.
* gnu/packages/hardware.scm (hueplusplus): New variable.
* gnu/packages/patches/hueplusplus-mbedtls.patch: New file.
* gnu/local.mk (dist_patch_DATA): 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 9238069f1c..4ac9036038 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1260,6 +1260,7 @@ dist_patch_DATA = \ %D%/packages/patches/helm-fix-gcc-9-build.patch \ %D%/packages/patches/http-parser-CVE-2020-8287.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ + %D%/packages/patches/hueplusplus-mbedtls.patch \ %D%/packages/patches/hurd-cross.patch \ %D%/packages/patches/hurd-xattr.patch \ %D%/packages/patches/hydra-disable-darcs-test.patch \ |