Skip to content

Commit 5a4b6ba

Browse files
authored
godot_4: add missing gettext dependency (NixOS#484456)
2 parents 9d9be18 + 75e83f1 commit 5a4b6ba

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
@@ -14,6 +14,7 @@
1414
fetchpatch,
1515
fontconfig,
1616
freetype,
17+
gettext,
1718
glib,
1819
glslang,
1920
graphite2,
@@ -609,6 +610,7 @@ let
609610
];
610611

611612
nativeBuildInputs = [
613+
gettext
612614
installShellFiles
613615
perl
614616
pkg-config

0 commit comments

Comments
 (0)