chore: fix stack's nix integration

The pkgconfig package has been renamed to pkg-config in... February
2019. So this has not been working for quite some time.
This commit is contained in:
Wolfgang Walther
2025-07-08 20:28:47 +02:00
parent 39e2a154f0
commit cedb8d9cd9
+2 -3
View File
@@ -2,9 +2,8 @@ resolver: lts-22.44 # 2025-05-02, GHC 9.6.7
nix: nix:
packages: packages:
- pcre - libpq
- pkgconfig - pkg-config
- postgresql
- zlib - zlib
# disable pure by default so that the test environment can be passed # disable pure by default so that the test environment can be passed
pure: false pure: false