rmw: add gettext to buildInputs for Darwin
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user