Update pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix

Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
This commit is contained in:
SCOTT-HAMILTON 2020-12-10 16:35:46 +01:00 committed by GitHub
parent ddf90cb942
commit d98fae8072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;