about summary refs log tree commit diff
path: root/pkgs/development/compilers/eql
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-12-17 10:59:09 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-12-17 10:59:09 +0000
commitb1b17da07c5dad22e2fe99a1337b1ea04d070a6e (patch)
tree8e9d0f5c6d0ae3599657ae166243a480faa42af2 /pkgs/development/compilers/eql
parent55afe4bc5ed4e83a612b53730d38113a0552946b (diff)
downloadnixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.tar
nixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.tar.gz
nixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.tar.bz2
nixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.tar.lz
nixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.tar.xz
nixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.tar.zst
nixlib-b1b17da07c5dad22e2fe99a1337b1ea04d070a6e.zip
Alleviate race condition: give Xvfb 10 seconds to start up. I hate the fact that EQL build even needs it, but it does run a Qt application to generate some file
svn path=/nixpkgs/trunk/; revision=25168
Diffstat (limited to 'pkgs/development/compilers/eql')
-rw-r--r--pkgs/development/compilers/eql/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/eql/default.nix b/pkgs/development/compilers/eql/default.nix
index c4ed06a00eaf..70d309472243 100644
--- a/pkgs/development/compilers/eql/default.nix
+++ b/pkgs/development/compilers/eql/default.nix
@@ -47,6 +47,7 @@ rec {
     TMP=.
     TMPDIR=.
     XKB_BINDIR="${xkbcomp}/bin" Xvfb -once -reset -terminate :2 -xkbdir ${xkeyboard_config}/etc/X11/xkb &
+    sleep 10;
     DISPLAY=:2 ./first_metatype_id
   '') ["doUnpack" "addInputs"];