Skip to content

Commit 2ed2d3a

Browse files
committed
survey: Remove curl -lz, no longer necessary.
Our submodule now includes the fix from NixOS/nixpkgs#66490 which makes this unnecessary.
1 parent 7a2d291 commit 2ed2d3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

survey/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ let
511511
# If we pass `-all-static` to libtool, it won't do the things in the last
512512
# bullet point, causing static linking to succeed.
513513
makeFlags = [ "curl_LDFLAGS=-all-static" ];
514-
# TODO This will become unnecessary once https://github.com/NixOS/nixpkgs/pull/66490 is merged
515-
LDFLAGS = [ "-lz" ];
516514
});
517515

518516
# Overlay that enables `.a` files for as many system packages as possible.

0 commit comments

Comments
 (0)