diff options
author | Leo Famulari <leo@famulari.name> | 2018-07-12 11:23:24 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-07-12 14:17:07 -0400 |
commit | fd115bee31d04f1277560b82bb982e6aa19fc977 (patch) | |
tree | 420d95742837f44f9edb9d9967b58141633810fa /gnu/local.mk | |
parent | e81c952a4da21c7772f8104f4fcc44af3f403daf (diff) | |
download | guix-fd115bee31d04f1277560b82bb982e6aa19fc977.tar guix-fd115bee31d04f1277560b82bb982e6aa19fc977.tar.gz |
gnu: Syncthing: Fix a crash bug.
* gnu/packages/patches/syncthing-fix-crash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/syncthing.scm (syncthing)[source]: Use 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 8ec1f161ed..72a489210b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1138,6 +1138,7 @@ dist_patch_DATA = \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ + %D%/packages/patches/syncthing-fix-crash.patch \ %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ |