Revert "fix phpPackages memcache,memcached,xdebug"

This reverts commit 8c125c0c74.
This commit is contained in:
Andreas Rammhold
2017-12-10 12:12:43 +01:00
parent 5b53774f89
commit 7d7d3775e5
-2
View File
@@ -22,6 +22,4 @@ stdenv.mkDerivation (args // {
makeFlags = [ "EXTENSION_DIR=$(out)/lib/php/extensions" ] ++ makeFlags;
autoreconfPhase = "phpize";
preConfigure = "touch unix.h";
})