summary refs log tree commit diff
path: root/pkgs/applications/misc/xneur/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-10-14 12:01:03 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-10-14 12:01:03 +0000
commit216ae9feba5360d6c4ce20daadae360146e2fa7c (patch)
treeefeb5db200da2dd7483a644a220eea2089c9ed79 /pkgs/applications/misc/xneur/default.nix
parent9822e68b192ad4505f2ebdd813b8ebb5686efba1 (diff)
downloadnixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.tar
nixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.tar.gz
nixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.tar.bz2
nixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.tar.lz
nixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.tar.xz
nixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.tar.zst
nixpkgs-216ae9feba5360d6c4ce20daadae360146e2fa7c.zip
Fix some old typos
svn path=/nixpkgs/trunk/; revision=24281
Diffstat (limited to 'pkgs/applications/misc/xneur/default.nix')
-rw-r--r--pkgs/applications/misc/xneur/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/xneur/default.nix b/pkgs/applications/misc/xneur/default.nix
index e341ae6cd05..5a0c5fc1273 100644
--- a/pkgs/applications/misc/xneur/default.nix
+++ b/pkgs/applications/misc/xneur/default.nix
@@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
 
   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 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
 
     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"