forked from mirrors/nixpkgs
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" {
|
||||
# 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;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue