php: fixed not being able to disable phpdbgSupport

wip/yesman
eyjhb 3 years ago
parent 60358d0dcf
commit 563949e084
No known key found for this signature in database
GPG Key ID: 740FAE1502523BD8
  1. 2
      pkgs/development/interpreters/php/generic.nix

@ -189,7 +189,7 @@ let
"--with-libxml-dir=${libxml2.dev}"
]
++ lib.optional pharSupport "--enable-phar"
++ lib.optional phpdbgSupport "--enable-phpdbg"
++ lib.optional (!phpdbgSupport) "--disable-phpdbg"
# Misc flags

Loading…
Cancel
Save