connman: doCheck and split outputs
This commit is contained in:
parent
a0e966d797
commit
50ce1e6469
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
vpnc
|
||||
glib
|
||||
dbus
|
||||
libmnl
|
||||
iptables
|
||||
gnutls
|
||||
readline
|
||||
|
@ -69,6 +70,9 @@ stdenv.mkDerivation rec {
|
|||
"--with-pptp=${pptp}/sbin/pptp"
|
||||
"--enable-iwd"
|
||||
];
|
||||
doCheck = true;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A daemon for managing internet connections";
|
||||
|
|
Loading…
Reference in a new issue