diff --git a/pkgs/development/compilers/ecl/default.nix b/pkgs/development/compilers/ecl/default.nix index bb57ebbfa875..851459ad7d96 100644 --- a/pkgs/development/compilers/ecl/default.nix +++ b/pkgs/development/compilers/ecl/default.nix @@ -26,14 +26,6 @@ stdenv.mkDerivation { src = fetchurl { inherit (s) url sha256; }; - patches = [ ./libffi-prefix.patch ]; - preConfigure = '' - (cd src ; libtoolize -f) - (cd src ; autoheader -f) - (cd src ; aclocal) - (cd src ; automake --add-missing -c) - (cd src ; autoconf -f) - ''; configureFlags = [ "--enable-threads" "--with-gmp-prefix=${gmp}"