Skip to content

Commit

Permalink
survey: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Aug 17, 2019
1 parent a97ae10 commit 761f34b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ let
# Overlay that enables `.a` files for as many system packages as possible.
# This is in *addition* to `.so` files.
# See also https://github.com/NixOS/nixpkgs/issues/61575
# TODO Instead of overriding each individual package manually,
# override them all at once similar to how `makeStaticLibraries`
# in `adapters.nix` does it (but without disabling shared).
archiveFilesOverlay = final: previous: {

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

0 comments on commit 761f34b

Please sign in to comment.