mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
emacsPackages.pdf-tools: respect old nativeBuildInputs
This commit is contained in:
parent
6007e540e9
commit
966a8fcd03
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ let
|
|||
# - https://github.com/vedang/pdf-tools/issues/109
|
||||
CXXFLAGS = "-std=c++17";
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [
|
||||
pkgs.autoconf
|
||||
pkgs.automake
|
||||
pkgs.pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue