From: Ismaƫl Bouya Date: Sun, 3 May 2020 22:15:42 +0000 (+0200) Subject: Add langs and exts to phpbb passthru X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=8d884ad26e37b577c245e25124ca43aa31f776b5 Add langs and exts to phpbb passthru --- diff --git a/pkgs/webapps/phpbb/default.nix b/pkgs/webapps/phpbb/default.nix index d7d008e..21ee154 100644 --- a/pkgs/webapps/phpbb/default.nix +++ b/pkgs/webapps/phpbb/default.nix @@ -14,6 +14,7 @@ let fr = callPackage ./langs/fr.nix {}; }; toPassthru = pkg: { + inherit allLangs allExts; withLangs = withLangs pkg; withExts = withExts pkg; };