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:
Matthew Bauer 2020-02-25 12:50:00 -05:00
parent f187d8c26f
commit f773ef51c5

View File

@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
configureFlags = [ "--with-libgcrypt-prefix=${stdenv.lib.getDev libgcrypt}" ];
nativeBuildInputs = [
pkgconfig
gettext