mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Merge pull request #276309 from wineee/waybar
waybar: don't need wlroots
This commit is contained in:
commit
89b1c37150
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user