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.
1 parent 6e8ae44 commit 58f4967Copy full SHA for 58f4967
deps/s2n-tls/default.nix
@@ -61,4 +61,10 @@ let
61
lib = pkgs.lib.getLib self;
62
in
63
self.overrideAttrs (oldAttrs: {
64
+ # TODO: verify the {include, lib} paths. commented are Gentoo artifacts
65
+ passthru = (prev.passthru or {}) // {
66
+ include_root = "${dev}/include"; # /usr/include/s2n.h
67
+ include = "${dev}/include/s2n"; # /usr/include/s2n/unstable/*.h
68
+ lib = "${self}/lib"; # /usr/lib64 on Gentoo...
69
+ };
70
})
0 commit comments