debianutils: fix build on darwin
This commit is contained in:
parent
a89575ac74
commit
c792f6b81a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue