Removed a link that gets in the way sometimes and leads nowhere anyway.

svn path=/nixpkgs/trunk/; revision=9030
This commit is contained in:
Michael Raskin 2007-08-02 21:28:26 +00:00
parent f643c7bcb8
commit 9787a92b8f

View file

@ -15,4 +15,6 @@ stdenv.mkDerivation {
preConfigure = "
configureFlags=\"--with-xkb-base=$out/etc/X11/xkb -with-xkb-rules-symlink=xorg,xfree86\"
";
postInstall = "rm \${out}/etc/X11/xkb/compiled";
}