wlroots_0_19: init at 0.19.0

This commit is contained in:
rewine
2025-05-30 16:47:25 +02:00
committed by Alyssa Ross
parent e3f752e29d
commit 2d1418e6ff
2 changed files with 8 additions and 1 deletions
@@ -169,5 +169,11 @@ rec {
];
};
wlroots = wlroots_0_18;
wlroots_0_19 = generic {
version = "0.19.0";
hash = "sha256-I8z50yA/ukvXEC5TksG84+GrQpfC4drBJDRGw0R8RLk=";
extraBuildInputs = [
lcms2
];
};
}
+1
View File
@@ -12794,6 +12794,7 @@ with pkgs;
inherit (callPackages ../development/libraries/wlroots { })
wlroots_0_17
wlroots_0_18
wlroots_0_19
;
sway-contrib = recurseIntoAttrs (callPackages ../applications/misc/sway-contrib { });