aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-04 00:15:42 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-04 00:15:42 +0200
commit8d884ad26e37b577c245e25124ca43aa31f776b5 (patch)
treeb4cc2a3aaae8891e4f8c4327101026a45e09fa2d /pkgs
parent3dd7ddbbf0b806710815d3f7e7923ced97fcb61c (diff)
downloadNix-8d884ad26e37b577c245e25124ca43aa31f776b5.tar.gz
Nix-8d884ad26e37b577c245e25124ca43aa31f776b5.tar.zst
Nix-8d884ad26e37b577c245e25124ca43aa31f776b5.zip
Add langs and exts to phpbb passthru
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/webapps/phpbb/default.nix1
1 files changed, 1 insertions, 0 deletions
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
14 fr = callPackage ./langs/fr.nix {}; 14 fr = callPackage ./langs/fr.nix {};
15 }; 15 };
16 toPassthru = pkg: { 16 toPassthru = pkg: {
17 inherit allLangs allExts;
17 withLangs = withLangs pkg; 18 withLangs = withLangs pkg;
18 withExts = withExts pkg; 19 withExts = withExts pkg;
19 }; 20 };