Unverified Commit 267ff42c authored by Bobby Rong's avatar Bobby Rong
Browse files

xfce.libxfce4ui: 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 d9f318ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  mkXfceDerivation,
  lib,
  gobject-introspection,
  perl,
  vala,
  libICE,
  libSM,
@@ -23,6 +24,7 @@ mkXfceDerivation {

  nativeBuildInputs = [
    gobject-introspection
    perl
    vala
  ];