Skip to content

Commit 1e78d35

Browse files
committed
include libfdt
1 parent e4a238b commit 1e78d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ includeos.pkgs.mkShell.override { inherit (includeos) stdenv; } rec {
7373
-D CMAKE_MODULE_PATH=${includeos}/cmake
7474
7575
# TODO: missing s2n-tls (postponed in overlay.nix)
76-
# TODO: missing libfdt (no default.nix target)
7776
DEP_INCLUDE_PATH="$(
7877
for d in \
7978
"$IOS_SRC/test/lest_util" \
8079
"${includeos.botan2.include}" \
8180
"${includeos.http-parser.include}" \
8281
"${includeos.lest.include}" \
82+
"${includeos.libfdt.include}" \
8383
"${includeos.uzlib.include}" \
8484
"${includeos.pkgs.rapidjson}/include" \
8585
"${includeos.pkgs.openssl}/include"

0 commit comments

Comments
 (0)