debianutils: fix build on darwin

This commit is contained in:
Weijia Wang 2023-09-22 09:42:16 +02:00 committed by Anderson Torres
parent a89575ac74
commit c792f6b81a

View file

@ -2,6 +2,7 @@
, stdenv , stdenv
, fetchFromGitLab , fetchFromGitLab
, autoreconfHook , autoreconfHook
, perl
, po4a , po4a
}: }:
@ -19,6 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
perl
po4a po4a
]; ];