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