fplll: clean up dependencies

autoreconfHook implies autotools.
wip/yesman
Timo Kaufmann 5 years ago
parent ed8d53655f
commit 0fa66219cc
  1. 6
      pkgs/development/libraries/fplll/default.nix

@ -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
];

Loading…
Cancel
Save