]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add langs and exts to phpbb passthru
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 3 May 2020 22:15:42 +0000 (00:15 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 3 May 2020 22:15:42 +0000 (00:15 +0200)
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;
   };