fplll: clean up dependencies

autoreconfHook implies autotools.
This commit is contained in:
Timo Kaufmann 2019-12-09 08:13:00 +01:00
parent ed8d53655f
commit 0fa66219cc

View file

@ -1,8 +1,5 @@
{ stdenv
, fetchFromGitHub
, autoconf
, automake
, libtool
, gettext
, autoreconfHook
, gmp
@ -21,9 +18,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
autoconf
automake
libtool
gettext
autoreconfHook
];