NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.06k stars 14.11k forks source link

Build failure: vte-0.78.0 on Darwin #354092

Open Aehmlo opened 1 day ago

Aehmlo commented 1 day ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build github:NixOS/nixpkgs/4aa36568d413aca0ea84a1684d2d46f55dbabad7#vte

This fails for me on Darwin but works on NixOS. Looks to me like it's unrelated to #354048, but I haven't gotten very far.

Build log

Output of nix-store -l /nix/store/xsqdbmcwa4rddh4a2qvnjq618hnzm16d-vte-0.78.0.drv.

Additional context

I am rebuilding my home-manager configuration using the Nixpkgs revision named above (4aa36568d413aca0ea84a1684d2d46f55dbabad7) with programs.bash.enableVteIntegration = true;

Notify maintainers

@astsmtl @antono

Metadata


Add a :+1: reaction to issues you find important.

Aehmlo commented 1 day ago

Looks like #353204 may fix this; will confirm once that propagates to nixos-unstable.