Unverified Commit b76bd65a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #237406 from TuxCoder/byobu_cross

byobu: add `gettext` to nativeBuildInputs
parents f679d59a fa8117a0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = ''