mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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,
|
||||
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
|
||||
];
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user