mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
91e0b058af
svn path=/nixpkgs/trunk/; revision=8776
7 lines
235 B
Bash
7 lines
235 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
|
|
}
|