Skip to content

Commit 75e83f1

Browse files
committed
godot_4: add missing gettext dependency
1 parent 88097c3 commit 75e83f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/development/tools/godot/common.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
fetchpatch,
1313
fontconfig,
1414
freetype,
15+
gettext,
1516
glib,
1617
glslang,
1718
graphite2,
@@ -526,6 +527,7 @@ let
526527
++ lib.optional withUdev udev;
527528

528529
nativeBuildInputs = [
530+
gettext
529531
installShellFiles
530532
perl
531533
pkg-config

0 commit comments

Comments
 (0)