gnome3: fix more nativeBuildInputs

This commit is contained in:
Vladimír Čunát 2013-02-21 20:21:00 +01:00
parent 52461be8c5
commit 99b95f9e75
4 changed files with 4 additions and 4 deletions

@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
configureFlags = "--disable-scrollkeeper";
buildInputs = [ gnome3.gtk gnome3.gsettings_desktop_schemas gnome3.vte gconf ];
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which ];
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
}

@ -17,5 +17,5 @@ stdenv.mkDerivation rec {
configureFlags = "--disable-scrollkeeper";
buildInputs = [ gnome3.glib libxml2 libxslt libX11 ];
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which ];
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
}

@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
configureFlags = "--disable-scrollkeeper";
buildInputs = [ gnome3.gtk libxml2 libxslt libX11 ];
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which ];
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
}

@ -11,5 +11,5 @@ stdenv.mkDerivation rec {
};
buildInputs = [ gnome3.gtk ];
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which libxml2 libxslt gnome3.scrollkeeper ];
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which libxml2 libxslt gnome3.scrollkeeper ];
}