Merge pull request #73495 from tilpner/pkgs/weechatScripts/recurseIntoAttrs
This commit is contained in:
commit
a84f932e31
1 changed files with 1 additions and 1 deletions
|
@ -22535,7 +22535,7 @@ in
|
|||
|
||||
weechat = wrapWeechat weechat-unwrapped { };
|
||||
|
||||
weechatScripts = dontRecurseIntoAttrs (callPackage ../applications/networking/irc/weechat/scripts { });
|
||||
weechatScripts = recurseIntoAttrs (callPackage ../applications/networking/irc/weechat/scripts { });
|
||||
|
||||
westonLite = weston.override {
|
||||
pango = null;
|
||||
|
|
Loading…
Reference in a new issue