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:
+2
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user