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 e4a238b commit 1e78d35Copy full SHA for 1e78d35
develop.nix
@@ -73,13 +73,13 @@ includeos.pkgs.mkShell.override { inherit (includeos) stdenv; } rec {
73
-D CMAKE_MODULE_PATH=${includeos}/cmake
74
75
# TODO: missing s2n-tls (postponed in overlay.nix)
76
- # TODO: missing libfdt (no default.nix target)
77
DEP_INCLUDE_PATH="$(
78
for d in \
79
"$IOS_SRC/test/lest_util" \
80
"${includeos.botan2.include}" \
81
"${includeos.http-parser.include}" \
82
"${includeos.lest.include}" \
+ "${includeos.libfdt.include}" \
83
"${includeos.uzlib.include}" \
84
"${includeos.pkgs.rapidjson}/include" \
85
"${includeos.pkgs.openssl}/include"
0 commit comments