libgee-1: vala -> vala_0_32
This commit is contained in:
parent
60ed22ea80
commit
12c49722c9
@ -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.6";
|
ver_maj = "0.6";
|
||||||
ver_min = "8";
|
ver_min = "8";
|
||||||
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user