List of unix dependencies

Most of them are part of the single UNIX specs and should be available
on every system. Uncomment any of these to instead use a
project-specific version.
This commit is contained in:
urob 2024-08-12 10:25:32 -04:00
parent c52a249720
commit 281be32ec8

View file

@ -28,9 +28,16 @@
zephyr.sdkFull
pkgs.cmake
pkgs.dtc
pkgs.just
pkgs.ninja
pkgs.yq
# ---
# Uncomment these if you don't have system-wide versions:
# pkgs.gawk # awk
# pkgs.unixtools.column # column
# pkgs.coreutils # cp, cut, echo, mkdir, sort, tail, uniq etc.
# pkgs.gnugrep # grep
pkgs.just # just
# pkgs.gnused # sed
pkgs.yq # yq
];
};
});