darwin.sigtool: add meta

This commit is contained in:
Weijia Wang
2023-05-22 12:54:56 +03:00
parent 04b76eb6ea
commit 49a5cd8be6

View File

@@ -15,4 +15,11 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
description = "A tool for working with embedded signatures in Mach-O files";
homepage = "https://github.com/thefloweringash/sigtool";
license = licenses.mit;
platforms = platforms.unix;
};
}