We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--shared-ffi
1 parent d0fa608 commit dd0e66fCopy full SHA for dd0e66f
1 file changed
tools/nix/sharedLibDeps.nix
@@ -48,7 +48,7 @@
48
inherit (pkgs) sqlite;
49
})
50
// (pkgs.lib.optionalAttrs withFFI {
51
- ffi = pkgs.libffi;
+ ffi = pkgs.libffiReal;
52
53
// (pkgs.lib.optionalAttrs withSSL (
54
let
0 commit comments