Merge pull request #2379 from Zaubentrucker/bugfix/nix-shell-pkgconfig

Use `pkg-config` instead `pkgconfig`
This commit is contained in:
Héctor Ramón 2024-04-07 14:20:12 +02:00 committed by GitHub
commit 0a61bcf24c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ pkgs.mkShell rec {
freetype freetype
freetype.dev freetype.dev
libGL libGL
pkgconfig pkg-config
xorg.libX11 xorg.libX11
xorg.libXcursor xorg.libXcursor
xorg.libXi xorg.libXi