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
commit ddb9a30f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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