ECL: Strip manual configure patching and regeneration as it doesn't work anyway

This commit is contained in:
Michael Raskin 2015-08-03 08:38:00 +03:00
parent 9771ff51f3
commit 5210b4c7a8

View file

@ -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}"