aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorpacien <[email protected]>2023-06-29 19:02:23 +0200
committerGitHub <[email protected]>2023-06-29 10:02:23 -0700
commit34075d5d0cffd0d43ef9face69db8b76e5bd9e5b (patch)
treecb6df8ecbca9ba23c7bf1547ab771abfe9fe5da8 /stack.yaml
parent498b735b64faefdde14e129b8ac7c305abba006c (diff)
stack: add pkg-config to nix packages (#8927)
Without this, some dependencies refuse to build.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index c4c5371e3..b8b631eeb 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -28,4 +28,6 @@ ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-21.0
nix:
- packages: [zlib]
+ packages:
+ - pkg-config
+ - zlib