Unverified Commit 15bc5a87 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233385 from wegank/sigtool-meta

darwin.sigtool: add meta
parents e4307322 49a5cd8b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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;
  };
}