wlroots_0_20: init at 0.20.0-rc3

This commit is contained in:
John Chadwick
2026-03-26 21:46:04 -04:00
parent ffe93a6871
commit 0932aaf524
2 changed files with 9 additions and 0 deletions
@@ -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
View File
@@ -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 { });