Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1009,9 +1009,6 @@ let
# obviously doesn' thave our patches.
statify = drv: with final.haskell.lib; final.lib.foldl appendConfigureFlag (disableLibraryProfiling (disableSharedExecutables (useFixedCabal drv))) ([
"--enable-executable-static" # requires `useFixedCabal`
# TODO These probably shouldn't be here but only for packages that actually need them
"--extra-lib-dirs=${if approach == "pkgsMusl" then final.zlib_static else final.zlib}/lib"
"--extra-lib-dirs=${final.ncurses.override { enableStatic = true; }}/lib"
# TODO Figure out why this and the below libffi are necessary.
# `working` and `workingStackageExecutables` don't seem to need that,
# but `static-stack2nix-builder-example` does.
Expand Down