bspwm: modernize (#546058)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-04 19:14:01 +00:00
committed by GitHub
+4
View File
@@ -7,6 +7,7 @@
libxcb-util,
libxcb-keysyms,
libxcb-wm,
versionCheckHook,
nixosTests,
}:
@@ -34,6 +35,9 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "PREFIX=$(out)" ];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
passthru.tests = {
inherit (nixosTests) startx;
};