From 9787a92b8fa9008ec8bdeb31daac8437e40513f2 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 2 Aug 2007 21:28:26 +0000 Subject: [PATCH] Removed a link that gets in the way sometimes and leads nowhere anyway. svn path=/nixpkgs/trunk/; revision=9030 --- pkgs/data/misc/xkeyboard-config/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/data/misc/xkeyboard-config/default.nix b/pkgs/data/misc/xkeyboard-config/default.nix index a082a553da9..9eae78b0700 100644 --- a/pkgs/data/misc/xkeyboard-config/default.nix +++ b/pkgs/data/misc/xkeyboard-config/default.nix @@ -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"; }