darwin.sigtool: add meta

+7
+7
pkgs/os-specific/darwin/sigtool/default.nix
··· 15 15 buildInputs = [ openssl ]; 16 16 17 17 installFlags = [ "PREFIX=$(out)" ]; 18 + 19 + meta = with lib; { 20 + description = "A tool for working with embedded signatures in Mach-O files"; 21 + homepage = "https://github.com/thefloweringash/sigtool"; 22 + license = licenses.mit; 23 + platforms = platforms.unix; 24 + }; 18 25 }