summary refs log tree commit diff
path: root/pkgs/development/interpreters/php/default.nix
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2018-07-29 17:01:47 +0200
committerElis Hirwing <elis@hirwing.se>2018-07-29 17:01:47 +0200
commitff1c76a58c6a9ea036f512bc08ef98f585c2ffe0 (patch)
tree5b3d27d519ffe5c6763cfcfeb0b5ac7ec463219b /pkgs/development/interpreters/php/default.nix
parent846d8f8305192dcc3a63139102698b4ac6b9ef9f (diff)
downloadnixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.tar
nixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.tar.gz
nixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.tar.bz2
nixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.tar.lz
nixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.tar.xz
nixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.tar.zst
nixpkgs-ff1c76a58c6a9ea036f512bc08ef98f585c2ffe0.zip
php: Add config flag for tidy
I think this was missed in ae9932e4312991cc3d3d611f541bab7d6567f392
refactoring since this flag was added to master while the refactoring
was being reviewed.
Diffstat (limited to 'pkgs/development/interpreters/php/default.nix')
-rw-r--r--pkgs/development/interpreters/php/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index 9bf8577923c..9d6a0e1ac7a 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -51,7 +51,7 @@ let
   , ztsSupport ? config.php.zts or false
   , calendarSupport ? config.php.calendar or true
   , sodiumSupport ? (config.php.sodium or true) && (versionAtLeast version "7.2")
-  , tidySupport ? false
+  , tidySupport ? (config.php.tidy or false)
   }:
 
     let