diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-04 18:36:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-04 19:07:10 +0100 |
commit | ad257ec8b578b21fc36b142396324df9e6613d4a (patch) | |
tree | 1c8f001204ef7c008e1876f3bf1febb08bd1c87d /gnu/local.mk | |
parent | 96f39b2a6e03d36582108efb11f915b08c454b7c (diff) | |
download | guix-ad257ec8b578b21fc36b142396324df9e6613d4a.tar guix-ad257ec8b578b21fc36b142396324df9e6613d4a.tar.gz |
gnu: thermald: Update to 1.8.
* gnu/packages/admin.scm (thermald): Update to 1.8.
[source]: Add patch.
* gnu/packages/patches/thermald-make-int-max32-visible.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 01addbd371..60448f9404 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1277,6 +1277,7 @@ dist_patch_DATA = \ %D%/packages/patches/texi2html-document-encoding.patch \ %D%/packages/patches/texi2html-i18n.patch \ %D%/packages/patches/thefuck-test-environ.patch \ + %D%/packages/patches/thermald-make-int-max32-visible.patch \ %D%/packages/patches/tidy-CVE-2015-5522+5523.patch \ %D%/packages/patches/tinyxml-use-stl.patch \ %D%/packages/patches/tipp10-fix-compiling.patch \ |