Author: raskin
Date: Thu Oct 14 12:01:03 2010
New Revision: 24281
URL: https://svn.nixos.org/websvn/nix/?rev=24281&sc=1

Log:
Fix some old typos

Modified:
   nixpkgs/trunk/pkgs/applications/misc/xneur/default.nix

Modified: nixpkgs/trunk/pkgs/applications/misc/xneur/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/misc/xneur/default.nix      Thu Oct 14 
11:54:19 2010        (r24280)
+++ nixpkgs/trunk/pkgs/applications/misc/xneur/default.nix      Thu Oct 14 
12:01:03 2010        (r24281)
@@ -18,9 +18,9 @@
 
   preConfigure = ''
     sed -e 's/-Werror//' -i configure
-    sed -e 's/for aspell_dir in/for aspell_dir in ${aspell} /' -i configure
-    sed -e 's/for imlib2_dir in/for imlib2_dir in ${imlib2} /' -i configure
-    sed -e 's/for xosd_dir in/for xosd_dir in ${xosd} /' -i configure
+    sed -e 's...@for aspell_dir i...@for aspell_dir in ${aspell} @' -i 
configure
+    sed -e 's...@for imlib2_dir i...@for imlib2_dir in ${imlib2} @' -i 
configure
+    sed -e 's...@for xosd_dir i...@for xosd_dir in ${xosd} @' -i configure
 
     export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${gtk}/include/gtk-2.0"
     export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE 
-I${gtk}/lib/gtk-2.0/include"
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to