summary refs log tree commit diff
path: root/pkgs/servers/x11/xorg/xmkmf.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-11-12 17:05:51 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-11-12 17:05:51 +0000
commitea95a0509ecde0208d26cea272bd8fc5136dd4be (patch)
tree4a9cbcf689813a01ad579b1b76dc974840b8dfd5 /pkgs/servers/x11/xorg/xmkmf.sh
parentabcd9e81557d8ffc7228a110ba2bb3058b618c44 (diff)
downloadnixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.tar
nixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.tar.gz
nixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.tar.bz2
nixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.tar.lz
nixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.tar.xz
nixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.tar.zst
nixpkgs-ea95a0509ecde0208d26cea272bd8fc5136dd4be.zip
* Start the switch to the new X libraries. It's still conditional:
  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
Diffstat (limited to 'pkgs/servers/x11/xorg/xmkmf.sh')
-rw-r--r--pkgs/servers/x11/xorg/xmkmf.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/servers/x11/xorg/xmkmf.sh b/pkgs/servers/x11/xorg/xmkmf.sh
new file mode 100644
index 00000000000..1891f61dabe
--- /dev/null
+++ b/pkgs/servers/x11/xorg/xmkmf.sh
@@ -0,0 +1,11 @@
+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