mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
stack: add pkg-config to nix packages (#8927)
Without this, some dependencies refuse to build.
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user