Skip to content

Commit 57eb5a5

Browse files
committed
chore(nix): replace pkgconfig with pkg-config
`pkgconfig` has been renamed to `pkg-config` in nixpkgs.
1 parent 30525b4 commit 57eb5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clangStdenv.mkDerivation rec {
1818
rustup
1919

2020
# Build utilities
21-
cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4
21+
cmake dbus gcc git pkg-config which llvm autoconf213 perl yasm m4
2222
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
2323
] ++ (lib.optionals stdenv.isDarwin [
2424
darwin.apple_sdk.frameworks.AppKit

0 commit comments

Comments
 (0)