From f3842ec6b548cfdabe2a1a21087c1972c960bd76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20=C3=81vila?= Date: Mon, 1 Jan 2024 21:56:53 -0300 Subject: [PATCH] Rename pkgconfig to pkg-config (#161) --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index b2718b7..5aa18c0 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]); }