mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
librsvg: propagate glib and gtk
svn path=/nixpkgs/trunk/; revision=25866
This commit is contained in:
parent
5c6389f69c
commit
525314a0cd
@ -6,5 +6,6 @@ stdenv.mkDerivation {
|
||||
url = mirror://gnome/sources/librsvg/2.26/librsvg-2.26.0.tar.bz2;
|
||||
sha256 = "1sivagvlyr58hxgazr6pyq3yfxbg0wrv7rgzsk5xi631v3qbbjpx";
|
||||
};
|
||||
buildInputs = [ pkgconfig libxml2 libgsf bzip2 glib gtk libcroco ];
|
||||
buildInputs = [ pkgconfig libxml2 libgsf bzip2 libcroco ];
|
||||
propagatedBuildInputs = [ glib gtk ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user