mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
sway-unwrapped: 1.9 -> 1.10 (#351752)
This commit is contained in:
commit
3b2ebbb33f
3 changed files with 6 additions and 6 deletions
|
@ -85,9 +85,10 @@ in
|
|||
|
||||
extraPackages = lib.mkOption {
|
||||
type = with lib.types; listOf package;
|
||||
default = with pkgs; [ swaylock swayidle foot dmenu wmenu ];
|
||||
# Packages used in default config
|
||||
default = with pkgs; [ brightnessctl foot grim pulseaudio swayidle swaylock wmenu ];
|
||||
defaultText = lib.literalExpression ''
|
||||
with pkgs; [ swaylock swayidle foot dmenu wmenu ];
|
||||
with pkgs; [ brightnessctl foot grim pulseaudio swayidle swaylock wmenu ];
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
with pkgs; [ i3status i3status-rust termite rofi light ]
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sway-unwrapped";
|
||||
version = "1.9";
|
||||
version = "1.10";
|
||||
|
||||
inherit enableXWayland isNixOS systemdSupport trayEnabled;
|
||||
src = fetchFromGitHub {
|
||||
owner = "swaywm";
|
||||
repo = "sway";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-/6+iDkQfdLcL/pTJaqNc6QdP4SRVOYLjfOItEu/bZtg=";
|
||||
hash = "sha256-PzeU/niUdqI6sf2TCG19G2vNgAZJE5JCyoTwtO9uFTk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
sd-bus-provider = if systemdSupport then "libsystemd" else "basu";
|
||||
in [
|
||||
(mesonOption "sd-bus-provider" sd-bus-provider)
|
||||
(mesonEnable "xwayland" finalAttrs.enableXWayland)
|
||||
(mesonEnable "tray" finalAttrs.trayEnabled)
|
||||
];
|
||||
|
||||
|
|
|
@ -4412,7 +4412,7 @@ with pkgs;
|
|||
shotman = callPackage ../tools/wayland/shotman { };
|
||||
|
||||
sway-unwrapped = callPackage ../by-name/sw/sway-unwrapped/package.nix {
|
||||
wlroots = wlroots_0_17;
|
||||
wlroots = wlroots_0_18;
|
||||
};
|
||||
|
||||
swayr = callPackage ../tools/wayland/swayr { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue