From 584e438e66a56bc38dfda20419cd24af18b3eb66 Mon Sep 17 00:00:00 2001 From: bezmuth Date: Sat, 17 Sep 2022 22:53:14 +0100 Subject: [PATCH] mynewt-newtmgr: enable checks --- pkgs/tools/misc/mynewt-newtmgr/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/mynewt-newtmgr/default.nix b/pkgs/tools/misc/mynewt-newtmgr/default.nix index 671ac9c1b9b9..aa0090373b10 100644 --- a/pkgs/tools/misc/mynewt-newtmgr/default.nix +++ b/pkgs/tools/misc/mynewt-newtmgr/default.nix @@ -17,16 +17,15 @@ buildGoModule rec { vendorSha256 = "sha256-+vOZoueoMqlGnopLKc6pCgTmcgI34pxaMNbr6Y+JCfQ="; - doCheck = false; - meta = with lib; { homepage = "https://mynewt.apache.org/"; description = "Tool to communicate with devices running Mynewt OS"; longDescription = '' - Newt Manager (newtmgr) is the application tool that enables a user to - communicate with and manage remote devices running the Mynewt OS + Newt Manager (newtmgr) is the application tool that enables a user to + communicate with and manage remote devices running the Mynewt OS ''; license = licenses.asl20; maintainers = with maintainers; [ bezmuth ]; + platforms = platforms.unix; }; }