bspwm: modernize (#546058)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user