mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
* 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 ];
|
||||
postInstall =
|
||||
''
|
||||
rm -rf $out/share/X11/xkb/compiled
|
||||
rm -fr $out/share/X11/xkb/compiled
|
||||
ln -s /var/tmp $out/share/X11/xkb/compiled
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user