diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 02:31:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 03:14:01 +0100 |
commit | 4d441ca1743a985eeba33027f864b9b136c5e9e1 (patch) | |
tree | 2d9b781b8ee61c86f604a47d54dc1e6cc13c4547 /gnu/local.mk | |
parent | 50db7df4d26bef655d744de5ae1e6441d1e9feeb (diff) | |
download | guix-4d441ca1743a985eeba33027f864b9b136c5e9e1.tar.gz |
gnu: thermald: Update to 1.9.
* gnu/packages/admin.scm (thermald): Update to 1.9. [source]: Remove patch. * packages/patches/thermald-make-int-max32-visible.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5de56c9a1b..9ddd1349da 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1391,7 +1391,6 @@ 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 \ |