mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
libassuan: explain why we set libgpg-error prefix
This commit is contained in:
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ npth gettext ];
|
||||
|
||||
configureFlags = [
|
||||
# Required for cross-compilation.
|
||||
"--with-libgpg-error-prefix=${libgpg-error.dev}"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user