3
0
Fork 0
forked from mirrors/nixpkgs

libfm: vala -> vala_0_23

This commit is contained in:
Ram Kromberg 2016-08-21 20:09:21 +03:00
parent df9922e4b5
commit a94a987248

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, glib, gtk, intltool, menu-cache, pango, pkgconfig, vala
{ stdenv, fetchurl, glib, gtk, intltool, menu-cache, pango, pkgconfig, vala_0_23
, extraOnly ? false }:
let
inherit (stdenv.lib) optional;
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "0bsh4p7h2glhxf1cc1lvbxyb4qy0y1zsnl9izf7vrldkikrgc13q";
};
buildInputs = [ glib gtk intltool pango pkgconfig vala ]
buildInputs = [ glib gtk intltool pango pkgconfig vala_0_23 ]
++ optional (!extraOnly) menu-cache;
configureFlags = optional extraOnly "--with-extra-only";