diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-09 15:40:14 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-09 23:53:36 +0200 |
commit | 6f05630ba6848fa666f4ea57aab7f7ffbc15fc72 (patch) | |
tree | bcff6abefe3edb24289fffb095b4cd4409526388 /gnu-system.am | |
parent | 15f0de0581987c539f86012bf524559e283f5942 (diff) | |
download | patches-6f05630ba6848fa666f4ea57aab7f7ffbc15fc72.tar patches-6f05630ba6848fa666f4ea57aab7f7ffbc15fc72.tar.gz |
gnu: wicd: Add patch to fix template instantiation.
* gnu/packages/patches/wicd-template-instantiation.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/wicd.scm (wicd)[source]: Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 77c7836671..d3e91ed05b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -562,6 +562,7 @@ dist_patch_DATA = \ gnu/packages/patches/w3m-fix-compile.patch \ gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch \ gnu/packages/patches/weex-vacopy.patch \ + gnu/packages/patches/wicd-template-instantiation.patch \ gnu/packages/patches/wicd-urwid-1.3.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch \ |