Merge pull request #15814 from valeriangalliat/hotfix/fcgiwrap-systemd-230
fcgiwrap: fix build with systemd 230
This commit is contained in:
commit
46df051890
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ autoreconfHook systemd fcgi pkgconfig ];
|
buildInputs = [ autoreconfHook systemd fcgi pkgconfig ];
|
||||||
|
|
||||||
|
# systemd 230 no longer has libsystemd-daemon as a separate entity from libsystemd
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace configure.ac --replace libsystemd-daemon libsystemd
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://nginx.localdomain.pl/wiki/FcgiWrap;
|
homepage = https://nginx.localdomain.pl/wiki/FcgiWrap;
|
||||||
description = "Simple server for running CGI applications over FastCGI";
|
description = "Simple server for running CGI applications over FastCGI";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user