Update pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
This commit is contained in:
parent
ddf90cb942
commit
d98fae8072
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||
# the qt mkDerivation - the latter forcibly overrides this.
|
||||
cmakeBuildType = "MinSizeRel";
|
||||
|
||||
meta = with stdenv.lib {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A comprehensive reverse engineering and manipulation framework for gate-level netlists";
|
||||
homepage = "https://github.com/emsec/hal";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue