Skip to content

Commit e37f970

Browse files
bachpabbradar
authored andcommittedJun 2, 2017
uwsgi: fix php plugin build
1 parent 9cc1787 commit e37f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/servers/uwsgi/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
3434
# usage: https://uwsgi-docs.readthedocs.io/en/latest/PHP.html#running-php-apps-with-nginx
3535
path = "plugins/php";
3636
preBuild = "touch unix.h";
37-
inputs = [ php-embed php-embed.nativeBuildInputs ];
37+
inputs = [ php-embed ] ++ php-embed.buildInputs;
3838
})
3939
];
4040

0 commit comments

Comments
 (0)