From 9784b59b8b3423655247e6b9aa20efb3e6c967d9 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 1 Jan 2008 11:49:18 +0000 Subject: [PATCH] Another attempt to fix xlaunch svn path=/nixpkgs/trunk/; revision=10038 --- 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 8655007dca4a..3f8d92dc783a 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// ; echo X;) | bash & + (egrep \"^ +env\" /etc/event.d/xserver | sed -e s/env/ export / ; echo X;) | bash & sleep 15; \"$@\"; ' >\$out/bin/xlaunch