mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
connman: add NixOS tests to passthru
This commit is contained in:
parent
fc211deccf
commit
fed3e4cc87
1 changed files with 5 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue