mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #32839 from romildo/connman
connman: enable support for Wireless daemon for Linux (iwd)
This commit is contained in:
commit
ddb9a30f47
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-datafiles"
|
"--enable-datafiles"
|
||||||
"--enable-pptp"
|
"--enable-pptp"
|
||||||
"--with-pptp=${pptp}/sbin/pptp"
|
"--with-pptp=${pptp}/sbin/pptp"
|
||||||
|
"--enable-iwd"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user