Merge pull request #276309 from wineee/waybar

waybar: don't need wlroots
This commit is contained in:
Maciej Krüger 2023-12-23 18:22:34 +01:00 committed by GitHub
commit 89b1c37150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -39,7 +39,6 @@
, upower
, wayland
, wireplumber
, wlroots
, wrapGAppsHook
, cavaSupport ? true
@ -115,7 +114,6 @@ stdenv.mkDerivation (finalAttrs: {
libxkbcommon
spdlog
wayland
wlroots
]
++ lib.optionals cavaSupport [
SDL2
@ -187,6 +185,6 @@ stdenv.mkDerivation (finalAttrs: {
synthetica
khaneliman
];
inherit (wlroots.meta) platforms;
platforms = lib.platforms.linux;
};
})

View File

@ -32672,9 +32672,7 @@ with pkgs;
rootbar = callPackage ../applications/misc/rootbar { };
waybar = callPackage ../applications/misc/waybar {
wlroots = wlroots_0_15;
};
waybar = callPackage ../applications/misc/waybar { };
waycorner = callPackage ../applications/misc/waycorner { };