From 216ae9feba5360d6c4ce20daadae360146e2fa7c Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 14 Oct 2010 12:01:03 +0000 Subject: [PATCH] Fix some old typos svn path=/nixpkgs/trunk/; revision=24281 --- pkgs/applications/misc/xneur/default.nix | 6 +++--- 1 file 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"