gcr: vala -> vala_0_32
This commit is contained in:
parent
3960144641
commit
a33d54d385
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gnupg, p11_kit, glib
|
{ stdenv, fetchurl, pkgconfig, intltool, gnupg, p11_kit, glib
|
||||||
, libgcrypt, libtasn1, dbus_glib, gtk, pango, gdk_pixbuf, atk
|
, libgcrypt, libtasn1, dbus_glib, gtk, pango, gdk_pixbuf, atk
|
||||||
, gobjectIntrospection, makeWrapper, libxslt, vala, gnome3 }:
|
, gobjectIntrospection, makeWrapper, libxslt, vala_0_32, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig intltool gnupg glib gobjectIntrospection libxslt
|
pkgconfig intltool gnupg glib gobjectIntrospection libxslt
|
||||||
libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk makeWrapper vala
|
libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk makeWrapper vala_0_32
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ p11_kit ];
|
propagatedBuildInputs = [ p11_kit ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user