mdbtools: fix build failure
This commit is contained in:
parent
d0591d7718
commit
3794b8a20b
@ -10,6 +10,7 @@
|
|||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
txt2man,
|
txt2man,
|
||||||
which,
|
which,
|
||||||
|
gettext,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -41,6 +42,10 @@ stdenv.mkDerivation rec {
|
|||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postUnpack = ''
|
||||||
|
cp -v ${gettext}/share/gettext/m4/lib-{link,prefix,ld}.m4 source/m4
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user