Merge pull request #73495 from tilpner/pkgs/weechatScripts/recurseIntoAttrs

This commit is contained in:
Jörg Thalheim 2020-05-09 12:34:57 +01:00 committed by GitHub
commit a84f932e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;