1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

gnome-icon-theme: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-01-05 02:16:03 -05:00
parent 2f23c4ee4b
commit 9e8519777b
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gnome-icon-theme.x86_64-darwin
};
}