mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:47:35 +00:00
Merge pull request #270185 from kira-bruneau/swayfx
Revert "swayfx: wrap like sway"
This commit is contained in:
commit
8d16f1e8fe
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, sway-unwrapped
|
||||
, makeWrapper, symlinkJoin, writeShellScriptBin
|
||||
, withBaseWrapper ? true, extraSessionCommands ? "", dbus
|
||||
, withGtkWrapper ? false, wrapGAppsHook, gdk-pixbuf, glib, gtk3
|
||||
@ -10,8 +11,6 @@
|
||||
, dbusSupport ? true
|
||||
}:
|
||||
|
||||
sway-unwrapped:
|
||||
|
||||
assert extraSessionCommands != "" -> withBaseWrapper;
|
||||
|
||||
with lib;
|
||||
|
@ -32641,11 +32641,10 @@ with pkgs;
|
||||
wlroots_0_16
|
||||
wlroots;
|
||||
|
||||
wrapSway = callPackage ../applications/window-managers/sway/wrapper.nix { };
|
||||
sway-unwrapped = callPackage ../applications/window-managers/sway {
|
||||
wlroots = wlroots_0_16;
|
||||
};
|
||||
sway = wrapSway sway-unwrapped;
|
||||
sway = callPackage ../applications/window-managers/sway/wrapper.nix { };
|
||||
swaybg = callPackage ../applications/window-managers/sway/bg.nix { };
|
||||
swayidle = callPackage ../applications/window-managers/sway/idle.nix { };
|
||||
swaylock = callPackage ../applications/window-managers/sway/lock.nix { };
|
||||
@ -32656,8 +32655,7 @@ with pkgs;
|
||||
|
||||
swaycons = callPackage ../applications/window-managers/sway/swaycons.nix { };
|
||||
|
||||
swayfx-unwrapped = callPackage ../applications/window-managers/sway/fx.nix { };
|
||||
swayfx = wrapSway swayfx-unwrapped;
|
||||
swayfx = callPackage ../applications/window-managers/sway/fx.nix { };
|
||||
|
||||
swaylock-fancy = callPackage ../applications/window-managers/sway/lock-fancy.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user