gcr: specify libgrypt prefix
This is needed for cross because gcrypt-config is not available to execute. It’s safe to do otherwise as well though.
This commit is contained in:
parent
f187d8c26f
commit
f773ef51c5
@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
configureFlags = [ "--with-libgcrypt-prefix=${stdenv.lib.getDev libgcrypt}" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
gettext
|
||||
|
Loading…
Reference in New Issue
Block a user