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

attempt to get `.#cabal-test` to work on ci

parent 1cdf6bc8
No related branches found
No related tags found
1 merge request!13Fix up metadata
Pipeline #5224 passed
......@@ -87,6 +87,12 @@
cat >cabal.project.local <<EOF
-- This file is auto-generated by the flake devShell's shellHook. Do
-- not edit this file. Make changes in flake.nix.
package zlib
-- by default the cabal build won't use pkg-config to find the
-- underlying zlib c library. this will most likely cause
-- "cabal build" to fail (unless other steps are taken). turn
-- on pkg-config so that the cabal-test app below can succeed.
flags: -bundled-c-zlib -non-blocking-ffi +pkg-config
EOF
'';
}
......
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