tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
randtype: mark as broken on darwin
Dmitry Kalinkin
3 years ago
23380df7
0b221004
+1
1 changed file
expand all
collapse all
unified
split
pkgs
games
randtype
default.nix
+1
pkgs/games/randtype/default.nix
···
27
maintainers = with maintainers; [ dandellion ];
28
license = licenses.gpl2Only;
29
platforms = platforms.unix;
0
30
};
31
}
···
27
maintainers = with maintainers; [ dandellion ];
28
license = licenses.gpl2Only;
29
platforms = platforms.unix;
30
+
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/randtype.x86_64-darwin
31
};
32
}