mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Another attempt to fix xlaunch
svn path=/nixpkgs/trunk/; revision=10038
This commit is contained in:
parent
af2c151d9d
commit
9784b59b8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user