masterpdfeditor: fix dependency for digitally signing documents

This commit is contained in:
ian bierlich
2025-03-20 22:25:00 +01:00
parent 0d92fd6af9
commit 2cb3ba6e30
@@ -65,6 +65,10 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
preFixup = ''
patchelf $out/opt/masterpdfeditor/masterpdfeditor5 --add-needed libsmime3.so
'';
meta = {
description = "Master PDF Editor";
homepage = "https://code-industry.net/free-pdf-editor/";