qpdf: add meta.mainProgram

This commit is contained in:
Sandro Jäckel 2024-07-17 10:33:54 +02:00
parent 72e7fd797e
commit b872eb13e4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ abbradar ];
platforms = platforms.all;
changelog = "https://github.com/qpdf/qpdf/blob/v${version}/ChangeLog";
mainProgram = "qpdf";
};
}