[staging-next] nom: fix build on darwin (#474494)

This commit is contained in:
Aleksana
2025-12-27 05:32:40 +00:00
committed by GitHub
+4
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
nix-update-script,
@@ -21,6 +22,9 @@ buildGoModule rec {
"-X 'main.version=${version}'"
];
# only run xdg-specific test on linux
checkFlags = lib.optional stdenv.hostPlatform.isDarwin "-skip=^TestNewDefaultWithXDGConfigHome$";
passthru.updateScript = nix-update-script { };
meta = {