mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
uwsgi: fix php plugin build
This commit is contained in:
parent
9cc17871c5
commit
e37f970d00
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
|
||||||
# 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";
|
preBuild = "touch unix.h";
|
||||||
inputs = [ php-embed php-embed.nativeBuildInputs ];
|
inputs = [ php-embed ] ++ php-embed.buildInputs;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue