Skip to content

Commit

Permalink
wlroots_0_17: init at 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee committed Nov 23, 2023
1 parent e3e89a0 commit 08777f7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pkgs/development/libraries/wlroots/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
, seatd
, vulkan-loader
, glslang
, libliftoff
, libdisplay-info
, nixosTests

, enableXWayland ? true
Expand Down Expand Up @@ -124,5 +126,15 @@ rec {
'';
};

wlroots = wlroots_0_16;
wlroots_0_17 = generic {
version = "0.17.0";
hash = "sha256-VUrnSG4UAAH0cBy15lG0w8RernwegD6lkOdLvWU3a4c=";
extraBuildInputs = [
hwdata
libliftoff
libdisplay-info
];
};

wlroots = wlroots_0_17;
}

0 comments on commit 08777f7

Please sign in to comment.