narsil: bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 -> f5ec6bd6b8013f2a2b74fc45b6f4c5374...
[NixPkgs.git] / pkgs / by-name / uw / uwsgi / no-ext-session-php_session.h-on-NixOS.patch
blobbde8f4fda1dc5eae1cf488218f72c7b936945d48
1 From 6b9b3559d8ce59eda6c5cd6f04224cebaaa5d0ea Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?=
3 =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?=
4 <gdamjan@gmail.com>
5 Date: Tue, 8 Sep 2020 17:11:39 +0200
6 Subject: [PATCH] no ext/session/php_session.h on NixOS
8 on NixOS php_session.h is in its own package, and is not installed in
9 ext/session/
10 ---
11 plugins/php/common.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/plugins/php/common.h b/plugins/php/common.h
15 index 9bf1c069..be93f519 100644
16 --- a/plugins/php/common.h
17 +++ b/plugins/php/common.h
18 @@ -10,7 +10,7 @@
19 #endif
20 #include "ext/standard/info.h"
22 -#include "ext/session/php_session.h"
23 +#include "php_session.h"
25 #include <uwsgi.h>
27 --
28 2.28.0