11 stdenv.mkDerivation rec {
12 pname = "osslsigncode";
15 src = fetchFromGitHub {
19 sha256 = "sha256-FcrymV0n/Bv0cS9Dx6sG+ifilBiPfaG+xpQvH9mvylQ=";
22 nativeBuildInputs = [ cmake pkg-config python3 ];
24 buildInputs = [ curl openssl ];
27 homepage = "https://github.com/mtrojnar/osslsigncode";
28 description = "OpenSSL based Authenticode signing for PE/MSI/Java CAB files";
29 mainProgram = "osslsigncode";
30 license = licenses.gpl3Plus;
31 maintainers = with maintainers; [ mmahut prusnak ];
32 platforms = platforms.all;