We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9cc1787 commit e37f970Copy full SHA for e37f970
pkgs/servers/uwsgi/default.nix
@@ -34,7 +34,7 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
34
# usage: https://uwsgi-docs.readthedocs.io/en/latest/PHP.html#running-php-apps-with-nginx
35
path = "plugins/php";
36
preBuild = "touch unix.h";
37
- inputs = [ php-embed php-embed.nativeBuildInputs ];
+ inputs = [ php-embed ] ++ php-embed.buildInputs;
38
})
39
];
40
0 commit comments