Merge pull request #32839 from romildo/connman

connman: enable support for Wireless daemon for Linux (iwd)
This commit is contained in:
Orivej Desh
2018-01-06 02:14:22 +00:00
committed by GitHub

View File

@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
"--enable-datafiles"
"--enable-pptp"
"--with-pptp=${pptp}/sbin/pptp"
"--enable-iwd"
];
postInstall = ''