Commit 29f160d4 authored by Steven Allen's avatar Steven Allen
Browse files

bogofilter: add missing perl dependency for bogoupgrade

parent 3b5d687d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  db,
  makeWrapper,
  pax,
  perl,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -22,6 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    flex
    db
    perl # required by bogoupgrade
  ];

  doCheck = false; # needs "y" tool