debianutils: fix build on darwin
This commit is contained in:
committed by
Anderson Torres
parent
a89575ac74
commit
c792f6b81a
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user