Unverified Commit 5ade5d5e authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

wlroots_0_20: init at 0.20.0 (#493519)

parents 85c1b71a 74f62ab7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -172,4 +172,12 @@ in
    version = "0.19.3";
    hash = "sha256-J+wSVUtuizaCyCn523chFbE8VtbPjyu5XYv5eLT+GM0=";
  };

  wlroots_0_20 = generic {
    version = "0.20.0";
    hash = "sha256-hVJlJiJK6+9RkgkmQzUzb8ypVMqsNhbQG6KfeCvxtb0=";
    extraBuildInputs = [
      lcms2
    ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ mapAliases {
  fetchFromGithub = throw "You meant fetchFromGitHub, with a capital H"; # preserve, reason: common typo
  fuse2fs = if stdenv.hostPlatform.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
  uclibc = uclibc-ng; # preserve, because uclibc-ng can't be used in config string
  wlroots = wlroots_0_19; # preserve, reason: wlroots is unstable, we must keep depending on 'wlroots_0_*', convert to package after a stable(1.x) release
  wlroots = wlroots_0_20; # preserve, reason: wlroots is unstable, we must keep depending on 'wlroots_0_*', convert to package after a stable(1.x) release
  wormhole-rs = magic-wormhole-rs; # Added 2022-05-30. preserve, reason: Arch package name, main binary name

  # keep-sorted start case=no numeric=yes block=yes
+2 −1
Original line number Diff line number Diff line
@@ -9732,6 +9732,7 @@ with pkgs;
  inherit (callPackages ../development/libraries/wlroots { })
    wlroots_0_18
    wlroots_0_19
    wlroots_0_20
    ;

  sway-contrib = recurseIntoAttrs (callPackages ../applications/misc/sway-contrib { });
@@ -10668,7 +10669,7 @@ with pkgs;
  transmission_4-qt = transmission_4-qt5;

  tinywl = callPackage ../applications/window-managers/tinywl {
    wlroots = wlroots_0_19;
    wlroots = wlroots_0_20;
  };

  tuxclocker = libsForQt5.callPackage ../applications/misc/tuxclocker {