Unverified Commit 3b2ebbb3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

sway-unwrapped: 1.9 -> 1.10 (#351752)

parents ec78e5d5 eb382ecd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ]
+2 −3
Original line number Diff line number Diff line
@@ -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)
    ];

+1 −1
Original line number Diff line number Diff line
@@ -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 { };