gtk-vnc: vala -> vala_0_23
This commit is contained in:
parent
5b047ac9b5
commit
363fac7da7
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, gobjectIntrospection
|
{ stdenv, fetchurl, gobjectIntrospection
|
||||||
, python, gtk, pygtk, gnutls, cairo, libtool, glib, pkgconfig, libtasn1
|
, python, gtk, pygtk, gnutls, cairo, libtool, glib, pkgconfig, libtasn1
|
||||||
, libffi, cyrus_sasl, intltool, perl, perlPackages, libpulseaudio
|
, libffi, cyrus_sasl, intltool, perl, perlPackages, libpulseaudio
|
||||||
, kbproto, libX11, libXext, xextproto, pygobject, libgcrypt, gtk3, vala
|
, kbproto, libX11, libXext, xextproto, pygobject, libgcrypt, gtk3, vala_0_23
|
||||||
, pygobject3, libogg, enableGTK3 ? false, libgpgerror }:
|
, pygobject3, libogg, enableGTK3 ? false, libgpgerror }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
python gnutls cairo libtool pkgconfig glib libffi libgcrypt
|
python gnutls cairo libtool pkgconfig glib libffi libgcrypt
|
||||||
intltool cyrus_sasl libpulseaudio perl perlPackages.TextCSV
|
intltool cyrus_sasl libpulseaudio perl perlPackages.TextCSV
|
||||||
gobjectIntrospection libogg libgpgerror
|
gobjectIntrospection libogg libgpgerror
|
||||||
] ++ (if enableGTK3 then [ gtk3 vala pygobject3 ] else [ gtk pygtk pygobject ]);
|
] ++ (if enableGTK3 then [ gtk3 vala_0_23 pygobject3 ] else [ gtk pygtk pygobject ]);
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
NIX_CFLAGS_COMPILE = "-fstack-protector-all";
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user