rmw: add gettext to buildInputs for Darwin

This commit is contained in:
langsjo
2025-05-09 15:19:54 +03:00
parent b62454fc80
commit b748223eac
+2 -1
View File
@@ -6,6 +6,7 @@
ninja,
pkg-config,
ncurses,
gettext,
}:
stdenv.mkDerivation rec {
@@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
buildInputs = [
ncurses
];
] ++ lib.optional stdenv.hostPlatform.isDarwin gettext;
# The subproject "canfigger" has asan and ubsan enabled by default, disable it here
mesonFlags = [