debianutils: fix build on darwin

This commit is contained in:
Weijia Wang
2023-09-22 08:01:22 -03:00
committed by Anderson Torres
parent a89575ac74
commit c792f6b81a
+2
View File
@@ -2,6 +2,7 @@
, stdenv
, fetchFromGitLab
, autoreconfHook
, perl
, po4a
}:
@@ -19,6 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
autoreconfHook
perl
po4a
];