Unverified Commit 19a2e438 authored by Bobby Rong's avatar Bobby Rong
Browse files

xfce.xfce4-panel: Explicitly add perl

This builds because xfce.xfce4-dev-tools propagates intltool, which
propagates perl. But since Xfce is actively getting rid of intltool
let's get ready for it.
parent 258d7b7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
, libxfce4ui
, libxfce4util
, libxfce4windowing
, perl
, tzdata
, vala
, wayland
@@ -26,6 +27,7 @@ mkXfceDerivation {

  nativeBuildInputs = [
    gobject-introspection
    perl
    vala
  ];