Commit 0932aaf5 authored by John Chadwick's avatar John Chadwick
Browse files

wlroots_0_20: init at 0.20.0-rc3

parent ffe93a68
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-rc3";
    hash = "sha256-qUhb/hDw4v28wwB/TTKIN0TJvuBCayXBKFbXMzGd7Cs=";
    extraBuildInputs = [
      lcms2
    ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -9722,6 +9722,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 { });