connman: add NixOS tests to passthru

This commit is contained in:
rnhmjoj 2023-01-26 00:42:13 +01:00
parent fc211deccf
commit fed3e4cc87
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -1,4 +1,6 @@
{ lib, stdenv
{ lib
, nixosTests
, stdenv
, fetchurl
, fetchpatch
, pkg-config
@ -170,6 +172,8 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests.connman = nixosTests.connman;
meta = with lib; {
description = "A daemon for managing internet connections";
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/";