* Force a rebuild of the X server, because the current build got
corrupted in a crash. svn path=/nixpkgs/trunk/; revision=20497
This commit is contained in:
parent
c7b9e45e76
commit
04f73b29d6
@ -144,7 +144,7 @@ in
|
|||||||
[ xorg.libpciaccess xorg.inputproto xorg.xextproto xorg.randrproto ];
|
[ xorg.libpciaccess xorg.inputproto xorg.xextproto xorg.randrproto ];
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
rm -rf $out/share/X11/xkb/compiled
|
rm -fr $out/share/X11/xkb/compiled
|
||||||
ln -s /var/tmp $out/share/X11/xkb/compiled
|
ln -s /var/tmp $out/share/X11/xkb/compiled
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user