mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
pinentry: fix cross
When cross-compiling, pinentry's configury needs extra hints about where to find libassuan and libgpg-error. Let's provide them.
This commit is contained in:
parent
584278efac
commit
7261e7544e
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user