From e0317df04fdcfcba45d5eee8d1b143b8ccd474c3 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 1 Jan 2008 12:15:40 +0000 Subject: Yet another attempt to fix xlaunch svn path=/nixpkgs/trunk/; revision=10039 --- pkgs/tools/X11/xlaunch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/X11') diff --git a/pkgs/tools/X11/xlaunch/default.nix b/pkgs/tools/X11/xlaunch/default.nix index 3f8d92dc783a..894af20c39ae 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 \"^ +env\" /etc/event.d/xserver | sed -e s/env/ export / ; echo X;) | bash & + (egrep \"^ +env\" /etc/event.d/xserver | sed -e \"s/env/ export /\" ; echo X;) | bash & sleep 15; \"$@\"; ' >\$out/bin/xlaunch -- cgit 1.4.1