libgee: vala -> vala_0_32
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, autoconf, vala, pkgconfig, glib, gobjectIntrospection, gnome3 }:
|
{ stdenv, fetchurl, autoconf, vala_0_32, pkgconfig, glib, gobjectIntrospection, gnome3 }:
|
||||||
let
|
let
|
||||||
ver_maj = "0.16";
|
ver_maj = "0.16";
|
||||||
ver_min = "1";
|
ver_min = "1";
|
||||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./fix_introspection_paths.patch ];
|
patches = [ ./fix_introspection_paths.patch ];
|
||||||
|
|
||||||
buildInputs = [ autoconf vala pkgconfig glib gobjectIntrospection ];
|
buildInputs = [ autoconf vala_0_32 pkgconfig glib gobjectIntrospection ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utility library providing GObject-based interfaces and classes for commonly used data structures";
|
description = "Utility library providing GObject-based interfaces and classes for commonly used data structures";
|
||||||
|
|||||||
Reference in New Issue
Block a user