Merge pull request #63193 from justinwoo/polybar-i3-pulse

add polybarFull to all-packages
This commit is contained in:
Domen Kožar 2019-07-07 13:01:38 +02:00 committed by GitHub
commit 37ee47181d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19310,6 +19310,17 @@ in
polybar = callPackage ../applications/misc/polybar { };
polybarFull = callPackage ../applications/misc/polybar {
alsaSupport = true;
githubSupport = true;
mpdSupport = true;
pulseSupport = true;
iwSupport = true;
nlSupport = true;
i3Support = true;
i3GapsSupport = true;
};
ptex = callPackage ../development/libraries/ptex {};
qtcurve = libsForQt5.callPackage ../misc/themes/qtcurve {};