Skip to content

Commit

Permalink
uwsgi: fix php plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp authored and abbradar committed Jun 2, 2017
1 parent 9cc1787 commit e37f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/uwsgi/default.nix
Expand Up @@ -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
path = "plugins/php";
preBuild = "touch unix.h";
inputs = [ php-embed php-embed.nativeBuildInputs ];
inputs = [ php-embed ] ++ php-embed.buildInputs;
})
];

Expand Down

0 comments on commit e37f970

Please sign in to comment.