Author: viric
Date: Mon Jul 12 22:32:22 2010
New Revision: 22570
URL: https://svn.nixos.org/websvn/nix/?rev=22570&sc=1

Log:
Trouble in my last tigervnc commit. Fixing it.

Modified:
   nixpkgs/trunk/pkgs/tools/admin/tigervnc/default.nix

Modified: nixpkgs/trunk/pkgs/tools/admin/tigervnc/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/admin/tigervnc/default.nix Mon Jul 12 22:15:50 
2010        (r22569)
+++ nixpkgs/trunk/pkgs/tools/admin/tigervnc/default.nix Mon Jul 12 22:32:22 
2010        (r22570)
@@ -21,6 +21,8 @@
     sed -i -e 's,$(includedir)/pixman-1,${pixman}/include/pixman-1,' 
unix/xserver/hw/vnc/Makefile.am
   '';
 
+  # I don't know why I can't use in the script
+  # this:  ${concatStringsSep " " (map (f: "${f}") xorgserver.patches)}
   xorgPatches = xorgserver.patches;
 
   postBuild = ''
@@ -28,8 +30,6 @@
     tar xf ${xorgserver.src}
     cp -R xorg*/* unix/xserver
     pushd unix/xserver
-    # This below does not work and I don't know why:
-    #for a in ${concatStringsSep " " (map (f: "${f}") xorgserver.patches)}
     for a in $xorgPatches
     do
       patch -p1 < $a
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to