aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/icingaweb2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pkgs/icingaweb2/default.nix')
-rw-r--r--modules/pkgs/icingaweb2/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/pkgs/icingaweb2/default.nix b/modules/pkgs/icingaweb2/default.nix
index 5c5cce6..928c4d3 100644
--- a/modules/pkgs/icingaweb2/default.nix
+++ b/modules/pkgs/icingaweb2/default.nix
@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "047s43amqj0i4k4xfac3n0784yvzphv3b9kirr4wycvn9pcz06d4";
};
- patches = [ ./sproxy.patch ];
+ patches = [
+ ./sproxy.patch
+ ./php72.patch
+ ];
buildPhase = "true";