summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-04-07 14:20:12 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-07 14:20:12 +0200
commit0a61bcf24c53f3206db213462946bf390c79a671 (patch)
tree79d0b6d806ca5507e4d4c47381f7bc51aa5ccf8b
parent1c241d1150d2f7b5d0ae154439325950e5d25f38 (diff)
parent9ff62bd173a38da02448d95fe0cc9a1278dd92d4 (diff)
downloadiced-0a61bcf24c53f3206db213462946bf390c79a671.tar.gz
iced-0a61bcf24c53f3206db213462946bf390c79a671.tar.bz2
iced-0a61bcf24c53f3206db213462946bf390c79a671.zip
Merge pull request #2379 from Zaubentrucker/bugfix/nix-shell-pkgconfig
Use `pkg-config` instead `pkgconfig`
-rw-r--r--DEPENDENCIES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 809371cb..5d738d85 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -20,7 +20,7 @@ pkgs.mkShell rec {
freetype
freetype.dev
libGL
- pkgconfig
+ pkg-config
xorg.libX11
xorg.libXcursor
xorg.libXi