Unverified Commit 8aa9fc70 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

meli: add gpgme to runtime lib path
parents a53e9cab 195fa987
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ]}
  '';