diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-01 10:13:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-01 13:59:58 +0200 |
commit | 915363a3e2ebd264c329756661779a22247bcc42 (patch) | |
tree | d4585db6ac3b8458be801437dcd6b2507de4889c /gnu/packages/wicd.scm | |
parent | f5480572d0e1c8dffce72a6e393cae937d6b2d3d (diff) | |
download | patches-915363a3e2ebd264c329756661779a22247bcc42.tar patches-915363a3e2ebd264c329756661779a22247bcc42.tar.gz |
gnu: wicd: Add template for WPA2-TTLS.
* gnu/packages/patches/wicd-wpa2-ttls.patch: New file.
* gnu/packages/wicd.scm (wicd)[source]: Add it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/wicd.scm')
-rw-r--r-- | gnu/packages/wicd.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm index ad3aa58cdb..350baf7373 100644 --- a/gnu/packages/wicd.scm +++ b/gnu/packages/wicd.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> +;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -48,7 +49,8 @@ (patches (map search-patch '("wicd-bitrate-none-fix.patch" "wicd-get-selected-profile-fix.patch" - "wicd-urwid-1.3.patch"))))) + "wicd-urwid-1.3.patch" + "wicd-wpa2-ttls.patch"))))) (build-system python-build-system) (native-inputs `(("gettext" ,gnu-gettext))) (inputs `(("dbus-glib" ,dbus-glib) |