File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
servers/web-apps/wordpress/packages Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -184,16 +184,18 @@ let
184184 }
185185 // lib . mapAttrs (
186186 type : pkgs :
187- lib . makeExtensible (
188- _ :
189- lib . mapAttrs (
190- pname : data :
191- self . mkOfficialWordpressDerivation {
192- type = lib . removeSuffix "s" type ;
193- inherit pname data ;
194- license = sourceJson . ${ type } . ${ pname } ;
195- }
196- ) pkgs
187+ lib . recurseIntoAttrs (
188+ lib . makeExtensible (
189+ _ :
190+ lib . mapAttrs (
191+ pname : data :
192+ self . mkOfficialWordpressDerivation {
193+ type = lib . removeSuffix "s" type ;
194+ inherit pname data ;
195+ license = sourceJson . ${ type } . ${ pname } ;
196+ }
197+ ) pkgs
198+ )
197199 )
198200 ) generatedJson ;
199201
Original file line number Diff line number Diff line change @@ -19005,7 +19005,7 @@ with pkgs;
1900519005 wordpress_6_7
1900619006 ;
1900719007
19008- wordpressPackages = (
19008+ wordpressPackages = recurseIntoAttrs (
1900919009 callPackage ../servers/web-apps/wordpress/packages {
1901019010 plugins = lib.importJSON ../servers/web-apps/wordpress/packages/plugins.json;
1901119011 themes = lib.importJSON ../servers/web-apps/wordpress/packages/themes.json;
You can’t perform that action at this time.
0 commit comments