Add missing dependency to gtk-vnc
This commit is contained in:
parent
a975f6d8c5
commit
2915999069
@ -2,7 +2,7 @@
|
|||||||
, python, gtk, pygtk, gnutls, cairo, libtool, glib, pkgconfig, libtasn1
|
, python, gtk, pygtk, gnutls, cairo, libtool, glib, pkgconfig, libtasn1
|
||||||
, libffi, cyrus_sasl, intltool, perl, perlPackages, firefoxPkgs, pulseaudio
|
, libffi, cyrus_sasl, intltool, perl, perlPackages, firefoxPkgs, pulseaudio
|
||||||
, kbproto, libX11, libXext, xextproto, pygobject, libgcrypt, gtk3, vala
|
, kbproto, libX11, libXext, xextproto, pygobject, libgcrypt, gtk3, vala
|
||||||
, pygobject3, enableGTK3 ? false }:
|
, pygobject3, libogg, enableGTK3 ? false }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtk-vnc-${version}";
|
name = "gtk-vnc-${version}";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
python gnutls cairo libtool pkgconfig glib libffi libgcrypt
|
python gnutls cairo libtool pkgconfig glib libffi libgcrypt
|
||||||
intltool cyrus_sasl pulseaudio perl perlPackages.TextCSV
|
intltool cyrus_sasl pulseaudio perl perlPackages.TextCSV
|
||||||
gobjectIntrospection
|
gobjectIntrospection libogg
|
||||||
] ++ (if enableGTK3 then [ gtk3 vala pygobject3 ] else [ gtk pygtk pygobject ]);
|
] ++ (if enableGTK3 then [ gtk3 vala pygobject3 ] else [ gtk pygtk pygobject ]);
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
||||||
|
Loading…
Reference in New Issue
Block a user