Fixed dependencies for updated Xneur
svn path=/nixpkgs/trunk/; revision=13735
This commit is contained in:
parent
cc2e747a1b
commit
46f022b4ce
@ -8,13 +8,15 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libX11 pkgconfig pcre GStreamer glib libxml2 aspell
|
buildInputs = [libX11 pkgconfig pcre GStreamer glib libxml2 aspell
|
||||||
libXpm];
|
libXpm imlib2 xosd libXt libXext];
|
||||||
|
|
||||||
inherit aspell;
|
inherit aspell imlib2 xosd;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -e 's/-Werror//' -i configure
|
sed -e 's/-Werror//' -i configure
|
||||||
sed -e 's/for aspell_dir in/for aspell_dir in $aspell /' -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -8245,9 +8245,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
xneur = import ../applications/misc/xneur {
|
xneur = import ../applications/misc/xneur {
|
||||||
inherit fetchurl stdenv pkgconfig pcre libxml2 aspell;
|
inherit fetchurl stdenv pkgconfig pcre libxml2 aspell imlib2 xosd;
|
||||||
GStreamer=gst_all.gstreamer;
|
GStreamer=gst_all.gstreamer;
|
||||||
inherit (xlibs) libX11 libXpm;
|
inherit (xlibs) libX11 libXpm libXt libXext;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user