nixpkgs/pkgs/servers/x11/xorg/imake.sh

8 lines
233 B
Bash
Raw Normal View History

preInstall=preInstall
preInstall() {
ensureDir $out/lib/X11/config
ln -s $xorgcffiles/lib/X11/config/* $out/lib/X11/config
touch $out/lib/X11/config/host.def # !!! hack
touch $out/lib/X11/config/date.def # !!! hack
}