X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fwebapps%2Fphpbb%2Fdefault.nix;h=21ee15418765c6813a36eb73d1478f341ce9289a;hp=d7d008ed284dc1474560781d467c2afe7348573a;hb=8d884ad26e37b577c245e25124ca43aa31f776b5;hpb=3dd7ddbbf0b806710815d3f7e7923ced97fcb61c 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; };