ea95a0509e
set `useOldXLibs' to `false' in all-packages-generic.nix to use them. * Added Xaw3d. * Added Xaw3d support to Emacs. svn path=/nixpkgs/trunk/; revision=4263
12 lines
272 B
Bash
12 lines
272 B
Bash
source $stdenv/setup
|
|
|
|
postInstall=postInstall
|
|
postInstall() {
|
|
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
|
|
}
|
|
|
|
genericBuild
|