We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97ae10 commit 761f34bCopy full SHA for 761f34b
survey/default.nix
@@ -521,6 +521,9 @@ let
521
# Overlay that enables `.a` files for as many system packages as possible.
522
# This is in *addition* to `.so` files.
523
# 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).
527
archiveFilesOverlay = final: previous: {
528
529
libffi = previous.libffi.overrideAttrs (old: { dontDisableStatic = true; });
0 commit comments