[staging-next] nom: fix build on darwin (#474494)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user