Commit 49a5cd8b authored by Weijia Wang's avatar Weijia Wang
Browse files

darwin.sigtool: add meta

parent 04b76eb6
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;
  };
}