From 9e48add3e0078a992265b392818658d65854c703 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Mon, 3 Nov 2008 19:16:21 +0000 Subject: Try protecting FreeBSD from instntiating TinyCC svn path=/nixpkgs/trunk/; revision=13184 --- pkgs/applications/misc/xneur/default.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/misc/xneur') diff --git a/pkgs/applications/misc/xneur/default.nix b/pkgs/applications/misc/xneur/default.nix index 79da06d5083e7..d69a8334d43d1 100644 --- a/pkgs/applications/misc/xneur/default.nix +++ b/pkgs/applications/misc/xneur/default.nix @@ -3,13 +3,19 @@ args: with args; stdenv.mkDerivation { name="xneur"; src = fetchurl { - url = "http://dists.xneur.ru/release-0.8.0/tgz/xneur-0.8.0.tar.bz2"; - sha256 = "1f05bm4vqdrlm8rxwgqv89k5lhc236xg841aw4snw514g0hi2sl8"; + url = "http://dists.xneur.ru/release-0.9.2/tgz/xneur-0.9.2.tar.bz2"; + sha256 = "1zk13ixd82nq8a2rzmmk53xy2iphydf57mfb2ndfil21rkffr0jq"; }; - buildInputs = [libX11 pkgconfig pcre GStreamer glib libxml2 aspell]; + buildInputs = [libX11 pkgconfig pcre GStreamer glib libxml2 aspell + libXpm]; - preConfigure = "sed -e 's/-Werror//' -i configure"; + inherit aspell; + + preConfigure = '' + sed -e 's/-Werror//' -i configure + sed -e 's/for aspell_dir in/for aspell_dir in $aspell /' -i configure + ''; meta = { description = "xneur is the keyboard layout switcher."; -- cgit 1.4.1