mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
gtksourceview5: Mark as broken on x86_64-darwin
ref: https://hydra.nixos.org/job/nixpkgs/trunk/gtksourceview5.x86_64-darwin ref: https://hydra.nixos.org/job/nixpkgs/trunk/gtksourceview5.aarch64-darwin
This commit is contained in:
parent
5ceece11fb
commit
023afbdb27
@ -115,5 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
# https://hydra.nixos.org/build/258191535/nixlog/1
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user