From af2c151d9d8c83a2a34790080fbb40c9b10b8428 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 1 Jan 2008 11:33:25 +0000 Subject: [PATCH] Fix for xlaunch svn path=/nixpkgs/trunk/; revision=10037 --- pkgs/tools/X11/xlaunch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/X11/xlaunch/default.nix b/pkgs/tools/X11/xlaunch/default.nix index 4f229da8abb..8655007dca4 100644 --- a/pkgs/tools/X11/xlaunch/default.nix +++ b/pkgs/tools/X11/xlaunch/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation { buildCommand = " mkdir -p \$out/bin echo ' - (egrep \"^\\s+env\" /etc/event.d/xserver | sed -e s/env// ; echo X;) | bash & + (egrep \"^ +env\" /etc/event.d/xserver | sed -e s/env// ; echo X;) | bash & sleep 15; \"$@\"; ' >\$out/bin/xlaunch