Merge pull request #317228 from pacien/pkgs-meli-gpgme

meli: add gpgme to runtime lib path
This commit is contained in:
Matthias Beyer 2024-06-05 16:22:46 +02:00 committed by GitHub
commit 8aa9fc702a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
, sqlite
# runtime deps
, gpgme
, gnum4
}:
@ -60,6 +61,7 @@ rustPlatform.buildRustPackage rec {
installManPage meli/docs/*.{1,5,7}
wrapProgram $out/bin/meli \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ gpgme ]} \
--prefix PATH : ${lib.makeBinPath [ gnum4 ]}
'';