podman: build on x86_64-darwin

This commit is contained in:
zowoq 2022-07-16 10:21:40 +10:00
parent 01df5fd67b
commit cb766051ee

View file

@ -97,8 +97,5 @@ buildGoModule rec {
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
license = licenses.asl20;
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;
};
}