font-manager: vala -> vala_0_32
This commit is contained in:
parent
49bd29ae57
commit
98b087e413
@ -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
|
||||||
];
|
];
|
||||||
|
@ -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 { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user