font-manager: vala -> vala_0_32

This commit is contained in:
Ram Kromberg
2016-08-21 20:02:06 +03:00
parent 49bd29ae57
commit 98b087e413
2 changed files with 3 additions and 5 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, makeWrapper, automake, autoconf, libtool, { stdenv, fetchFromGitHub, makeWrapper, automake, autoconf, libtool,
pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool, pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool,
vala, gnome3, wrapGAppsHook vala_0_32, gnome3, wrapGAppsHook
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
automake autoconf libtool automake autoconf libtool
file file
intltool intltool
vala vala_0_32
gnome3.yelp_tools gnome3.yelp_tools
wrapGAppsHook wrapGAppsHook
]; ];
+1 -3
View File
@@ -13038,9 +13038,7 @@ in
focuswriter = callPackage ../applications/editors/focuswriter { }; focuswriter = callPackage ../applications/editors/focuswriter { };
font-manager = callPackage ../applications/misc/font-manager { font-manager = callPackage ../applications/misc/font-manager { };
vala = vala_0_32;
};
foo-yc20 = callPackage ../applications/audio/foo-yc20 { }; foo-yc20 = callPackage ../applications/audio/foo-yc20 { };