summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-26 04:20:00 +0000
committerVedang Manerikar <ved.manerikar@gmail.com>2022-10-03 14:12:46 +0530
commita316013151b4e50d0e644bb68c6a94f58d1fd7d5 (patch)
treedb7a843b7884e1e9152d3a032fe02858188318e3 /server
parent49078c71f1ae9e85e719029a3e5e5f5e10509017 (diff)
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
Diffstat (limited to 'server')
-rwxr-xr-xserver/autobuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autobuild b/server/autobuild
index 57d596b..d9f7975 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