mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
Merge pull request #225117 from amjoseph-nixpkgs/pr/pdfgrep/fix-cross-partially
This commit is contained in:
commit
43a3ca41ce
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--with-libgcrypt-prefix=${lib.getDev libgcrypt}"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkg-config asciidoc ];
|
||||
buildInputs = [ poppler libgcrypt pcre ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user