Skip to content

Commit 761f34b

Browse files
committed
survey: Add comment
1 parent a97ae10 commit 761f34b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

survey/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@ let
521521
# Overlay that enables `.a` files for as many system packages as possible.
522522
# This is in *addition* to `.so` files.
523523
# See also https://github.com/NixOS/nixpkgs/issues/61575
524+
# TODO Instead of overriding each individual package manually,
525+
# override them all at once similar to how `makeStaticLibraries`
526+
# in `adapters.nix` does it (but without disabling shared).
524527
archiveFilesOverlay = final: previous: {
525528

526529
libffi = previous.libffi.overrideAttrs (old: { dontDisableStatic = true; });

0 commit comments

Comments
 (0)