Commit c792f6b8 authored by Weijia Wang's avatar Weijia Wang Committed by Anderson Torres
Browse files

debianutils: fix build on darwin

parent a89575ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, stdenv
, fetchFromGitLab
, autoreconfHook
, perl
, po4a
}:

@@ -19,6 +20,7 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    autoreconfHook
    perl
    po4a
  ];