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
|
||||
, fetchFromGitLab
|
||||
, autoreconfHook
|
||||
, perl
|
||||
, po4a
|
||||
}:
|
||||
|
||||
|
@ -19,6 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
perl
|
||||
po4a
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue