uwsgi: do not touch unix.h anymore

This commit is contained in:
Andreas Rammhold 2017-12-05 01:10:06 +01:00
parent 1217ffea87
commit 92158e871e
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -33,7 +33,6 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
(lib.nameValuePair "php" {
# usage: https://uwsgi-docs.readthedocs.io/en/latest/PHP.html#running-php-apps-with-nginx
path = "plugins/php";
preBuild = "touch unix.h";
inputs = [ php-embed ] ++ php-embed.buildInputs;
})
];