[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/pdf-tools a316013151 3/5: Fix nix-shell pkg-config depende
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/pdf-tools a316013151 3/5: Fix nix-shell pkg-config dependency name |
Date: |
Mon, 3 Oct 2022 05:59:03 -0400 (EDT) |
branch: elpa/pdf-tools
commit a316013151b4e50d0e644bb68c6a94f58d1fd7d5
Author: Mario Rodas <marsam@users.noreply.github.com>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>
Fix nix-shell pkg-config dependency name
Recently nixpkgs removed the `pkgconfig` alias[^1], which broke the
build with `nix-shell`.
[^1]: https://github.com/NixOS/nixpkgs/pull/192681
Closes: #153
Closes: #158
---
server/autobuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/autobuild b/server/autobuild
index 57d596bfa4..d9f7975449 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -384,7 +384,7 @@ os_nixos() {
command="$command;export AUTOBUILD_NIX_SHELL"
command="$command;$(quote "$0" "$@")"
exec nix-shell --pure --run "$command" \
- -p automake autoconf pkgconfig libpng zlib poppler
+ -p automake autoconf pkg-config libpng zlib poppler
}
# Gentoo