Skip to content

Commit

Permalink
font-manager: vala -> vala_0_32
Browse files Browse the repository at this point in the history
  • Loading branch information
RamKromberg committed Aug 21, 2016
1 parent 49bd29a commit 98b087e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/font-manager/default.nix
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
automake autoconf libtool
file
intltool
vala
vala_0_32
gnome3.yelp_tools
wrapGAppsHook
];
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 98b087e

Please sign in to comment.