tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hal-hardware-analyzer: mark as broken on darwin
Tobias Mayer
2 years ago
142cb83c
fdbd15bc
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
electronics
hal-hardware-analyzer
default.nix
+1
pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix
···
132
132
'';
133
133
134
134
meta = with lib; {
135
135
+
broken = stdenv.isDarwin;
135
136
description = "A comprehensive reverse engineering and manipulation framework for gate-level netlists";
136
137
homepage = "https://github.com/emsec/hal";
137
138
license = licenses.mit;