Skip to content

Commit

Permalink
xorg.xrandr: remove unnecessary xkeystone binary
Browse files Browse the repository at this point in the history
Fixes #21714 (see this for more information)
  • Loading branch information
globin committed Jan 11, 2017
1 parent 8ff396a commit 289782b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/servers/x11/xorg/overrides.nix
Expand Up @@ -592,4 +592,9 @@ in
preBuild = "sed -i 's|gcc -E|gcc -E -P|' man/Makefile";
};

xrandr = attrs: attrs // {
postInstall = ''
rm $out/bin/xkeystone
'';
};
}

0 comments on commit 289782b

Please sign in to comment.