From 8d884ad26e37b577c245e25124ca43aa31f776b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 May 2020 00:15:42 +0200 Subject: [PATCH] Add langs and exts to phpbb passthru --- pkgs/webapps/phpbb/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.41.0