mynewt-newt: remove obsolete TARGET_OS_* workaround

This commit is contained in:
Emily
2025-01-06 00:47:50 +00:00
parent 873cc4bf0f
commit 7d9c19c00d
-4
View File
@@ -19,10 +19,6 @@ buildGoModule rec {
doCheck = false;
# CGO_ENABLED=0 required for mac - "error: 'TARGET_OS_MAC' is not defined, evaluates to 0"
# https://github.com/shirou/gopsutil/issues/976
env.CGO_ENABLED = if stdenv.hostPlatform.isLinux then 1 else 0;
meta = with lib; {
homepage = "https://mynewt.apache.org/";
description = "Build and package management tool for embedded development";