mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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
|
# - https://github.com/vedang/pdf-tools/issues/109
|
||||||
CXXFLAGS = "-std=c++17";
|
CXXFLAGS = "-std=c++17";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = old.nativeBuildInputs ++ [
|
||||||
pkgs.autoconf
|
pkgs.autoconf
|
||||||
pkgs.automake
|
pkgs.automake
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue