From 648e4c45b5c52198e55ac44889e566af7327e110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20=C3=81vila?= Date: Fri, 22 Dec 2023 13:53:32 -0300 Subject: [PATCH] Rename pkgconfig to pkg-config --- 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 ]); }