mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Fix gtksourceview dependencies
svn path=/nixpkgs/trunk/; revision=15540
This commit is contained in:
parent
370eb21986
commit
e7bd899196
@ -188,7 +188,8 @@ rec {
|
|||||||
gtksourceview = import ./gtksourceview.nix {
|
gtksourceview = import ./gtksourceview.nix {
|
||||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser gtk libxml2 gettext
|
inherit fetchurl stdenv pkgconfig perl perlXMLParser gtk libxml2 gettext
|
||||||
libgnomeprint gnomevfs libbonobo /* !!! <- should be propagated in gnomevfs */
|
libgnomeprint gnomevfs libbonobo /* !!! <- should be propagated in gnomevfs */
|
||||||
GConf /* idem */ libgnomeprintui libgnomecanvas /* !!! through printui */;
|
GConf /* idem */ libgnomeprintui libgnomecanvas /* !!! through printui */
|
||||||
|
intltool;
|
||||||
input = desktop.gtksourceview;
|
input = desktop.gtksourceview;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig
|
{ input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig
|
||||||
, gtk, libxml2, libgnomeprint, gnomevfs, libbonobo, GConf
|
, gtk, libxml2, libgnomeprint, gnomevfs, libbonobo, GConf
|
||||||
, libgnomeprintui, libgnomecanvas
|
, libgnomeprintui, libgnomecanvas
|
||||||
, gettext
|
, gettext, intltool
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
perl perlXMLParser pkgconfig gnomevfs
|
perl perlXMLParser pkgconfig gnomevfs
|
||||||
libbonobo GConf libgnomeprintui libgnomecanvas
|
libbonobo GConf libgnomeprintui libgnomecanvas
|
||||||
gettext
|
gettext intltool
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [gtk libxml2 libgnomeprint];
|
propagatedBuildInputs = [gtk libxml2 libgnomeprint];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user