forked from mirrors/nixpkgs
connman: add NixOS tests to passthru
This commit is contained in:
parent
fc211deccf
commit
fed3e4cc87
|
@ -1,4 +1,6 @@
|
||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, nixosTests
|
||||||
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -170,6 +172,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
passthru.tests.connman = nixosTests.connman;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A daemon for managing internet connections";
|
description = "A daemon for managing internet connections";
|
||||||
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/";
|
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/";
|
||||||
|
|
Loading…
Reference in a new issue