Skip to content

Commit

Permalink
extension ctype used by af_readability plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Aug 28, 2022
1 parent 1f15713 commit 2ca8fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
systemdSupport = false;
apxs2Support = false;
}).withExtensions ({ all, ... }: with all;
[ pdo pdo_pgsql pcntl posix filter mbstring fileinfo iconv intl dom curl gd opcache session ]);
[ pdo pdo_pgsql pcntl posix filter ctype mbstring fileinfo iconv intl dom curl gd opcache session ]);

uwsgi = pkgs.uwsgi.override {
withPAM = false;
Expand Down

0 comments on commit 2ca8fb6

Please sign in to comment.