fplll: clean up dependencies
autoreconfHook implies autotools.
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, autoconf
|
|
||||||
, automake
|
|
||||||
, libtool
|
|
||||||
, gettext
|
, gettext
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, gmp
|
, gmp
|
||||||
@@ -21,9 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoconf
|
|
||||||
automake
|
|
||||||
libtool
|
|
||||||
gettext
|
gettext
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user