From 7d7d3775e5cf5d3e1ffccaf1f786368850632cb8 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Sun, 3 Dec 2017 16:41:18 +0100 Subject: [PATCH] Revert "fix phpPackages memcache,memcached,xdebug" This reverts commit 8c125c0c7448086cb4bd8dafd1f798d8697fcd78. --- pkgs/build-support/build-pecl.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/build-support/build-pecl.nix b/pkgs/build-support/build-pecl.nix index ce948739c32..738dbb56708 100644 --- a/pkgs/build-support/build-pecl.nix +++ b/pkgs/build-support/build-pecl.nix @@ -22,6 +22,4 @@ stdenv.mkDerivation (args // { makeFlags = [ "EXTENSION_DIR=$(out)/lib/php/extensions" ] ++ makeFlags; autoreconfPhase = "phpize"; - - preConfigure = "touch unix.h"; })