fix fallout from merge of master
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, autoconf
|
||||
, automake
|
||||
, findutils # for xargs
|
||||
, gettext_0_19
|
||||
, gettext
|
||||
, libtool
|
||||
, makeWrapper
|
||||
, texinfo
|
||||
@@ -24,7 +24,7 @@ in stdenv.mkDerivation {
|
||||
sha256 = "0flq8baqzifhmf61zyiipdipvgy4h0kl551clxrhwa8gvzf75im4";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake gettext_0_19 libtool makeWrapper texinfo ];
|
||||
buildInputs = [ autoconf automake gettext libtool makeWrapper texinfo ];
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
|
||||
Reference in New Issue
Block a user