podman: mark as broken on x86_64-darwin
This commit is contained in:
parent
5eef62fc0b
commit
73d152e623
1 changed files with 3 additions and 0 deletions
|
@ -97,5 +97,8 @@ buildGoModule rec {
|
||||||
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
|
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
||||||
|
# requires >= 10.13 SDK https://github.com/NixOS/nixpkgs/issues/101229
|
||||||
|
# Undefined symbols for architecture x86_64: "_utimensat"
|
||||||
|
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue