Skip to content

Commit

Permalink
Rename pkgconfig to pkg-config (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
toniz4 authored Jan 2, 2024
1 parent da1a7c5 commit f3842ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ let
in pkgs.mkShell {
buildInputs =
(with pkgs; [
stdenv pkgconfig xorg.libX11 ncurses xorg.libXft harfbuzz
stdenv pkg-config xorg.libX11 ncurses xorg.libXft harfbuzz
]);
}

0 comments on commit f3842ec

Please sign in to comment.