From adb0296e6202db9a92d6515dbe1d5e473cb0e590 Mon Sep 17 00:00:00 2001 From: Ben Kelly <31394095+bezmuth@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:18:58 +0100 Subject: [PATCH] mynewt-newtmgr: remove platform specification Co-authored-by: Nikolay Korotkiy --- pkgs/tools/misc/mynewt-newtmgr/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/misc/mynewt-newtmgr/default.nix b/pkgs/tools/misc/mynewt-newtmgr/default.nix index cc660094e8da..671ac9c1b9b9 100644 --- a/pkgs/tools/misc/mynewt-newtmgr/default.nix +++ b/pkgs/tools/misc/mynewt-newtmgr/default.nix @@ -28,6 +28,5 @@ buildGoModule rec { ''; license = licenses.asl20; maintainers = with maintainers; [ bezmuth ]; - platforms = platforms.unix; }; }