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
|
||||||
freetype.dev
|
freetype.dev
|
||||||
libGL
|
libGL
|
||||||
pkgconfig
|
pkg-config
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
xorg.libXcursor
|
xorg.libXcursor
|
||||||
xorg.libXi
|
xorg.libXi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue