forked from mirrors/nixpkgs
GNU IceCat: Add PLY as a build input.
svn path=/nixpkgs/trunk/; revision=16429
This commit is contained in:
parent
76915bb8b2
commit
cb82de9ceb
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, gtk, pango, perl, python, zip, libIDL
|
||||
{ stdenv, fetchurl, pkgconfig, gtk, pango, perl, python, ply, zip, libIDL
|
||||
, libjpeg, libpng, zlib, cairo, dbus, dbus_glib, bzip2, xlibs, alsaLib
|
||||
, gnomevfs, libgnomeui
|
||||
, freetype, fontconfig
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = [
|
||||
libgnomeui gnomevfs alsaLib
|
||||
pkgconfig gtk perl zip libIDL libjpeg libpng zlib cairo bzip2
|
||||
python dbus dbus_glib pango freetype fontconfig
|
||||
python ply dbus dbus_glib pango freetype fontconfig
|
||||
xlibs.libXi xlibs.libX11 xlibs.libXrender xlibs.libXft xlibs.libXt
|
||||
];
|
||||
|
||||
|
|
|
@ -6451,6 +6451,7 @@ let
|
|||
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo
|
||||
python dbus dbus_glib freetype fontconfig bzip2 xlibs alsaLib;
|
||||
inherit (gnome) libIDL libgnomeui gnomevfs gtk pango;
|
||||
inherit (pythonPackages) ply;
|
||||
});
|
||||
|
||||
icecatXulrunner3 = lowPrio (import ../applications/networking/browsers/icecat-3 {
|
||||
|
|
Loading…
Reference in a new issue