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
commit b76bd65a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''