Merge pull request #2379 from Zaubentrucker/bugfix/nix-shell-pkgconfig
Use `pkg-config` instead `pkgconfig`
This commit is contained in:
commit
0a61bcf24c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pkgs.mkShell rec {
|
|||
freetype
|
||||
freetype.dev
|
||||
libGL
|
||||
pkgconfig
|
||||
pkg-config
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue