mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
font-manager: add gobject introspection dependency
This commit is contained in:
parent
7f1a92fbcb
commit
023271e05e
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, makeWrapper, automake, autoconf, libtool,
|
{ stdenv, fetchFromGitHub, automake, autoconf, libtool,
|
||||||
pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool,
|
pkgconfig, file, intltool, libxml2, json_glib , sqlite, itstool,
|
||||||
librsvg, vala_0_34, gnome3, wrapGAppsHook
|
librsvg, vala_0_34, gnome3, wrapGAppsHook, gobjectIntrospection
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
|
||||||
pkgconfig
|
pkgconfig
|
||||||
automake autoconf libtool
|
automake autoconf libtool
|
||||||
file
|
file
|
||||||
@ -23,6 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
vala_0_34
|
vala_0_34
|
||||||
gnome3.yelp_tools
|
gnome3.yelp_tools
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
# For setup hook
|
||||||
|
gobjectIntrospection
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user