about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2022-10-01 17:19:02 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2022-10-03 10:06:48 +0200
commitd81b7507f0b40f3137f3b611b963ea5ddb4b14a3 (patch)
treea8156e35b17a3674d31cb8d6e37b0f9cb00ccd4c /pkgs/development
parent9b9830c41febf82448270d501471e9370472c718 (diff)
downloadnixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.tar
nixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.tar.gz
nixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.tar.bz2
nixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.tar.lz
nixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.tar.xz
nixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.tar.zst
nixlib-d81b7507f0b40f3137f3b611b963ea5ddb4b14a3.zip
php: enable `imap` extension by default
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/interpreters/php/8.0.nix3
-rw-r--r--pkgs/development/interpreters/php/8.1.nix3
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/php/8.0.nix b/pkgs/development/interpreters/php/8.0.nix
index c58c79415d40..97ef232135ec 100644
--- a/pkgs/development/interpreters/php/8.0.nix
+++ b/pkgs/development/interpreters/php/8.0.nix
@@ -21,6 +21,7 @@ base.withExtensions ({ all, ... }: with all; ([
   gettext
   gmp
   iconv
+  imap
   intl
   ldap
   mbstring
@@ -49,4 +50,4 @@ base.withExtensions ({ all, ... }: with all; ([
   xmlwriter
   zip
   zlib
-] ++ lib.optionals (!stdenv.isDarwin) [ imap ]))
+]))
diff --git a/pkgs/development/interpreters/php/8.1.nix b/pkgs/development/interpreters/php/8.1.nix
index aa190bc3866c..7e73787256d2 100644
--- a/pkgs/development/interpreters/php/8.1.nix
+++ b/pkgs/development/interpreters/php/8.1.nix
@@ -21,6 +21,7 @@ base.withExtensions ({ all, ... }: with all; ([
   gettext
   gmp
   iconv
+  imap
   intl
   ldap
   mbstring
@@ -49,4 +50,4 @@ base.withExtensions ({ all, ... }: with all; ([
   xmlwriter
   zip
   zlib
-] ++ lib.optionals (!stdenv.isDarwin) [ imap ]))
+]))