ibus-engines.m17n: use autoreconfHook
This commit is contained in:
parent
d8679e4957
commit
c4ba389a9f
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, automake, autoconf, libtool, pkgconfig
|
, autoreconfHook, pkgconfig
|
||||||
, ibus, m17n_lib, m17n_db, gettext, python3, pygobject3
|
, ibus, m17n_lib, m17n_db, gettext, python3, pygobject3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -19,11 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
python3 pygobject3
|
python3 pygobject3
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ automake autoconf libtool pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
autoreconf --verbose --force --install
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
isIbusEngine = true;
|
isIbusEngine = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user