1
0
Fork 0
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:
Eelco Dolstra 2010-01-05 23:38:13 +00:00
parent 0f5b178fcf
commit 5cc99487cb
3 changed files with 28 additions and 7 deletions

View file

@ -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 ];
};