mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
fix phpPackages memcache,memcached,xdebug
These packages, and maybe some more include unix.h for some reason. Creating that file makes them build, and in the case of xdebug also appear to work.
This commit is contained in:
parent
36ceb01176
commit
8c125c0c74
@ -20,4 +20,6 @@ stdenv.mkDerivation (args // {
|
||||
makeFlags = [ "EXTENSION_DIR=$(out)/lib/php/extensions" ] ++ makeFlags;
|
||||
|
||||
autoreconfPhase = "phpize";
|
||||
|
||||
preConfigure = "touch unix.h";
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user