Unverified Commit 8d1285d5 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #225327 from amjoseph-nixpkgs/pr/fixcross/pinentry

parents f59f894b 7261e754
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ pinentryMkDerivation rec {
  ];

  configureFlags = [
    "--with-libgpg-error-prefix=${libgpg-error.dev}"
    "--with-libassuan-prefix=${libassuan.dev}"
    (lib.enableFeature withLibsecret "libsecret")
  ] ++ (map enableFeaturePinentry (lib.attrNames flavorInfo));