Skip to content

Commit

Permalink
flake: remove wl-screenrec for now
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Jun 22, 2024
1 parent 2a0cfb1 commit d3bbb05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@
attrName = "new-wayland-protocols";
nixpkgsAttrName = "wayland-protocols";
}
{
attrName = "wl-screenrec";
# soon in nixpkgs
extra.buildInputs = [ prev.libdrm ];
replace.doCheck = false;
}
# {
# attrName = "wl-screenrec";
# # soon in nixpkgs
# extra.buildInputs = [ prev.libdrm ];
# replace.doCheck = false;
# }
{
attrName = "wbg";
extra.buildInputs = [ prev.libjxl prev.pixman ];
Expand Down

0 comments on commit d3bbb05

Please sign in to comment.