Merge pull request #237406 from TuxCoder/byobu_cross

byobu: add `gettext` to nativeBuildInputs
This commit is contained in:
Nick Cao
2023-06-16 05:51:10 -06:00
committed by GitHub
+3 -2
View File
@@ -16,8 +16,9 @@ stdenv.mkDerivation rec {
doCheck = true;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ perl gettext ];
strictdeps = true;
nativeBuildInputs = [ makeWrapper gettext ];
buildInputs = [ perl ]; # perl is needed for `lib/byobu/include/*` scripts
propagatedBuildInputs = [ textual-window-manager screen ];
postPatch = ''