aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
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 };