Commit fa8117a0 authored by TuxCoder's avatar TuxCoder
Browse files

byobu: add `gettext` to nativeBuildInputs

also remove not needed buildInputs, add strictdeps
parent 44362951
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 = ''