Skip to content
Snippets Groups Projects
Commit 0b031766 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Get `cabal ..` builds in the dev shell working again

parent 6d1508d7
No related branches found
No related tags found
1 merge request!1Simplistic implementation of download
......@@ -36,6 +36,12 @@
devShells = hslib.devShells {
extraBuildInputs = pkgs:
with pkgs; [
# We configure cabal to use zlib:pkg-config so we better supply
# pkg-config in the dev shell or `cabal ...` builds will surely
# fail.
pkg-config
# And also that pesky zlib dependency.
zlib
];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment