uwsgi: do not touch unix.h
anymore
This commit is contained in:
parent
1217ffea87
commit
92158e871e
@ -33,7 +33,6 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
|
|||||||
(lib.nameValuePair "php" {
|
(lib.nameValuePair "php" {
|
||||||
# usage: https://uwsgi-docs.readthedocs.io/en/latest/PHP.html#running-php-apps-with-nginx
|
# usage: https://uwsgi-docs.readthedocs.io/en/latest/PHP.html#running-php-apps-with-nginx
|
||||||
path = "plugins/php";
|
path = "plugins/php";
|
||||||
preBuild = "touch unix.h";
|
|
||||||
inputs = [ php-embed ] ++ php-embed.buildInputs;
|
inputs = [ php-embed ] ++ php-embed.buildInputs;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user