mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
2346c0061b
svn path=/nixpkgs/trunk/; revision=4530
7 lines
233 B
Bash
7 lines
233 B
Bash
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
|
|
}
|