Skip to content

Commit d269454

Browse files
committed
deps,test: fixed failures
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent f89e0ed commit d269454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/nix/sharedLibDeps.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
inherit (pkgs) sqlite;
4949
})
5050
// (pkgs.lib.optionalAttrs withFFI {
51-
inherit (pkgs) ffi;
51+
ffi = pkgs.libffi;
5252
})
5353
// (pkgs.lib.optionalAttrs withSSL (
5454
let

0 commit comments

Comments
 (0)