]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/phpbb/default.nix
Add langs and exts to phpbb passthru
[perso/Immae/Config/Nix.git] / pkgs / webapps / phpbb / default.nix
index d7d008ed284dc1474560781d467c2afe7348573a..21ee15418765c6813a36eb73d1478f341ce9289a 100644 (file)
@@ -14,6 +14,7 @@ let
     fr = callPackage ./langs/fr.nix {};
   };
   toPassthru = pkg: {
+    inherit allLangs allExts;
     withLangs = withLangs pkg;
     withExts = withExts pkg;
   };