mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 19:16:47 +03:00
* A function to wait until a window exists.
svn path=/nixos/trunk/; revision=19246
This commit is contained in:
parent
0f5b178fcf
commit
5cc99487cb
3 changed files with 28 additions and 7 deletions
|
@ -48,6 +48,9 @@ with pkgs.lib;
|
|||
# Panic if an error occurs in stage 1 (rather than waiting for
|
||||
# user intervention).
|
||||
boot.kernelParams = [ "stage1panic" ];
|
||||
|
||||
# `xwininfo' is used by the test driver to query open windows.
|
||||
environment.systemPackages = [ pkgs.xorg.xwininfo ];
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue