Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-19 18:11:54 +00:00
committed by GitHub
54 changed files with 512 additions and 279 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
}:
let
usesX11 = stdenv.isLinux || stdenv.hostPlatform.isBSD;
usesX11 = stdenv.isLinux || stdenv.isBSD;
in
assert (x11Support && usesX11) -> xclip != null || xsel != null;