font-manager: vala -> vala_0_32

This commit is contained in:
Ram Kromberg 2016-08-21 19:18:41 +03:00
parent 49bd29ae57
commit 98b087e413
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, makeWrapper, automake, autoconf, libtool,
pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool,
vala, gnome3, wrapGAppsHook
vala_0_32, gnome3, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
automake autoconf libtool
file
intltool
vala
vala_0_32
gnome3.yelp_tools
wrapGAppsHook
];

View File

@ -13038,9 +13038,7 @@ in
focuswriter = callPackage ../applications/editors/focuswriter { };
font-manager = callPackage ../applications/misc/font-manager {
vala = vala_0_32;
};
font-manager = callPackage ../applications/misc/font-manager { };
foo-yc20 = callPackage ../applications/audio/foo-yc20 { };